-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 712 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 712 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
{
"name": "memeo-kun-portal",
"version": "1.0.0",
"scripts": {
"dev": "next -p 1002",
"build": "next build && next export",
"start:dev": "next start -p 1002",
"start:pro": "next start -p 1003"
},
"dependencies": {
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"axios": "0.21.1",
"jwt-decode": "3.1.2",
"moment-timezone": "0.5.32",
"next": "10.0.7",
"react": "17.0.1",
"react-beautiful-dnd": "13.1.0",
"react-dom": "17.0.1",
"react-redux": "7.1.0",
"redux": "4.0.4",
"redux-devtools-extension": "2.13.8",
"redux-thunk": "2.3.0",
"sass": "1.32.5"
},
"license": "MIT"
}