-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.4 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
{
"name": "games.lib",
"version": "1.0.0",
"description": "",
"main": "client.js",
"scripts": {
"dev": "gulp watch",
"start": "gulp serve"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"babel",
"gulp",
"es2015"
],
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"axios": "^0.14.0",
"babel-core": "^6.7.6",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"browser-sync": "^2.11.2",
"browserify": "^12.0.1",
"eslint": "^2.7.0",
"eslint-plugin-react": "^4.2.3",
"exorcist": "^0.4.0",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-if-else": "^1.0.3",
"gulp-uglify": "^1.5.3",
"moment": "^2.15.0",
"react": "^15.0.1",
"react-css-stagger": "0.0.3",
"react-dom": "^15.3.1",
"react-fastclick": "^2.1.2",
"react-redux": "^4.4.5",
"react-router": "^2.2.2",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "^4.0.0",
"redux-thunk": "^2.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}