-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1015 Bytes
/
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
{
"name": "sto-rec",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.5.0",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@google-cloud/vision": "^2.4.0",
"@mui/icons-material": "^5.1.0",
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "^5.1.0",
"@prisma/client": "3.4.2",
"@types/formidable": "^2.0.0",
"axios": "^0.24.0",
"cloudinary": "^1.27.1",
"date-fns": "^2.26.0",
"formidable": "^2.0.1",
"formik": "^2.2.9",
"next": "12.0.3",
"notistack": "^2.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"eslint": "7",
"eslint-config-next": "12.0.3",
"prisma": "3.4.2",
"typescript": "4.4.4"
},
"cacheDirectories": [".next/cache"]
}