UNPKG

cloud-admin-lite

Version:
140 lines (139 loc) 4.26 kB
{ "name": "cloud-admin-lite", "description": "base on vue cloud-ui.vusion template", "version": "0.10.3", "main": "src/views/dashboard/index.js", "scripts": { "cache-install": "npx cache-install", "dev": "vue-cli-service serve", "serve": "npm run dev", "build": "vue-cli-service build --apply-theme", "build:stage": "vue-cli-service build --mode staging", "build:site": "vue-cli-service build --apply-theme --mode site", "lint": "npx eslint --quiet", "lint:fix": "npm run lint -- \"./src/**/*.{js,vue}\" --fix", "dll": "npx webpack --config webpack.dll.config.js --env.NODE_ENV production && npx webpack --config webpack.dll.config.js --env.NODE_ENV development", "test:unit": "vue-cli-service test:unit", "test:unit:watch": "npm run test:unit -- --watch", "ui": "npx vue ui", "manage": "plop", "prepublishOnly": "cp .gitignore _.gitignore", "postpublish": "rm _.gitignore", "screenshot": "vusion screenshot --server public/index.html -o screenshots/0.png -w 1440 -h 900 && vusion screenshot --server public/index.html#/demo/list/basic -o screenshots/1.png -w 1440 -h 900 -d 200" }, "keywords": [ "vue", "admin", "cloud-ui", "template" ], "author": "zhangsanshi5566@gmail.com", "repository": { "type": "git", "url": "https://github.com/vusion-templates/cloud-admin-lite.git" }, "bugs": { "url": "https://github.com/vusion-templates/cloud-admin-lite/issues" }, "homepage": "https://vusion-templates.github.io/cloud-admin-lite", "license": "MIT", "devDependencies": { "@babel/cli": "^7.10.1", "@babel/core": "^7.10.1", "@babel/plugin-transform-strict-mode": "^7.10.1", "@vue/babel-preset-app": "^4.4.1", "@vue/cli": "^4.4.1", "@vue/cli-plugin-babel": "^4.4.1", "@vue/cli-plugin-unit-jest": "^4.4.1", "@vue/cli-service": "^4.4.1", "@vue/test-utils": "1.0.2", "@vusion/routes-loader": "^0.3.0", "add-asset-html-webpack-plugin": "^3.1.3", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^23.6.0", "chalk": "^3.0.0", "cloud-admin-sdk": "^0.2.1", "copy-webpack-plugin": "^5.0.4", "core-js": "^3.6.5", "cross-env": "^7.0.2", "eslint": "^6.5.1", "eslint-config-vusion": "^3.0.2", "fs-extra": "^9.0.0", "html-webpack-plugin": "^3.2.0", "husky": "^3.0.5", "inquirer-directory": "^2.2.0", "javascript-stringify": "^2.0.1", "lint-staged": "^9.2.5", "plop": "^2.5.3", "postcss-nested": "^4.1.2", "raw-loader": "^3.1.0", "shelljs": "^0.8.4", "shx": "^0.3.2", "underscore-template-loader": "^1.0.0", "vue-cli-plugin-cloud-admin": "^0.1.3", "vue-cli-plugin-vusion": "^0.11.1", "webpack": "^4.40.2", "webpack-cli": "^3.3.9", "webpack-micro": "^0.6.0" }, "dependencies": { "@vusion/utils": "^0.4.8", "@cloud-ui/x-echarts.vue": "^0.6.8", "axios": "^0.19.0", "babel-polyfill": "^6.26.0", "cloud-ui.vusion": "^0.9.10", "date-fns": "^2.6.0", "echarts": "^4.7.0", "i-material-design.vue": "^5.1.0", "lodash": "^4.17.15", "qs": "^6.8.0", "request-pre": "^0.4.3", "uuid": "^7.0.3", "vue": "^2.6.10", "vue-i18n": "^8.14.0", "vue-router": "^3.1.2", "vue-template-compiler": "^2.6.10", "vusion-micro": "^0.2.4", "vusion-micro-app": "^0.4.2" }, "forceUpdate": { "@vusion/utils": true, "request-pre": true, "cloud-ui.vusion": true, "cloud-admin-template-sdk": true, "vusion-micro-app": true, "vue-cli-plugin-vusion": true, "vusion-micro": true }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,vue}": [ "npm run lint -- --fix", "git add" ] }, "vusion": { "ignore": [ "deploy.sh", ".env.site", "screenshots/**", ".circleci/**" ], "type": "template", "title": "Vusion Lite", "category": "basic", "base": "vue", "ui": "cloud-ui.vusion", "screenshots": [ "https://unpkg.com/cloud-admin-lite/screenshots/0.png", "https://unpkg.com/cloud-admin-lite/screenshots/1.png" ], "team": "网易云计算前端", "access": "public" } }