-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
30 lines (30 loc) · 858 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
{
"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",
"style-loader": "^1.2.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"dependencies": {
"bulma": "^0.9.3",
"pigeon-maps": "^0.19.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recharts": "^2.0.9",
"sweetalert2": "^8.19.0"
}
}