forked from wux-weapp/wux-weapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1005 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
40
{
"name": "wux-weapp",
"version": "3.0.1",
"description": "微信小程序 - 自定义组件",
"main": "src/index.js",
"dependencies": {
"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-cssnano": "^2.1.2",
"gulp-less": "^3.3.2",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"through2": "^2.0.3"
},
"devDependencies": {},
"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"
}