-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
91 lines (91 loc) · 2.48 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "flip-bottle-game",
"version": "1.0.0",
"email" : "[email protected]",
"description": "...",
"main": "src/main1.js",
"pagejs": [
"polyfill",
"jquery"
],
"pagecss": [
"normalize"
],
"dependencies": {
"body-parser": "^1.15.2",
"cheerio": "^1.0.0-rc.1",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-http-proxy": "^1.0.3",
"express-session": "^1.14.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.6",
"gulp-clean-css": "^2.4.0",
"gulp-csso": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"imagemin": "^5.3.1",
"imagemin-pngquant": "^5.0.1",
"jsonfile": "^3.0.0",
"tweenjs": "0.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"clean-webpack-plugin": "^0.1.14",
"css-loader": "^0.23.1",
"eslint": "^3.5.0",
"eslint-plugin-react": "^6.2.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-spritesmith": "^0.0.2",
"gulp-uglify": "^2.0.0",
"gulp.spritesmith": "^6.2.1",
"html-webpack-plugin": "^2.22.0",
"imagemin": "^5.2.2",
"imagemin-pngquant": "^5.0.0",
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"merge-stream": "^1.0.0",
"multi-loader": "^0.1.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"request": "^2.81.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.9",
"vinyl-buffer": "^1.0.0",
"webp-loader": "^0.2.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"//qwq": "dev+static+img+svn↓",
"spe": "gulp spe",
"img": "gulp img",
"cps": "gulp cps",
"pro": "webpack --mode production",
"start": "nodemon --watch server.js server.js"
},
"author": "daidaidai <http://www.cnblogs.com/daidaidai>",
"license": "MIT",
"pro-url": "static.xyimg.net/gamesite/mu/mufed/",
"local-url": "//192.168.75.25:7878/17-summer/",
"local": "192.168.75.25:7878/"
}