mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
admin-import
This commit is contained in:
+28
-41
@@ -1,48 +1,35 @@
|
||||
{
|
||||
"name": "admin",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"name": "vue3-admin",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint"
|
||||
"dev": "vite --mode development",
|
||||
"build:beta": "vite build --mode beta",
|
||||
"build:release": "vite build --mode release",
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^3.6.5",
|
||||
"element-plus": "^1.0.2-beta.28",
|
||||
"vue": "^3.0.0",
|
||||
"vue-router": "^4.0.6",
|
||||
"vuex": "^3.6.2"
|
||||
"axios": "^0.21.1",
|
||||
"element-plus": "^1.0.2-beta.33",
|
||||
"js-md5": "^0.7.3",
|
||||
"pushstate-server": "^3.1.0",
|
||||
"qs": "^6.9.6",
|
||||
"vue": "^3.0.5",
|
||||
"vue-router": "^4.0.4",
|
||||
"wangeditor": "^4.6.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-vue": "^7.0.0",
|
||||
"sass": "^1.27.0",
|
||||
"sass-loader": "^10.0.4",
|
||||
"vue-cli-plugin-element-plus": "0.0.13"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
"env": {
|
||||
"node": true
|
||||
},
|
||||
"extends": [
|
||||
"plugin:vue/vue3-essential",
|
||||
"eslint:recommended"
|
||||
],
|
||||
"parserOptions": {
|
||||
"parser": "babel-eslint"
|
||||
},
|
||||
"rules": {}
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not dead"
|
||||
]
|
||||
"@babel/core": "^7.13.8",
|
||||
"@babel/runtime": "^7.13.8",
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"@vitejs/plugin-vue": "^1.1.4",
|
||||
"@vue/compiler-sfc": "^3.0.5",
|
||||
"babel": "^6.23.0",
|
||||
"babel-plugin-component": "^1.1.1",
|
||||
"babel-plugin-import": "^1.13.3",
|
||||
"element-theme-chalk": "^2.15.1",
|
||||
"vite": "^2.0.1",
|
||||
"vite-babel-plugin": "^0.0.2",
|
||||
"vite-plugin-babel-import": "^2.0.2",
|
||||
"vite-plugin-imp": "^2.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user