-
Notifications
You must be signed in to change notification settings - Fork 237
/
Copy pathpackage.json
48 lines (48 loc) · 1.46 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
{
"name": "goh5",
"version": "1.0.0",
"description": "免费H5可视化编辑器",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["h5", "免费H5页面微场景应用制作", "可视化编辑器"],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.6.5",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-runtime": "^5.8.35",
"body-parser": "^1.15.0",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.1",
"css-loader": "^0.23.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3",
"jsx-loader": "^0.13.2",
"lactate": "^0.13.12",
"md5": "^2.0.0",
"minimist": "^1.2.0",
"mongoose": "^4.4.6",
"pm2": "^1.0.2",
"through-gulp": "^0.5.0",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.0",
"vue-loader": "^8.2.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.14",
"webpack-stream": "^3.1.0"
}
}