UNPKG

vant-fork

Version:

Lightweight Mobile UI Components built on Vue

151 lines (150 loc) 4.68 kB
{ "_from": "vant-fork", "_inBundle": false, "_integrity": "sha512-3ssi7hvD/hhzhWAnD6tsZ9RhHfHAvi1H2Mp1/MmPLu1NVUUtYFA5Elg5EfRoGy2X279BRBqQ8ww2Fk4VNMdBqg==", "_location": "/vant", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "vant-fork", "name": "vant-fork", "escapedName": "vant-fork", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/vant/-/vant-1.3.4.tgz", "_shasum": "75c610d1eac6e9a1005480bbac61e402afc02e47", "_spec": "vant", "_where": "/Users/lijiang/Documents/enixlee/Bala/client/bala-wallet-h5", "author": "youzanfe", "bugs": { "url": "https://github.com/youzan/vant/issues" }, "bundleDependencies": false, "dependencies": { "@babel/runtime": "^7.0.0", "vue-lazyload": "1.2.3" }, "deprecated": false, "description": "Lightweight Mobile UI Components built on Vue", "devDependencies": { "@babel/core": "^7.0.1", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-transform-object-assign": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@vue/server-test-utils": "^1.0.0-beta.25", "@vue/test-utils": "^1.0.0-beta.25", "autoprefixer": "^9.1.5", "babel-core": "^7.0.0-0", "babel-jest": "^23.6.0", "babel-loader": "^8.0.2", "codecov": "^3.1.0", "cross-env": "^5.2.0", "css-loader": "^1.0.0", "dependency-tree": "^6.1.1", "eslint": "^5.6.0", "eslint-plugin-vue-libs": "^3.0.0", "fast-glob": "^2.2.2", "fast-vue-md-loader": "^1.0.3", "gh-pages": "^2.0.0", "gulp": "^3.9.1", "gulp-iconfont": "^10.0.1", "gulp-iconfont-css": "^2.3.0", "html-webpack-plugin": "3.2.0", "husky": "^0.14.3", "jest": "^23.6.0", "jest-serializer-vue": "^2.0.2", "lint-staged": "^7.2.2", "md5-file": "^4.0.0", "postcss": "^7.0.2", "postcss-calc": "^6.0.0", "postcss-loader": "^3.0.0", "precss": "3.1.2", "progress-bar-webpack-plugin": "^1.11.0", "rimraf": "^2.5.4", "shelljs": "^0.8.1", "signale": "^1.3.0", "style-loader": "^0.23.0", "stylelint": "^9.5.0", "stylelint-config-standard": "^18.2.0", "uppercamelcase": "^3.0.0", "url-loader": "^1.1.1", "vant-doc": "1.0.17", "vue": "2.5.17", "vue-jest": "^2.6.0", "vue-loader": "^15.4.2", "vue-router": "^3.0.1", "vue-server-renderer": "^2.5.17", "vue-sfc-compiler": "^0.1.3", "vue-template-compiler": "2.5.17", "vue-template-es2015-compiler": "^1.6.0", "webpack": "^4.19.0", "webpack-cli": "^3.1.0", "webpack-serve": "^2.0.2" }, "files": [ "es", "lib", "packages", "types" ], "homepage": "https://github.com/youzan/vant#readme", "keywords": [ "youzan", "vue", "component" ], "license": "MIT", "lint-staged": { "*.{js,vue}": [ "eslint", "git add" ], "*.{vue,css}": [ "stylelint", "git add" ] }, "main": "lib/index.js", "module": "es/index.js", "name": "vant-fork", "peerDependencies": { "vue": ">= 2.5.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/youzan/vant.git" }, "scripts": { "bootstrap": "yarn || npm i && cd ./packages/vant-css/ && yarn || npm i && cd ../../", "build:changelog": "vant-doc changelog ./docs/markdown/changelog.generated.md", "build:components": "node build/build-components.js --color", "build:iconfont": "gulp --gulpfile ./build/build-iconfont.js", "build:lib": "node build/build-lib.js", "build:site": "rimraf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist", "build:style-entry": "node build/build-style-entry.js", "build:vant": "cross-env NODE_ENV=production webpack --color --config build/webpack.build.js && cross-env NODE_ENV=production webpack -p --color --config build/webpack.build.js", "build:vant-css": "gulp build --gulpfile packages/vant-css/gulpfile.js --color --silent", "dev": "node build/build-entry.js && webpack-serve --config build/webpack.dev.js", "lint": "eslint ./packages --ext .js,.vue && stylelint \"packages/vant-css/src/*.css\"", "precommit": "lint-staged", "release": "sh build/release.sh", "test": "jest", "test:coverage": "open test/coverage/index.html", "test:watch": "jest --watch" }, "style": "lib/vant-css/index.css", "typings": "types/index.d.ts", "version": "1.3.6", "directories": { "lib": "lib" } }