-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
36
37
38
39
40
41
{
"name": "projet",
"version": "1.0.0",
"description": "projet ======",
"main": "index.js",
"scripts": {
"start": "node webpack.dev-server.js",
"build": "webpack --progress --colors --hot --config ./webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"immutable": "^3.8.1",
"react": "15.1.0",
"react-bootstrap": "^0.30.3",
"react-dom": "15.1.0",
"react-redux": "4.4.5",
"react-router": "^2.8.1",
"react-router-bootstrap": "^0.23.1",
"redux": "3.5.2",
"redux-form": "5.2.5"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"node-sass": "^3.10.0",
"react-bootstrap": "^0.30.3",
"react-hot-loader": "1.3.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
}
}