2021-08-27 10:13:36 +08:00
|
|
|
{
|
2022-10-15 04:05:54 +08:00
|
|
|
"version": "2.0.2",
|
2022-09-26 00:21:50 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build:test": "vue-tsc --noEmit && vite build --mode test",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"serve:test": "http-server ./dist-test -o",
|
|
|
|
"serve": "http-server ./dist -o",
|
|
|
|
"svgo": "svgo -f src/assets/icons",
|
|
|
|
"new": "plop",
|
|
|
|
"lint:eslint": "eslint src/**/*.{ts,tsx,vue} --fix",
|
|
|
|
"lint:stylelint": "stylelint src/**/*.{css,scss,vue} --fix",
|
|
|
|
"prepare": "husky install",
|
|
|
|
"postinstall": "esno scripts/prepare.js",
|
|
|
|
"preinstall": "npx only-allow pnpm",
|
|
|
|
"commit": "git cz",
|
|
|
|
"release": "bumpp"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@tinymce/tinymce-vue": "^5.0.0",
|
2022-09-29 21:59:19 +08:00
|
|
|
"@vueuse/core": "^9.3.0",
|
|
|
|
"@vueuse/integrations": "^9.3.0",
|
2022-09-26 00:21:50 +08:00
|
|
|
"axios": "^0.27.2",
|
|
|
|
"dayjs": "^1.11.5",
|
2022-10-14 18:42:59 +08:00
|
|
|
"element-plus": "^2.2.18",
|
2022-09-26 00:21:50 +08:00
|
|
|
"hotkeys-js": "^3.10.0",
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"mitt": "^3.0.0",
|
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"path-browserify": "^1.0.1",
|
|
|
|
"path-to-regexp": "^6.2.1",
|
2022-10-10 23:43:55 +08:00
|
|
|
"pinia": "^2.0.23",
|
2022-09-26 00:21:50 +08:00
|
|
|
"qs": "^6.11.0",
|
|
|
|
"tinymce": "^6.2.0",
|
2022-10-14 18:42:59 +08:00
|
|
|
"vue": "^3.2.41",
|
2022-09-26 00:21:50 +08:00
|
|
|
"vue-router": "^4.1.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@antfu/eslint-config": "^0.27.0",
|
2022-10-10 23:43:55 +08:00
|
|
|
"@iconify-json/ep": "^1.1.8",
|
2022-09-26 00:21:50 +08:00
|
|
|
"@iconify/vue": "^4.0.0",
|
|
|
|
"@types/nprogress": "^0.2.0",
|
|
|
|
"@types/path-browserify": "^1.0.0",
|
|
|
|
"@types/qs": "^6.9.7",
|
2022-10-09 02:41:17 +08:00
|
|
|
"@vitejs/plugin-vue": "^3.1.2",
|
2022-09-26 00:21:50 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^2.0.1",
|
|
|
|
"autoprefixer": "^10.4.12",
|
|
|
|
"bumpp": "^8.2.1",
|
|
|
|
"cz-git": "^1.3.11",
|
2022-10-09 02:41:17 +08:00
|
|
|
"eslint": "^8.25.0",
|
2022-09-26 00:21:50 +08:00
|
|
|
"esno": "^0.16.3",
|
|
|
|
"fs-extra": "^10.1.0",
|
|
|
|
"http-server": "^14.1.1",
|
|
|
|
"husky": "^8.0.1",
|
|
|
|
"lint-staged": "^13.0.3",
|
|
|
|
"plop": "^3.1.1",
|
|
|
|
"postcss-html": "^1.5.0",
|
|
|
|
"sass": "^1.55.0",
|
2022-09-29 21:59:19 +08:00
|
|
|
"stylelint": "^14.13.0",
|
2022-09-26 00:21:50 +08:00
|
|
|
"stylelint-config-standard": "^28.0.0",
|
|
|
|
"stylelint-config-standard-scss": "^5.0.0",
|
|
|
|
"stylelint-config-standard-vue": "^1.0.0",
|
|
|
|
"stylelint-scss": "^4.3.0",
|
|
|
|
"svgo": "^2.8.0",
|
2022-09-29 21:59:19 +08:00
|
|
|
"typescript": "^4.8.4",
|
2022-09-26 00:21:50 +08:00
|
|
|
"unplugin-auto-import": "^0.11.2",
|
2022-10-09 02:41:17 +08:00
|
|
|
"unplugin-vue-components": "^0.22.8",
|
2022-10-14 18:42:59 +08:00
|
|
|
"vite": "^3.1.8",
|
2022-09-26 00:21:50 +08:00
|
|
|
"vite-plugin-banner": "^0.5.0",
|
|
|
|
"vite-plugin-compression": "^0.5.1",
|
|
|
|
"vite-plugin-html": "^3.2.0",
|
|
|
|
"vite-plugin-mock": "^2.9.6",
|
|
|
|
"vite-plugin-pages": "^0.26.0",
|
|
|
|
"vite-plugin-restart": "^0.2.0",
|
|
|
|
"vite-plugin-spritesmith": "^0.1.1",
|
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
|
|
"vite-plugin-vue-layouts": "^0.6.0",
|
|
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
2022-10-13 14:12:48 +08:00
|
|
|
"vue-tsc": "^1.0.7"
|
2022-09-26 00:21:50 +08:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "node_modules/cz-git"
|
2021-08-27 10:13:36 +08:00
|
|
|
}
|
2022-09-26 00:21:50 +08:00
|
|
|
}
|
2021-08-27 10:13:36 +08:00
|
|
|
}
|