mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
||
"name": "vant-weapp",
|
||
"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 scripts/build-dev.js --color",
|
||
"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"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+ssh://git@github.com/youzan/vant-weapp.git"
|
||
},
|
||
"author": "youzan",
|
||
"license": "ISC",
|
||
"bugs": {
|
||
"url": "https://github.com/youzan/vant-weapp/issues"
|
||
},
|
||
"files": [
|
||
"dist"
|
||
],
|
||
"homepage": "https://github.com/youzan/vant-weapp#readme",
|
||
"browserslist": [
|
||
"safari 6"
|
||
],
|
||
"devDependencies": {
|
||
"autoprefixer": "^8.5.0",
|
||
"babel-core": "^6.26.3",
|
||
"babel-eslint": "^8.2.3",
|
||
"babel-plugin-transform-es2015-spread": "^6.22.0",
|
||
"babel-plugin-transform-runtime": "^6.23.0",
|
||
"babel-preset-env": "^1.7.0",
|
||
"babel-preset-stage-0": "^6.24.1",
|
||
"cross-env": "^5.1.4",
|
||
"eslint": "^5.1.0",
|
||
"eslint-plugin-vue-libs": "^3.0.0",
|
||
"fs-extra": "^4.0.2",
|
||
"gh-pages": "^1.1.0",
|
||
"gulp": "^3.9.1",
|
||
"gulp-babel": "^7.0.1",
|
||
"gulp-clean-css": "^3.9.0",
|
||
"gulp-postcss": "^7.0.0",
|
||
"gulp-remove-logging": "^1.2.0",
|
||
"gulp-rename": "^1.2.2",
|
||
"gulp-util": "^3.0.8",
|
||
"node-watch": "^0.5.5",
|
||
"postcss-calc": "^6.0.1",
|
||
"postcss-easy-import": "^3.0.0",
|
||
"precss": "^2.0.0",
|
||
"shelljs": "^0.7.8",
|
||
"wedoc": "0.0.16"
|
||
}
|
||
}
|