-
Notifications
You must be signed in to change notification settings - Fork 237
/
Copy pathpackage.json
68 lines (68 loc) · 1.99 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "qmui_web",
"version": "3.3.0",
"description": "一个旨在提高 UI 开发效率、快速产生项目 UI 的前端框架",
"repository": {
"type": "git",
"url": "git+https://github.com/Tencent/QMUI_Web.git"
},
"main": "gulpfile.js",
"dependencies": {
"ansi-colors": "^4.1.3",
"autoprefixer": "^9.8.6",
"beeper": "^2.1.0",
"browser-sync": "^2.27.11",
"color-support": "^1.1.3",
"del": "^5.1.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-better-sass-inheritance": "^0.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-debug": "^4.0.0",
"gulp-file-include": "^2.3.0",
"gulp-file-sync": "^2.1.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-load-plugins": "^2.0.8",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"imagemin-pngquant": "^9.0.2",
"js-md5": "^0.7.3",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"minimatch": "^5.1.0",
"mkdirp": "^1.0.4",
"path": "^0.12.7",
"postcss-lazysprite": "^1.8.2",
"postcss-svg-sprite": "^1.0.6",
"sass": "^1.57.1",
"set-value": "^4.1.0",
"static-eval": "^2.1.0",
"through2": "^4.0.2",
"yargs": "^17.6.2"
},
"scripts": {
"lint": "./node_modules/.bin/eslint ."
},
"devDependencies": {
"eslint": "^8.31.0",
"sassdoc": "^2.7.4",
"stylelint-wechat-work-css": "^0.5.0"
},
"keywords": [
"QMUI"
],
"author": "QMUI Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tencent/QMUI_Web/issues"
},
"homepage": "http://qmuiteam.com/web/"
}