1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "vant-weapp",
- "_id": "vant-weapp@0.5.23",
- "_inBundle": false,
- "_integrity": "sha1-49zxYuFfdOZjeptviOMkrPELUVU=",
- "_location": "/vant-weapp",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "vant-weapp",
- "name": "vant-weapp",
- "escapedName": "vant-weapp",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npm.taobao.org/vant-weapp/download/vant-weapp-0.5.23.tgz",
- "_shasum": "e3dcf162e15f74e6637a9b6f88e324acf10b5155",
- "_spec": "vant-weapp",
- "_where": "C:\\Users\\PC\\Desktop\\yunweiduan",
- "author": {
- "name": "youzan"
- },
- "bugs": {
- "url": "https://github.com/youzan/vant-weapp/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "轻量、可靠的小程序 UI 组件库",
- "devDependencies": {
- "@babel/core": "^7.5.5",
- "@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "^7.5.5",
- "@vant/cli": "^1.0.3",
- "@vant/doc": "^2.5.1",
- "@vant/eslint-config": "^1.2.4",
- "@vant/icons": "1.1.13",
- "@vant/markdown-loader": "^2.2.0",
- "autoprefixer": "^9.6.1",
- "babel-loader": "8.0.6",
- "cross-env": "^5.1.4",
- "css-loader": "^3.2.0",
- "cssnano": "^4.1.10",
- "eslint": "^6.1.0",
- "gh-pages": "^2.0.1",
- "gulp": "^4.0.2",
- "gulp-insert": "^0.5.0",
- "gulp-less": "^4.0.1",
- "gulp-postcss": "^8.0.0",
- "gulp-rename": "^1.2.2",
- "html-webpack-plugin": "^3.2.0",
- "less": "^3.9.0",
- "less-loader": "^5.0.0",
- "miniprogram-api-typings": "2.7.7-2",
- "postcss-loader": "^3.0.0",
- "progress-bar-webpack-plugin": "^1.11.0",
- "style-loader": "^1.0.0",
- "typescript": "^3.5.3",
- "vue": "2.6.10",
- "vue-loader": "^15.7.1",
- "vue-router": "^3.1.1",
- "vue-template-compiler": "2.6.10",
- "webpack": "^4.39.1",
- "webpack-cli": "^3.3.6",
- "webpack-serve": "^2.0.3"
- },
- "files": [
- "dist",
- "lib"
- ],
- "homepage": "https://github.com/youzan/vant-weapp#readme",
- "husky": {
- "hooks": {
- "commit-msg": "vant commit-lint"
- }
- },
- "license": "MIT",
- "miniprogram": "dist",
- "name": "vant-weapp",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/youzan/vant-weapp.git"
- },
- "scripts": {
- "build:changelog": "vant changelog --tag v0.5.0 ./docs/markdown/changelog.generated.md",
- "build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
- "dev": "node build/dev.js",
- "lint": "eslint ./packages --ext .js,.ts",
- "release": "sh build/release.sh",
- "release:site": "sh build/release-site.sh"
- },
- "version": "0.5.23"
- }
|