vue3-element-admin/package.json

66 lines
2.0 KiB
JSON
Raw Normal View History

2021-11-13 23:26:02 +08:00
{
2022-05-08 13:06:12 +08:00
"name": "vue3-element-admin",
2023-02-11 10:39:57 +08:00
"version": "2.0.0",
2022-05-08 13:06:12 +08:00
"scripts": {
"dev": "vite serve --mode development",
"build:prod": "vue-tsc --noEmit && vite build --mode production",
"serve": "vite preview",
"lint": "eslint src/**/*.{ts,js,vue} --fix",
"prepare": "husky install",
"prettier": "prettier --write ."
},
"dependencies": {
2022-12-18 13:13:52 +08:00
"@element-plus/icons-vue": "^2.0.10",
2022-09-13 07:44:55 +08:00
"@types/js-cookie": "^3.0.2",
2022-08-27 16:13:58 +08:00
"@vueuse/core": "^9.1.1",
2022-05-08 13:06:12 +08:00
"@wangeditor/editor": "^5.0.0",
"@wangeditor/editor-for-vue": "^5.1.10",
2023-02-07 01:03:20 +08:00
"axios": "^1.2.2",
"default-passive-events": "^2.0.0",
2022-05-08 13:06:12 +08:00
"echarts": "^5.2.2",
"element-plus": "^2.2.32",
2022-09-13 07:44:55 +08:00
"js-cookie": "^3.0.1",
2022-05-08 13:06:12 +08:00
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.0",
"pinia": "^2.0.12",
2022-05-08 13:06:12 +08:00
"screenfull": "^6.0.0",
"sortablejs": "^1.14.0",
2023-02-07 01:03:20 +08:00
"vue": "^3.2.45",
"vue-countup-v3": "^1.1.0",
"vue-i18n": "^9.1.9",
"vue-router": "^4.1.6"
2022-05-08 13:06:12 +08:00
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@iconify-json/ep": "^1.1.8",
2022-05-08 13:06:12 +08:00
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
2022-12-31 22:49:02 +08:00
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
2022-05-08 13:06:12 +08:00
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"fast-glob": "^3.2.11",
2022-05-08 13:06:12 +08:00
"husky": "^7.0.4",
"postcss": "^8.4.20",
2022-05-08 13:06:12 +08:00
"prettier": "^2.6.2",
"sass": "^1.53.0",
"typescript": "^4.7.4",
2023-02-26 23:51:58 +08:00
"unocss": "^0.50.1",
2023-02-07 01:03:20 +08:00
"unplugin-auto-import": "^0.13.0",
"unplugin-icons": "^0.15.1",
2023-02-07 01:03:20 +08:00
"unplugin-vue-components": "^0.23.0",
"vite": "^4.0.4",
2022-05-08 13:06:12 +08:00
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.35.0"
2022-05-08 13:06:12 +08:00
},
"repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
"author": "有来开源组织",
"license": "MIT"
2021-11-13 23:26:02 +08:00
}