UNPKG

cloud-admin-template

Version:
158 lines (157 loc) 4.91 kB
{ "name": "cloud-admin-template", "description": "base on vue cloud-ui.vusion", "version": "0.14.31", "scripts": { "cache-install": "npx cache-install && node node_modules/vusion-install/index.js", "dev": "vue-cli-service serve", "serve": "npm run dev", "build": "vue-cli-service build --apply-theme", "build:designer": "vue-cli-service build --target lib --mode designer --name cloudAdminDesigner src/global/features/designer/index.js", "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 && npm run build:designer", "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" ], "template": { "name": "cloud-admin-template", "version": "0.8.x" }, "author": "zhangsanshi5566@gmail.com", "repository": { "type": "git", "url": "https://github.com/vusion-templates/cloud-admin-template.git" }, "bugs": { "url": "https://github.com/vusion-templates/cloud-admin-template/issues" }, "homepage": "https://vusion-templates.github.io/cloud-admin-template", "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/mock": "^0.1.1", "@vusion/routes-loader": "^0.4.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-template-sdk": "^0.4.14", "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.13.2", "vusion-install": "^0.12.8", "webpack": "^4.40.2", "webpack-cli": "^3.3.9", "webpack-micro": "^0.6.0" }, "dependencies": { "@vusion/utils": "^0.4.9", "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", "apollo-link-schema": "^1.2.5", "apollo-plugin-loader": "^1.0.8", "axios": "^0.19.0", "babel-polyfill": "^6.26.0", "cloud-ui.vusion": "0.11.24", "date-fns": "^2.6.0", "event-hooks-webpack-plugin": "^2.1.6", "graphql-tools": "^6.2.1", "graphql.js": "^0.6.6", "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.12", "vue-apollo": "^3.0.4", "vue-i18n": "^8.14.0", "vue-router": "^3.1.2", "vue-template-compiler": "^2.6.12", "vusion-micro": "^0.2.4", "vusion-micro-app": "^0.4.2" }, "forceUpdate": { "@vusion/utils": true, "request-pre": 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 Template", "category": "basic", "base": "vue", "ui": "cloud-ui.vusion", "screenshots": [ "https://unpkg.com/cloud-admin-template/screenshots/0.png", "https://unpkg.com/cloud-admin-template/screenshots/1.png" ], "team": "网易云计算前端", "access": "public" }, "vusionDependencies": { "lcap-login": "^0.3.5" }, "ui": { "name": "cloud-ui.vusion", "version": "0.11.24" } }