-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.02 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "react_redux",
"version": "1.0.0",
"scripts": {
"start": "gulp buildWithRoot",
"build": "gulp",
"watch": "gulp",
"startServer": "gulp buildWithRoot",
"postinstall": "gulp build-prod"
},
"dependencies": {
"babel-eslint": "^8.2.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.26.0",
"classnames": "^2.2.5",
"css-modulesify": "^0.28.0",
"docuri": "^4.2.2",
"eslint": "^4.18.2",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"gulp-connect": "^5.5.0",
"gulp-eslint": "^4.0.2",
"gulp-livereload": "^3.8.1",
"gulp-sequence": "^1.0.0",
"gulp-stylelint": "^7.0.0",
"gulp-zip": "^4.1.0",
"install": "^0.10.4",
"lodash": "^4.17.19",
"page-metadata-parser": "^1.1.2",
"postcss-cssnext": "^3.1.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-animate-on-scroll": "^2.0.2",
"react-animated-css": "^1.0.4",
"react-bootstrap": "^0.32.1",
"react-countup": "^3.0.3",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-act": "^1.7.3",
"redux-observable": "^0.18.0",
"redux-thunk": "^2.2.0",
"rxjs": "^5.5.6",
"stylelint": "^9.1.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babelify": "^8.0.0",
"browserify": "^16.1.0",
"gulp": "^3.9.1",
"gulp-connect": "^5.5.0",
"gulp-identity": "^0.1.0",
"gulp-run": "^1.7.1",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.1",
"loose-envify": "^1.3.1",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"uglify-es": "^3.3.9",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}