-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.1 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": "todo-react",
"version": "0.1.0",
"main": "main.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"classnames": "^2.2.5",
"cross-env": "^1.0.8",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"eslint": "^2.12.0",
"eslint-plugin-react": "^5.1.1",
"events": "^1.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"flux": "^2.1.1",
"gulp": "^3.9.1",
"html-webpack-plugin": "^2.17.0",
"node-sass": "^3.7.0",
"object-assign": "^4.1.0",
"react-addons-css-transition-group": "^15.1.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"immutable": "^3.8.1",
"pubsub-js": "^1.5.3",
"react": "^15.0.2",
"react-dom": "^15.0.2"
}
}