-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 729 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 729 Bytes
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
{
"name": "wp-react-example",
"version": "0.0.1",
"description": "",
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"aja": "^0.4.1",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"deepmerge": "^0.2.10",
"es6-react-mixins": "^0.2.1",
"gulp": "^3.9.1",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-lazyload": "^2.0.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"redux": "^3.5.2",
"redux-thunk": "^2.0.1",
"vinyl-source-stream": "^1.1.0"
}
}