-
Notifications
You must be signed in to change notification settings - Fork 5.3k
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 950 Bytes
/
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
{
"name": "weui-wxss",
"version": "2.6.21",
"description": "weui-wxss",
"main": "dist/style/weui.wxss",
"directories": {
"example": "example"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"release": "gulp tag && git add -A . && git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/weui/weui-wxss/"
},
"homepage": "https://github.com/weui/weui-wxss",
"keywords": [
"weui",
"wxss"
],
"author": "wechat ui team",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.5.1",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.0.0",
"gulp-header": "^1.8.8",
"gulp-less": "^4.0.1",
"gulp-postcss": "^6.0.1",
"postcss-discard-comments": "^2.0.4",
"stylelint": "^13.0.0",
"stylelint-config-standard": "^19.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"miniprogram-elder-transform": "0.0.2"
}
}