-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.json
More file actions
33 lines (33 loc) · 937 Bytes
/
main.json
File metadata and controls
33 lines (33 loc) · 937 Bytes
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
{
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@vime/react": "4.1.3",
"axios": "^0.21.0",
"formik": "^2.2.5",
"formik-material-ui": "^3.0.0",
"isomorphic-unfetch": "^3.1.0",
"md5": "^2.3.0",
"moment": "^2.29.1",
"next": "latest",
"next-pwa": "^3.1.5",
"next-seo": "^4.17.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-lazy-images": "^1.1.0",
"sqlite": "^4.0.15",
"sqlite3": "^5.0.0",
"swr": "^0.3.8",
"yup": "^0.29.3"
},
"devDependencies": {
"@types/md5": "^2.2.1",
"@types/node": "^12.12.21",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.4",
"@types/yup": "^0.29.9",
"sass": "^1.29.0",
"typescript": "4.0"
}
}