You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
{
|
|
"name": "vue3-element-admin",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"@wangeditor/plugin-upload-attachment": "^1.1.0",
|
|
"axios": "^1.6.7",
|
|
"element-plus": "^2.6.1",
|
|
"js-cookie": "^3.0.5",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.2.1",
|
|
"pinia": "^2.1.7",
|
|
"sass": "^1.71.1",
|
|
"screenfull": "^6.0.2",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"prettier": "^3.0.3",
|
|
"vite": "^5.1.5",
|
|
"vite-plugin-vue-devtools": "^7.0.16"
|
|
}
|
|
}
|
|
|