-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "yiiframework.com",
"version": "2.0.0",
"description": "yiiframework.com Website ========================",
"license": "BSD-3-Clause",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
"repository": {
"type": "git",
"url": "https://github.com/qiangxue/yiiframework.com.git"
},
"author": "Qiang Xue",
"homepage": "https://www.yiiframework.com",
"devDependencies": {
"browser-sync": "^2.29.3",
"es6-promise": "^4.2.8",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-extname": "^0.2.2",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.8",
"gulp-nop": "0.0.3",
"gulp-notify": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-touch-fd": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp.spritesmith": "^6.13.0",
"js-yaml": "^4.1.0",
"rimraf": "^3.0.2",
"sass": "1.69.5",
"yargs": "^17.7.2"
}
}