-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.44 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.44 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "reactReduxPlayground",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev-server": "webpack-dev-server --hot --port=8080 --output-public-path=http://localhost:8080/ --config ./src/config/webpack/development.js --content-base",
"webpack-dev": "webpack --config ./src/config/webpack/development.js",
"webpack-prod": "webpack --config ./src/config/webpack/production.js",
"webpack-staging": "webpack --config ./src/config/webpack/staging.js"
},
"dependencies": {
"axios": "^0.16.1",
"babel-runtime": "^6.23.0",
"css-loader": "^0.26.1",
"dotenv": "^4.0.0",
"form-data": "^2.1.4",
"humps": "^2.0.0",
"lodash": "^4.17.4",
"normalize.css": "^5.0.0",
"postcss": "^5.2.13",
"postcss-cssnext": "^2.9.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-input-range": "^1.1.4",
"react-modal": "^1.7.7",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-script-loader": "^0.0.1",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"reselect": "^2.5.4",
"store": "^2.0.4",
"style-loader": "^0.13.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.3",
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-react": "^4.2.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.11.2",
"glob": "^7.1.1",
"html-webpack-plugin": "^2.28.0",
"path-complete-extname": "^0.1.0",
"rails-erb-loader": "^3.2.0",
"stylelint": "^7.8.0",
"stylelint-config-standard": "^16.0.0",
"url-loader": "^0.5.9",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"webpack-merge": "^2.6.1",
"webpack-s3-plugin": "^1.0.0-rc.0"
}
}