-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "reactrello",
"private": true,
"version": "0.0.0",
"description": "A play project on github markdown and react.js",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.13.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-preset-es2015": "^6.13.1",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"css-loader": "^0.23.1",
"eslint": "^3.2.2",
"eslint-plugin-react": "^6.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.22.0",
"immutable": "^3.8.1",
"node-sass": "^3.8.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-router": "^2.6.1",
"sass-loader": "^3.2.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dashboard": "^0.1.6",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"react": "^15.3.0",
"react-css-modules": "^3.7.6",
"react-dom": "^15.3.0",
"react-redux": "^4.4.6",
"redux": "^3.6.0"
},
"scripts": {
"production": "webpack -p",
"dev": "webpack-dashboard -- webpack-dev-server --progress --inline --content-base bundle/"
}
}