mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
update package.json
This commit is contained in:
parent
2f38290269
commit
844adae7e5
16
package.json
16
package.json
@ -3,26 +3,20 @@
|
||||
"version": "0.0.1-beta",
|
||||
"description": "高颜值、好用、易扩展的小程序 UI 库,Powered by 有赞",
|
||||
"main": "app.js",
|
||||
"directories": {
|
||||
"example": "example"
|
||||
},
|
||||
"scripts": {
|
||||
"release": "sh scripts/release.sh",
|
||||
"components": "cross-env NODE_ENV=production node scripts/build-components.js --color",
|
||||
"changelog": "sh scripts/build-changelog.sh",
|
||||
"dev": "node build/build-entry.js && webpack-serve --config build/webpack.dev.js",
|
||||
"lint": "eslint ./packages --ext .js",
|
||||
"release": "sh scripts/release.sh",
|
||||
"build": "sh scripts/deploy.sh",
|
||||
"watch:doc": "NODE_ENV=development wedoc run watch",
|
||||
"build:doc": "NODE_ENV=production wedoc run build",
|
||||
"deploy:doc": "npm run build:doc && superman cdn basic && gh-pages -d website/dist",
|
||||
"lint": "eslint ./packages --ext .js"
|
||||
"build:lib": "cross-env NODE_ENV=production node scripts/build-components.js --color",
|
||||
"build:site": "rm -rf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/youzan/vant-weapp.git"
|
||||
},
|
||||
"author": "youzan",
|
||||
"license": "ISC",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/youzan/vant-weapp/issues"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user