12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "name": "admin",
- "version": "0.1.0",
- "description": "Element UI & axios & iconfont & permission control & lint",
- "scripts": {
- "dev": "npm run clean && vue-cli-service serve",
- "build:prod": "npm run clean && vue-cli-service build",
- "build": "npm run clean && vue-cli-service build",
- "build:stage": "vue-cli-service build --mode staging",
- "preview": "node build/index.js --preview",
- "clean": "rimraf node_modules/.cache"
- },
- "dependencies": {
- "axios": "^0.26.0",
- "core-js": "^3.6.5",
- "countup.js": "^1.9.3",
- "echarts": "^5.3.1",
- "echarts-gl": "^2.0.9",
- "element-ui": "^2.15.6",
- "esri-loader": "^3.6.0",
- "jquery": "^3.6.0",
- "js-cookie": "^3.0.5",
- "jsencrypt": "^3.3.2",
- "mxgraph": "^4.2.2",
- "nprogress": "^0.2.0",
- "sha1-hex": "^1.0.0",
- "superapi-51world": "^5.4.0",
- "vue": "^2.6.11",
- "vue-countupjs": "^1.0.0",
- "vue-router": "^3.2.0",
- "vuex": "^3.4.0"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "~4.5.14",
- "@vue/cli-plugin-eslint": "~4.5.14",
- "@vue/cli-plugin-router": "^4.5.15",
- "@vue/cli-plugin-vuex": "^4.5.15",
- "@vue/cli-service": "~4.5.14",
- "babel-eslint": "^10.1.0",
- "echarts": "^5.3.1",
- "eslint": "^6.7.2",
- "eslint-plugin-vue": "^6.2.2",
- "sass": "^1.50.0",
- "sass-loader": "^8.0.2",
- "vue-template-compiler": "^2.6.11"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential",
- "eslint:recommended"
- ],
- "parserOptions": {
- "parser": "babel-eslint"
- },
- "rules": {
- "generator-star-spacing": "off",
- "no-tabs": "off",
- "no-unused-vars": "off",
- "no-console": "off",
- "no-irregular-whitespace": "off",
- "no-debugger": "off"
- }
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|