-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "pantry-manager",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"init-db": "ts-node utils/initDb.ts"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@google-cloud/vision": "^4.3.0",
"@google/generative-ai": "^0.16.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@vercel/analytics": "0.1.11",
"dotenv": "^16.4.5",
"firebase": "^9.23.0",
"framer-motion": "^11.3.19",
"next": "12.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.2.1",
"react-webcam": "^7.2.0",
"webpack": "^5.93.0"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"ts-node": "^10.9.1",
"typescript": "5.0.4"
}
}