generated from wzp/v3-admin-vite
110 lines
3.1 KiB
JSON
110 lines
3.1 KiB
JSON
{
|
|
"name": "commerce_system",
|
|
"version": "3.3.4",
|
|
"description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术.",
|
|
"author": {
|
|
"name": "pany",
|
|
"email": "939630029@qq.com",
|
|
"url": "https://github.com/pany-ang"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/un-pany/v3-admin-vite.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:stage": "vue-tsc --noEmit && vite build --mode staging",
|
|
"build:prod": "vue-tsc --noEmit && vite build",
|
|
"preview:stage": "pnpm build:stage && vite preview",
|
|
"preview:prod": "pnpm build:prod && vite preview",
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"src/**/*.{vue,js,ts,tsx}\" --fix",
|
|
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
|
"lint": "pnpm lint:eslint && pnpm lint:prettier",
|
|
"prepare": "husky install",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"axios": "^1.3.4",
|
|
"dayjs": "^1.11.7",
|
|
"element-plus": "^2.3.0",
|
|
"js-cookie": "^3.0.1",
|
|
"lodash-es": "^4.17.21",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.2.1",
|
|
"pinia": "^2.0.33",
|
|
"screenfull": "^6.0.2",
|
|
"ts-md5": "^1.3.1",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "^4.1.6",
|
|
"vue3-slide-verify": "^1.1.4",
|
|
"vxe-table": "^4.3.10",
|
|
"vxe-table-plugin-element": "^3.0.6",
|
|
"xe-utils": "^3.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-cookie": "^3.0.3",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/node": "^18.15.3",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/path-browserify": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
"@typescript-eslint/parser": "^5.55.0",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"@vue/test-utils": "^2.3.1",
|
|
"eslint": "^8.36.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
"husky": "^8.0.3",
|
|
"jsdom": "^21.1.1",
|
|
"lint-staged": "^13.2.0",
|
|
"prettier": "^2.8.4",
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
"sass": "^1.59.3",
|
|
"terser": "^5.16.6",
|
|
"typescript": "^4.9.5",
|
|
"unocss": "^0.50.4",
|
|
"unplugin-vue-define-options": "^1.2.4",
|
|
"vite": "^4.1.4",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-svg-loader": "^4.0.0",
|
|
"vitest": "^0.29.3",
|
|
"vue-eslint-parser": "^9.1.0",
|
|
"vue-tsc": "^1.2.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue,ts,tsx}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.{scss,less,css,html,md}": [
|
|
"prettier --write"
|
|
],
|
|
"package.json": [
|
|
"prettier --write"
|
|
],
|
|
"{!(package)*.json,.!(browserslist)*rc}": [
|
|
"prettier --write--parser json"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"vue3",
|
|
"admin",
|
|
"vue-admin",
|
|
"vue3-admin",
|
|
"vite",
|
|
"vite-admin",
|
|
"element-plus",
|
|
"element-plus-admin",
|
|
"ts",
|
|
"typescript"
|
|
],
|
|
"license": "MIT"
|
|
}
|