-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 KB
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
{
"name": "nextjs-with-ggsheet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@agney/react-loading": "^0.1.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"chart.js": "^2.9.4",
"cheerio": "^1.0.0-rc.5",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"googleapis": "^67.0.0",
"lodash": "^4.17.20",
"marked": "^2.0.0",
"mongoose": "^5.11.14",
"next": "^10.0.5",
"node-fetch": "^2.6.1",
"postcss": "^7.0.35",
"react": "^16.14.0",
"react-chartjs-2": "^2.11.1",
"react-content-loader": "^6.0.1",
"react-cookie": "^4.0.3",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-loading": "^2.0.3",
"react-qr-reader": "^2.2.1",
"react-router-dom": "^5.2.0",
"request": "^2.88.2",
"sass": "^1.32.6",
"sweetalert2": "^10.14.0",
"sweetalert2-react-content": "^3.2.2",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"docker-compose": "^0.23.6"
}
}