-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.05 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
{
"private": true,
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p",
"test:live": "webpack-dev-server --config webpack.tests.config.js"
},
"devDependencies": {
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^5.2.6",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.10.0",
"remotedev": "^0.2.9",
"sass": "^1.34.0",
"sass-loader": "^9.0.3",
"source-map-loader": "^1.1.3",
"style-loader": "^1.2.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"bulma": "^0.9.3",
"lodash": "^4.17.21",
"material-table": "^1.69.3",
"mdi-material-ui": "^6.22.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-double-scrollbar": "^0.0.15"
}
}