-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.8 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "git-mamba",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx ."
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow/tfjs-node": "^4.15.0",
"@types/node": "20.10.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.17",
"axios": "^1.6.2",
"cheerio": "^1.0.0-rc.12",
"chrome-aws-lambda": "^10.1.0",
"classnames": "^2.3.2",
"dotenv": "^16.3.1",
"eslint-config-next": "14.0.4",
"framer-motion": "^10.18.0",
"fs.promises": "^0.1.2",
"ink": "^4.4.1",
"isomorphic-git": "^1.25.2",
"markdown-it": "^13.0.1",
"mongoose": "^8.0.3",
"next": "^13.5.4",
"p-queue": "^8.0.1",
"postcss": "^8.4.32",
"puppeteer": "^21.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.2",
"react-router-dom": "^6.23.0",
"store": "^2.0.12",
"string-similarity": "^4.0.4",
"tailwindcss": "3.3.3",
"vercel": "^32.5.5"
},
"devDependencies": {
"@types/markdown-it": "^13.0.1",
"@types/string-similarity": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.15.0",
"daisyui": "^4.10.2",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"fs": "^0.0.1-security",
"typescript": "^5.2.2"
}
}