-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "garage-assistant",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build": "next build",
"start": "next start",
"dev": "next dev",
"test": "jest",
"prod": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"faker": "^4.1.0",
"miragejs": "^0.1.40",
"next": "^9.5.3",
"next-fonts": "^0.16.0",
"npm-run-all": "^4.1.5",
"redux-devtools-extension": "^2.13.8",
"swr": "^0.2.0"
},
"dependencies": {
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@reduxjs/toolkit": "^1.3.5",
"express": "^4.17.1",
"lodash": "^4.17.20",
"moment": "^2.25.3",
"next-auth": "^3.23.3",
"next-compose-plugins": "^2.1.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^6.0.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
}
}