mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-20 09:55:54 +08:00
智慧宿舍系统小程序
This commit is contained in:
96
wechat/miniprogram/node_modules/@vant/weapp/package.json
generated
vendored
Normal file
96
wechat/miniprogram/node_modules/@vant/weapp/package.json
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"_from": "@vant/weapp",
|
||||
"_id": "@vant/weapp@1.6.9",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-d7hvWjs1cjlM4PjEAhBhbtdejqcltbIptw4/qfDC1RZUp+t7eYEDX/aRUZgtPAwTnipRXJPOyQIdf8K9jYUI/g==",
|
||||
"_location": "/@vant/weapp",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "@vant/weapp",
|
||||
"name": "@vant/weapp",
|
||||
"escapedName": "@vant%2fweapp",
|
||||
"scope": "@vant",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.6.9.tgz",
|
||||
"_shasum": "f4840a6207dfc51cd4534db9626f6989c7c355f4",
|
||||
"_spec": "@vant/weapp",
|
||||
"_where": "D:\\xiaoyiWechatMiniprogram\\CTWing\\miniprogram",
|
||||
"author": {
|
||||
"name": "youzan"
|
||||
},
|
||||
"browserslist": [
|
||||
"Chrome >= 53",
|
||||
"ChromeAndroid >= 53",
|
||||
"iOS >= 8"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/youzan/vant-weapp/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "轻量、可靠的小程序 UI 组件库",
|
||||
"devDependencies": {
|
||||
"@vant/cli": "^3.10.3",
|
||||
"@vant/icons": "^1.6.0",
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-insert": "^0.5.0",
|
||||
"gulp-less": "^4.0.1",
|
||||
"gulp-postcss": "^9.0.0",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"less": "^3.0.0",
|
||||
"miniprogram-api-typings": "^3.1.6",
|
||||
"miniprogram-ci": "^1.0.27",
|
||||
"tscpaths": "^0.0.9",
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/youzan/vant-weapp#readme",
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.{ts,js}": [
|
||||
"eslint --fix",
|
||||
"prettier --write"
|
||||
],
|
||||
"*.{css,less}": [
|
||||
"stylelint --fix",
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"miniprogram": "lib",
|
||||
"name": "@vant/weapp",
|
||||
"prettier": {
|
||||
"singleQuote": true,
|
||||
"proseWrap": "never"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/youzan/vant-weapp.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build:changelog": "vant-cli changelog",
|
||||
"build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
|
||||
"dev": "node build/dev.js",
|
||||
"lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
|
||||
"prepare": "husky install",
|
||||
"release": "sh build/release.sh",
|
||||
"release:site": "vant-cli build-site && gh-pages -d site --add",
|
||||
"upload:weapp": "node build/upload.js"
|
||||
},
|
||||
"version": "1.6.9"
|
||||
}
|
||||
Reference in New Issue
Block a user