-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.18 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.18 KB
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
{
"name": "gulp4-mpa-build-tool",
"version": "1.0.0",
"description": "建立此環境所需套件",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"dependencies": {
"del": "^3.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^3.2.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.4",
"gulp-connect": "^5.5.0",
"gulp-consolidate": "^0.2.0",
"gulp-debug": "^4.0.0",
"gulp-format-html": "^1.2.5",
"gulp-html-extend": "^1.1.6",
"gulp-htmlmin": "^5.0.1",
"gulp-iconfont": "^10.0.2",
"gulp-iconfont-css": "^3.0.0",
"gulp-ignore": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-inject-string": "^1.1.2",
"gulp-jshint": "^2.1.0",
"gulp-jsonlint": "^1.2.2",
"gulp-jsonminify": "^1.1.0",
"gulp-notify": "^3.2.0",
"gulp-order": "^1.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-remove-code": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-replace": "1.0.0",
"gulp-sass": "^5.0.0",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.1.6",
"imagemin-gifsicle": "^6.0.1",
"imagemin-jpeg-recompress": "^6.0.0",
"imagemin-pngquant": "^8.0.0",
"run-sequence": "^2.2.1",
"sass": "^1.37.5"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@prettier/plugin-pug": "^1.16.3",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.26.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"gulp-babel": "^8.0.0",
"jshint": "^2.10.1",
"prettier": "^2.3.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.20.1"
},
"author": "",
"license": "MIT"
}