-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.55 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
46
47
48
49
50
51
52
{
"name": "validation-reselect",
"version": "0.0.1",
"private": "true",
"scripts": {
"build": "babel-node devutils/build.js",
"lint": "esw webpack.config.* src --color",
"lint:watch": "npm run lint -- --watch",
"open": "babel-node devutils/srcServer.js",
"start": "npm-run-all --parallel lint:watch open"
},
"dependencies": {
"express": "4.14.0",
"immutable": "3.8.1",
"react": "15.3.2",
"react-dom": "15.3.2",
"react-redux": "4.4.5",
"redux": "3.6.0",
"redux-logger": "2.7.0",
"redux-thunk": "2.1.0",
"reselect": "2.5.4"
},
"devDependencies": {
"babel-cli": "6.16.0",
"babel-core": "6.16.0",
"babel-loader": "6.2.5",
"babel-plugin-react-display-name": "2.0.0",
"babel-plugin-transform-react-constant-elements": "6.9.1",
"babel-plugin-transform-react-remove-prop-types": "0.2.9",
"babel-preset-latest": "6.16.0",
"babel-preset-react": "6.16.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-1": "6.16.0",
"babel-register": "6.16.3",
"body-parser": "1.15.2",
"browser-sync": "2.16.0",
"chalk": "1.1.3",
"classnames": "2.2.5",
"eslint": "3.6.1",
"eslint-plugin-import": "2.0.0",
"eslint-plugin-react": "6.3.0",
"eslint-watch": "2.1.14",
"extract-text-webpack-plugin": "1.0.1",
"html-webpack-plugin": "2.22.0",
"npm-run-all": "3.1.0",
"redux-immutable-state-invariant": "1.2.3",
"webpack": "1.13.2",
"webpack-dev-middleware": "1.8.3",
"webpack-hot-middleware": "2.12.2",
"webpack-md5-hash": "0.0.5"
}
}