2022-03-22 07:52:01 +00:00
|
|
|
{
|
2022-08-04 09:03:02 +00:00
|
|
|
"name": "vue-admin-perfect",
|
2022-03-22 07:52:01 +00:00
|
|
|
"private": true,
|
2022-08-03 10:43:24 +00:00
|
|
|
"version": "0.0.0",
|
2022-03-22 07:52:01 +00:00
|
|
|
"scripts": {
|
2022-08-03 10:43:24 +00:00
|
|
|
"dev": "vite",
|
2022-08-31 14:07:41 +00:00
|
|
|
"build:dev": "vite build --mode development",
|
|
|
|
|
"build:test": "vite build --mode test",
|
|
|
|
|
"build:prod": "vite build --mode production",
|
2023-12-22 07:35:19 +00:00
|
|
|
"commit": "git add -A && czg && git push",
|
2022-08-03 10:43:24 +00:00
|
|
|
"build": "vite build",
|
2022-08-05 02:56:51 +00:00
|
|
|
"preview": "vite preview",
|
2022-08-31 14:07:41 +00:00
|
|
|
"build:ts": "vue-tsc --noEmit --skipLibCheck && vite build",
|
2023-12-22 07:35:19 +00:00
|
|
|
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx",
|
|
|
|
|
"lint:fix": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
|
2023-12-22 07:46:59 +00:00
|
|
|
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
|
2023-12-22 08:07:21 +00:00
|
|
|
"prepare": "node -e \"if(require('fs').existsSync('.git')){process.exit(1)}\" || is-ci || husky install"
|
2022-03-22 07:52:01 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-06-07 09:54:21 +00:00
|
|
|
"@better-scroll/core": "^2.4.2",
|
2022-08-26 03:02:00 +00:00
|
|
|
"@vueuse/core": "^9.1.1",
|
2022-08-29 08:08:26 +00:00
|
|
|
"@wangeditor/editor": "^5.1.14",
|
|
|
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
2022-09-01 08:43:46 +00:00
|
|
|
"axios": "^0.27.2",
|
2022-04-02 07:23:18 +00:00
|
|
|
"clipboard": "^2.0.10",
|
2022-11-10 05:12:12 +00:00
|
|
|
"codemirror": "^5.65.9",
|
2022-03-22 07:52:01 +00:00
|
|
|
"core-js": "^3.6.5",
|
2022-08-03 10:43:24 +00:00
|
|
|
"dayjs": "^1.11.4",
|
2022-03-24 04:15:14 +00:00
|
|
|
"echarts": "^5.3.1",
|
2023-01-07 15:34:28 +00:00
|
|
|
"element-plus": "^2.2.28",
|
2022-05-10 09:50:58 +00:00
|
|
|
"exceljs": "^4.3.0",
|
2022-05-19 03:48:47 +00:00
|
|
|
"file-saver": "^2.0.5",
|
2022-08-27 15:34:05 +00:00
|
|
|
"fuse.js": "^6.6.2",
|
2022-05-19 03:48:47 +00:00
|
|
|
"jszip": "^3.9.1",
|
2022-03-31 02:13:27 +00:00
|
|
|
"mavon-editor": "^2.10.4",
|
|
|
|
|
"md-editor-v3": "^1.11.3",
|
2022-03-24 04:15:14 +00:00
|
|
|
"nprogress": "^0.2.0",
|
2022-08-03 10:43:24 +00:00
|
|
|
"path-browserify": "^1.0.1",
|
2022-04-01 09:07:38 +00:00
|
|
|
"path-to-regexp": "^6.2.0",
|
2022-08-30 11:17:40 +00:00
|
|
|
"pinia": "^2.0.21",
|
|
|
|
|
"pinia-plugin-persistedstate": "^2.1.1",
|
2022-03-25 07:23:57 +00:00
|
|
|
"print-js": "^1.6.0",
|
2023-02-28 06:19:13 +00:00
|
|
|
"raf": "^3.4.1",
|
|
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2022-08-03 10:43:24 +00:00
|
|
|
"sass": "^1.54.0",
|
2022-04-02 07:23:18 +00:00
|
|
|
"splitpanes": "^3.1.1",
|
2022-05-19 03:48:47 +00:00
|
|
|
"svg-sprite-loader": "^6.0.11",
|
2022-09-13 10:34:54 +00:00
|
|
|
"vue": "^3.2.39",
|
2022-03-31 02:13:27 +00:00
|
|
|
"vue-cropper": "^1.0.3",
|
|
|
|
|
"vue-cropperjs": "^5.0.0",
|
2022-08-27 15:34:05 +00:00
|
|
|
"vue-fuse": "^4.1.1",
|
2022-04-18 07:53:43 +00:00
|
|
|
"vue-mugen-scroll": "^0.2.6",
|
2022-05-02 02:52:07 +00:00
|
|
|
"vue-qr": "^4.0.6",
|
2022-11-13 16:38:28 +00:00
|
|
|
"vue-router": "^4.1.6",
|
2022-04-02 07:23:18 +00:00
|
|
|
"vue-splitpane": "^1.0.6",
|
2023-01-09 08:36:15 +00:00
|
|
|
"vue3-text-clamp": "^0.1.1",
|
2022-04-02 07:23:18 +00:00
|
|
|
"vuedraggable": "^4.1.0",
|
2022-03-25 07:23:57 +00:00
|
|
|
"vuex": "^4.0.0-0",
|
2022-05-10 09:50:58 +00:00
|
|
|
"xlsx": "^0.18.5"
|
2022-03-22 07:52:01 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-11-26 13:38:16 +00:00
|
|
|
"@commitlint/cli": "^17.3.0",
|
|
|
|
|
"@commitlint/config-conventional": "^17.3.0",
|
2022-08-05 02:56:51 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.32.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.32.0",
|
2022-08-03 10:43:24 +00:00
|
|
|
"@vitejs/plugin-vue": "^3.0.0",
|
2023-12-22 07:35:19 +00:00
|
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
2022-11-26 06:58:04 +00:00
|
|
|
"commitizen": "^4.2.5",
|
2022-09-13 10:34:54 +00:00
|
|
|
"consola": "^2.15.3",
|
2022-11-26 06:58:04 +00:00
|
|
|
"cz-git": "^1.3.12",
|
2022-11-26 13:38:16 +00:00
|
|
|
"czg": "^1.3.12",
|
2022-08-03 10:43:24 +00:00
|
|
|
"dart-sass": "^1.25.0",
|
2022-08-05 02:56:51 +00:00
|
|
|
"eslint": "^8.21.0",
|
2022-08-05 08:04:07 +00:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2022-08-05 02:56:51 +00:00
|
|
|
"eslint-plugin-vue": "^9.3.0",
|
2022-08-03 10:43:24 +00:00
|
|
|
"fast-glob": "^3.2.11",
|
2023-12-22 08:03:22 +00:00
|
|
|
"husky": "^7.0.4",
|
|
|
|
|
"lint-staged": "^12.3.4",
|
|
|
|
|
"mrm": "^3.0.10",
|
2022-08-05 08:04:07 +00:00
|
|
|
"prettier": "^2.7.1",
|
2022-08-03 10:43:24 +00:00
|
|
|
"typescript": "^4.6.4",
|
|
|
|
|
"unplugin-auto-import": "^0.10.3",
|
|
|
|
|
"unplugin-vue-components": "^0.21.2",
|
2022-08-05 08:04:07 +00:00
|
|
|
"unplugin-vue-define-options": "^0.7.3",
|
2022-08-03 10:43:24 +00:00
|
|
|
"vite": "^3.0.0",
|
|
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2022-09-13 10:34:54 +00:00
|
|
|
"vite-plugin-style-import": "^2.0.0",
|
2022-08-03 10:43:24 +00:00
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
2022-08-05 08:04:07 +00:00
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
2022-08-03 10:43:24 +00:00
|
|
|
"vue-tsc": "^0.38.4"
|
2022-11-26 06:58:04 +00:00
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"commitizen": {
|
|
|
|
|
"path": "node_modules/cz-git"
|
|
|
|
|
}
|
2023-12-22 07:46:59 +00:00
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
2023-12-22 08:05:51 +00:00
|
|
|
"*.{vue,js,ts,jsx,tsx}": ["npm run lint","git add"]
|
2022-03-22 07:52:01 +00:00
|
|
|
}
|
|
|
|
|
}
|