-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "@const/weapp",
"version": "0.0.18",
"description": "快速搭建属于自己的微信小程序组件库",
"main": "app.js",
"directories": {
"example": "example"
},
"scripts": {
"dev": "gulp --gulpfile build/build-dev.js",
"build": "gulp --gulpfile build/build-prod.js",
"docs": "npm run docs:dev",
"docs:dev": "vuepress dev src",
"docs:build": "vuepress build src",
"prepare": "npm run build && cd examples && npm i"
},
"author": "Chef Wu",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Chef5/const-weapp.git"
},
"bugs": {
"url": "https://github.com/Chef5/const-weapp/issues"
},
"files": [
"lib"
],
"miniprogram": "lib",
"homepage": "",
"publishConfig": {
"registry": "https://npm.xxxxxx.com/"
},
"dependencies": {
"@vant/weapp": "^1.8.3"
},
"devDependencies": {
"eslint": "^3.19.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.0.0",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-util": "^3.0.8",
"less": "^2.7.3",
"node-map-directory": "^0.1.0",
"vuepress": "^1.9.7"
}
}