-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "formbuild",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-html-import": "^0.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-live-server": "^0.0.31",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-remove-empty-lines": "^0.1.0",
"gulp-remove-html": "^1.3.0",
"gulp-rename": "^1.4.0",
"gulp-ruby-sass": "^3.0.0",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"gulp-connect": "^5.5.0",
"jshint": "^2.9.6"
},
"devDependencies": {
"colors": "^1.3.2",
"cross-spawn": "^6.0.5",
"fs-extra": "^7.0.0",
"gulp-ejs": "^3.2.0",
"openurl": "^1.1.1",
"stylelint": "^9.7.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0"
},
"scripts": {
"server": "node index",
"start": "node project",
"dev": "gulp default",
"build": "gulp build",
"stylelint": "stylelint ./src/mobanwuyou/css/style.less --syntax less --fix"
},
"author": "yinluobing",
"license": "ISC"
}