-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 891 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
{
"name": "boiler-plate",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build-babel": "babel src/app.js --out-file=public/scripts/app.js --presets=env,react --watch",
"build": "webpack",
"dev-server": "webpack-dev-server"
},
"dependencies": {
"babel-cli": "6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"css-loader": "3.4.2",
"node-sass": "^4.13.1",
"normalize.css": "^8.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-modal": "^3.11.2",
"react-router-dom": "^5.1.2",
"sass-loader": "^8.0.2",
"style-loader": "1.1.3",
"validator": "^13.0.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}