-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 881 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
{
"name": "dev-toolset",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"ace-builds": "^1.4.11",
"css-loader": "^3.5.3",
"dateformat": "^3.0.3",
"file-loader": "^6.0.0",
"js-base64": "^2.5.2",
"js-md5": "^0.7.3",
"jsoneditor": "^9.0.0",
"next": "9.4.1",
"next-pwa": "^2.5.0",
"qrcode-npm": "0.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-json-view": "^1.19.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"unescape-js": "^1.1.4",
"material-ui-color-picker": "^2.1.2"
}
}