-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 741 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 741 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
{
"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",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"remotedev": "^0.2.7",
"sass": "^1.34.0",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"sweetalert2": "^8.19.0"
}
}