-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 988 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
{
"name": "ReactAndEs6WebPackBasicPackages",
"version": "1.0.0",
"description": "## Basic config to start working with ES6 and React",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"wp": "./node_modules/.bin/webpack",
"serve": "./node_modules/.bin/webpack-dev-server --hot"
},
"author": "Dariusz Luber",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.5",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-router": "^3.0.3",
"whatwg-fetch": "^2.0.3",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
}
}