123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "_from": "@smallwei/avue@2.6.18",
- "_id": "@smallwei/avue@2.6.18",
- "_inBundle": false,
- "_integrity": "sha512-O6wtIO7LOcsQ9BHGLujKgyL6zNJYuuWoqMTdyitwicUGFNB30NEaeAeuHjZ/0JiNO3WbKKk9MFIret4ecdIX5A==",
- "_location": "/@smallwei/avue",
- "_phantomChildren": {
- "follow-redirects": "1.5.10",
- "is-buffer": "2.0.5"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@smallwei/avue@2.6.18",
- "name": "@smallwei/avue",
- "escapedName": "@smallwei%2favue",
- "scope": "@smallwei",
- "rawSpec": "2.6.18",
- "saveSpec": null,
- "fetchSpec": "2.6.18"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/@smallwei/avue/-/avue-2.6.18.tgz",
- "_shasum": "24cdf2f61533856a570a8c0652cc2cd0516ef6d7",
- "_spec": "@smallwei/avue@2.6.18",
- "_where": "D:\\jiayue\\pig-ui",
- "author": {
- "name": "smallwei"
- },
- "bugs": {
- "url": "https://gitee.com/smallweigit/avue/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "async-validator": "^1.10.0",
- "axios": "^0.18.0",
- "countup.js": "^1.9.3",
- "dayjs": "^1.7.8",
- "deepmerge": "^3.1.0",
- "element-ui": "^2.11.0",
- "nprogress": "^0.2.0",
- "vue": "^2.5.17",
- "vuedraggable": "^2.17.0"
- },
- "deprecated": false,
- "description": "A Magic Configurable Web Framework",
- "devDependencies": {
- "babel-cli": "^6.14.0",
- "babel-core": "^6.14.0",
- "babel-loader": "^7.1.2",
- "babel-plugin-add-module-exports": "^0.2.1",
- "babel-plugin-module-resolver": "^2.2.0",
- "babel-plugin-syntax-jsx": "^6.8.0",
- "babel-preset-es2015": "^6.24.1",
- "chai": "^3.5.0",
- "cp-cli": "^1.1.2",
- "cross-env": "^3.1.3",
- "eslint": "4.14.0",
- "eslint-config-elemefe": "0.1.1",
- "eslint-loader": "^1.9.0",
- "eslint-plugin-html": "^4.0.1",
- "eslint-plugin-json": "^1.2.0",
- "gulp": "^3.9.1",
- "gulp-autoprefixer": "^4.0.0",
- "gulp-cssmin": "^0.1.7",
- "gulp-postcss": "^6.1.1",
- "gulp-sass": "^3.1.0",
- "karma": "^1.3.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-coverage": "^1.1.1",
- "karma-mocha": "^1.2.0",
- "karma-sinon-chai": "^1.2.4",
- "karma-sourcemap-loader": "^0.3.7",
- "karma-spec-reporter": "0.0.26",
- "karma-webpack": "^3.0.0",
- "mocha": "^3.1.1",
- "progress-bar-webpack-plugin": "^1.11.0",
- "sinon": "^1.17.6",
- "sinon-chai": "^2.8.0",
- "vue-loader": "^13.3.0",
- "vue-template-compiler": "^2.5.2",
- "vue-template-es2015-compiler": "^1.6.0",
- "webpack": "3.7.1",
- "webpack-bundle-analyzer": "^3.0.3",
- "webpack-merge": "^4.1.4"
- },
- "files": [
- "lib",
- "README.md",
- "LICENSE"
- ],
- "homepage": "https://gitee.com/smallweigit/avue/blob/master/README.md",
- "jsdelivr": "lib/avue.min.js",
- "keywords": [
- "vue",
- "element-ui",
- "ant-design-vue",
- "avue"
- ],
- "license": "MIT",
- "main": "lib/avue.min.js",
- "name": "@smallwei/avue",
- "repository": {
- "type": "git",
- "url": "git+https://gitee.com/smallweigit/avue.git"
- },
- "scripts": {
- "analyz": "NODE_ENV=production npm_config_report=true npm run build",
- "bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
- "build": "cross-env TARGET=prod UINAME=element-ui gulp build",
- "build:all": "npm run build && npm run build:vant && npm run build:antd",
- "build:antd": "cross-env TARGET=prod-antd UINAME=antd gulp build",
- "build:vant": "cross-env TARGET=prod-vant UINAME=vant gulp build",
- "dev": "cross-env TARGET=dev UINAME=element-ui gulp watch",
- "dev:antd": "cross-env TARGET=dev-antd UINAME=antd gulp watch",
- "dev:vant": "cross-env TARGET=dev-vant UINAME=vant gulp watch"
- },
- "unpkg": "lib/avue.min.js",
- "version": "2.6.18"
- }
|