forked from wux-weapp/wux-weapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "wux-weapp",
"version": "3.4.0",
"description": "微信小程序自定义 UI 组件",
"main": "dist/index.js",
"miniprogram": "dist",
"dependencies": {},
"devDependencies": {
"babel": "6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"cross-env": "1.0.8",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.10.0",
"gulp-cssnano": "^2.1.2",
"gulp-less": "^3.3.2",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"postcss-font-base64": "^1.0.5",
"through2": "^2.0.3"
},
"scripts": {
"start": "cross-env NODE_ENV=development gulp",
"build": "cross-env NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wux-weapp/wux-weapp.git"
},
"keywords": [
"wx-component",
"wxapp"
],
"author": "skyvow",
"license": "MIT",
"bugs": {
"url": "https://github.com/wux-weapp/wux-weapp/issues"
},
"homepage": "https://github.com/wux-weapp/wux-weapp#readme"
}