{ "name": "youfool-vue-template", "version": "1.0.0", "description": "vue的基础框架", "author": "chinaweal", "license": "MIT", "appId": "7d7182320870b9f0a36d843ddbb77362", "codeId": "ec05f963917a612d247f39ec8fc1ba47", "increApi": "http://localhost:8086/control/upgradeRecord/getUpgradeByAppIdAndCodeId", "scripts": { "dev": "cross-env VUE_APP_WEBPACK_CMD=dev vue-cli-service serve --open", "build:prod": "cross-env VUE_APP_WEBPACK_CMD=build vue-cli-service build", "build:stage": "cross-env VUE_APP_WEBPACK_CMD=build vue-cli-service build --mode staging", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src", "test:unit": "jest --clearCache && vue-cli-service test:unit", "test:ci": "npm run lint && npm run test:unit", "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml" }, "dependencies": { "axios": "^0.24.0", "core-js": "^3.6.5", "element-ui": "^2.15.7", "moment": "^2.29.1", "normalize.css": "^8.0.1", "nprogress": "^0.2.0", "path-to-regexp": "2.4.0", "vue": "^2.6.11", "vue-router": "^3.2.0", "vuex": "^3.4.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "compressing": "^1.5.1", "cross-env": "^7.0.3", "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^6.2.2", "prettier": "^2.2.1", "sass": "^1.66.1", "sass-loader": "^8.0.2", "script-ext-html-webpack-plugin": "^2.1.5", "svg-sprite-loader": "^6.0.11", "vue-cli-plugin-element": "~1.0.1", "vue-template-compiler": "^2.6.11" }, "engines": { "node": ">=8.9", "npm": ">= 3.0.0" }, "browserslist": [ "> 1%", "last 2 versions" ] }