|
@@ -5,9 +5,7 @@
|
|
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
|
|
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
|
|
"author": "Pan <panfree23@gmail.com>",
|
|
"author": "Pan <panfree23@gmail.com>",
|
|
"scripts": {
|
|
"scripts": {
|
|
- "serve": "vite",
|
|
|
|
- "serve:dev": "vite --mode development",
|
|
|
|
- "serve:prod": "vite --mode production",
|
|
|
|
|
|
+ "dev": "vite",
|
|
"build": "vite build",
|
|
"build": "vite build",
|
|
"build:dev": "vite build --mode development",
|
|
"build:dev": "vite build --mode development",
|
|
"build:prod": "vite build --mode production",
|
|
"build:prod": "vite build --mode production",
|
|
@@ -17,12 +15,8 @@
|
|
"@grapecity/ar-designer": "^16.1.1",
|
|
"@grapecity/ar-designer": "^16.1.1",
|
|
"@grapecity/ar-viewer": "^16.1.1",
|
|
"@grapecity/ar-viewer": "^16.1.1",
|
|
"@riophae/vue-treeselect": "^0.1.0",
|
|
"@riophae/vue-treeselect": "^0.1.0",
|
|
- "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
|
|
|
"async": "^2.6.2",
|
|
"async": "^2.6.2",
|
|
"axios": "0.18.0",
|
|
"axios": "0.18.0",
|
|
- "babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
|
|
- "babel-polyfill": "^6.26.0",
|
|
|
|
- "babel-preset-es2015": "^6.24.1",
|
|
|
|
"bignumber.js": "^9.0.0",
|
|
"bignumber.js": "^9.0.0",
|
|
"connect": "^3.6.6",
|
|
"connect": "^3.6.6",
|
|
"crypto-js": "^3.3.0",
|
|
"crypto-js": "^3.3.0",
|
|
@@ -62,17 +56,18 @@
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@vitejs/plugin-legacy": "^1.6.4",
|
|
"@vitejs/plugin-legacy": "^1.6.4",
|
|
- "@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
|
|
"autoprefixer": "9.5.1",
|
|
"autoprefixer": "9.5.1",
|
|
"cross-env": "5.2.0",
|
|
"cross-env": "5.2.0",
|
|
- "eslint": "^5.16.0",
|
|
|
|
- "eslint-friendly-formatter": "4.0.1",
|
|
|
|
- "eslint-loader": "2.1.2",
|
|
|
|
- "eslint-plugin-html": "^5.0.3",
|
|
|
|
- "eslint-plugin-vue": "5.2.2",
|
|
|
|
|
|
+ "eslint": "^8.15.0",
|
|
|
|
+ "eslint-config-prettier": "^8.5.0",
|
|
|
|
+ "eslint-plugin-html": "^6.2.0",
|
|
|
|
+ "eslint-plugin-prettier": "^4.0.0",
|
|
|
|
+ "eslint-plugin-vue": "^9.0.1",
|
|
"plop": "^3.0.5",
|
|
"plop": "^3.0.5",
|
|
|
|
+ "postcss": "^8.4.14",
|
|
"sass": "~1.32.6",
|
|
"sass": "~1.32.6",
|
|
"vite-plugin-compression": "^0.4.0",
|
|
"vite-plugin-compression": "^0.4.0",
|
|
|
|
+ "vite-plugin-eslint": "^1.6.1",
|
|
"vite-plugin-vue2": "^1.9.2",
|
|
"vite-plugin-vue2": "^1.9.2",
|
|
"vue-template-compiler": "^2.6.14"
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
},
|
|
@@ -85,4 +80,4 @@
|
|
"last 2 versions",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
"not ie <= 8"
|
|
]
|
|
]
|
|
-}
|
|
|
|
|
|
+}
|