-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "query-constructor-ui",
"version": "1.0.0",
"description": "query constructor UI",
"devDependencies": {
"babel-core": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.18.0",
"css-loader": "^0.28.0",
"eslint": "^3.8.1",
"eslint-loader": "^1.6.0",
"eslint-plugin-react": "^6.4.1",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-logger": "^2.7.2",
"reload-server-webpack-plugin": "^1.0.1",
"style-loader": "^0.16.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"es6-promise": "^4.1.0",
"moment": "^2.18.1",
"react": "^15.3.2",
"react-datepicker": "^0.46.0",
"react-dom": "^15.3.2",
"react-redux": "^5.0.1",
"react-router": "^2.6.1",
"react-router-redux": "^4.0.5",
"redux": "^3.6.0",
"redux-form": "^6.4.1",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^2.0.1"
},
"scripts": {
"build": "webpack --config webpack.react.config.prod.js"
}
}