-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.25 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
42
43
44
45
{
"name": "project-chingu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "set NODE_ENV=development & webpack-dev-server",
"build": "set NODE_ENV=production & webpack -p"
},
"author": "Francesco Agnoletto",
"license": "ISC",
"dependencies": {
"axios": "^0.16.1",
"prop-types": "^15.5.8",
"react": "^15.5.0",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.5.0",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.28.0",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"gh-pages-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.1",
"react-hot-loader": "^3.0.0-beta.6",
"redux-logger": "^3.0.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}