mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "vant-weapp",
|
|
"version": "0.3.4",
|
|
"author": "youzan",
|
|
"license": "MIT",
|
|
"miniprogram": "dist",
|
|
"description": "轻量、可靠的小程序 UI 组件库",
|
|
"scripts": {
|
|
"dev": "node build/dev.js",
|
|
"lint": "eslint ./packages --ext .js",
|
|
"release": "sh build/release.sh",
|
|
"build:lib": "rm -rf dist && NODE_ENV=production node build/compiler.js",
|
|
"build:site": "rm -rf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.prd.js && gh-pages -d docs/dist",
|
|
"build:changelog": "vant-doc changelog --tag v0.3.0 ./dist/changelog.md"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/youzan/vant-weapp.git"
|
|
},
|
|
"homepage": "https://github.com/youzan/vant-weapp#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@babel/preset-typescript": "^7.1.0",
|
|
"autoprefixer": "^9.1.5",
|
|
"babel-loader": "8.0.2",
|
|
"cross-env": "^5.1.4",
|
|
"css-loader": "^1.0.0",
|
|
"eslint": "^5.6.0",
|
|
"eslint-plugin-vue-libs": "^3.0.0",
|
|
"fast-vue-md-loader": "^1.0.3",
|
|
"gh-pages": "^2.0.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-clean-css": "^3.9.0",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"postcss-calc": "^6.0.2",
|
|
"postcss-loader": "^3.0.0",
|
|
"precss": "^3.1.2",
|
|
"progress-bar-webpack-plugin": "^1.11.0",
|
|
"style-loader": "^0.23.0",
|
|
"typescript": "^3.0.3",
|
|
"vant-doc": "^1.0.17",
|
|
"vue": "2.5.17",
|
|
"vue-loader": "^15.4.2",
|
|
"vue-router": "^3.0.1",
|
|
"vue-template-compiler": "2.5.17",
|
|
"webpack": "^4.20.2",
|
|
"webpack-cli": "^3.1.1",
|
|
"webpack-serve": "^2.0.2"
|
|
}
|
|
}
|