This repository was archived by the owner on Jan 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 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
{
"private": true,
"devDependencies": {
"gulp": "^3.8.8",
"redux-devtools": "^3.0.1",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.2"
},
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"bootstrap": "4.0.0-alpha.2",
"browserify": "^13.0.0",
"del": "^2.2.0",
"gulp-concat": "^2.6.0",
"gulp-custom-rev": "^2.0.3",
"gulp-if": "^2.0.0",
"gulp-jshint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sequence": "^0.4.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jquery": "^2.1.4",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"lodash": "^3.10.1",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-intl": "2.0.0-beta-2",
"react-redux": "^4.0.6",
"react-router": "^2.0.0-rc5",
"react-router-redux": "^2.1.0",
"reactify": "^1.1.1",
"redux": "^3.0.6",
"redux-logger": "^2.4.0",
"redux-thunk": "^1.0.3",
"run-sequence": "^1.1.5",
"tether": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.32.0"
}
}