-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.11 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
{
"name": "yuncms",
"version": "1.0.0",
"description": "yuncms default template",
"author": "jabber <2898117012@qq.com>",
"homepage": "http://www.yunalading.com",
"license": "Apache-2.0",
"devDependencies": {
"amazeui": "^2.7.0",
"amazeui-switch": "^3.3.3",
"browserify-shim": "^3.8.12",
"del": "^2.2.1",
"editor.md": "^1.5.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.8.7",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-run-sequence": "^0.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-utf8-convert": "0.0.7",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"jquery": "^3.0.0",
"jshint": "^2.9.2"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery",
"handlebars": "global:handlebars",
"amazeui": "global:amazeui"
}
}