mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[Improvement] update package.json
This commit is contained in:
parent
c7107be420
commit
28b95839d4
12
package.json
12
package.json
@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "vant-weapp",
|
"name": "vant-weapp",
|
||||||
"version": "0.0.1-beta",
|
"version": "0.0.1-beta",
|
||||||
|
"author": "youzan",
|
||||||
|
"license": "MIT",
|
||||||
|
"miniprogram": "dist",
|
||||||
"description": "高颜值、好用、易扩展的小程序 UI 库,Powered by 有赞",
|
"description": "高颜值、好用、易扩展的小程序 UI 库,Powered by 有赞",
|
||||||
"main": "app.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "node build/dev.js",
|
"dev": "node build/dev.js",
|
||||||
"lint": "eslint ./packages --ext .js",
|
"lint": "eslint ./packages --ext .js",
|
||||||
@ -11,18 +13,16 @@
|
|||||||
"build:lib": "cross-env NODE_ENV=production node scripts/build-components.js --color",
|
"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"
|
"build:site": "rm -rf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+ssh://git@github.com/youzan/vant-weapp.git"
|
"url": "git+ssh://git@github.com/youzan/vant-weapp.git"
|
||||||
},
|
},
|
||||||
"author": "youzan",
|
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/youzan/vant-weapp/issues"
|
"url": "https://github.com/youzan/vant-weapp/issues"
|
||||||
},
|
},
|
||||||
"files": [
|
|
||||||
"dist"
|
|
||||||
],
|
|
||||||
"homepage": "https://github.com/youzan/vant-weapp#readme",
|
"homepage": "https://github.com/youzan/vant-weapp#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^9.0.2",
|
"autoprefixer": "^9.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user