-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 952 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
{
"name": "popcorn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start -p $PORT"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/data-grid": "^4.0.0-alpha.18",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"axios": "^0.21.1",
"cookie-cutter": "^0.2.0",
"cookies": "^0.8.0",
"js-cookie": "^2.2.1",
"material": "^0.4.3",
"material-table": "^1.69.2",
"material-ui": "^0.20.2",
"next": "10.0.6",
"next-cookies": "^2.0.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-horizontal-scrolling-menu": "^0.7.9",
"react-loading-skeleton": "^2.2.0",
"react-script-tag": "^1.1.2",
"recharts": "^2.0.6",
"recoil": "^0.1.2",
"ui": "^0.2.4"
},
"devDependencies": {
"@types/node": "^14.14.22",
"typescript": "^4.1.3"
}
}