basic2/package.json

119 lines
3.6 KiB
JSON
Raw Normal View History

2021-08-27 10:32:21 +08:00
{
2023-10-29 23:00:06 +08:00
"type": "module",
2022-09-25 23:32:45 +08:00
"scripts": {
"dev": "vite",
2023-10-29 23:00:06 +08:00
"build:example": "vue-tsc && vite build --mode example",
2022-09-25 23:32:45 +08:00
"serve:example": "http-server ./dist-example -o",
"svgo": "svgo -f src/assets/icons",
"new": "plop",
2023-10-29 23:00:06 +08:00
"generate:icons": "esno ./scripts/generate.icons.ts",
2022-10-21 03:58:48 +08:00
"lint": "npm-run-all -s lint:tsc lint:eslint lint:stylelint",
2023-10-29 23:00:06 +08:00
"lint:tsc": "vue-tsc",
"lint:eslint": "eslint . --cache --fix",
2023-12-22 16:44:41 +08:00
"lint:stylelint": "stylelint \"src/**/*.{css,scss,vue}\" --cache --fix",
2023-10-29 23:00:06 +08:00
"postinstall": "simple-git-hooks",
2022-09-25 23:32:45 +08:00
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
2023-10-29 23:00:06 +08:00
"@antv/g2plot": "^2.4.31",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/vue-next": "^1.21.0",
2024-02-11 21:06:18 +08:00
"@headlessui/vue": "^1.7.19",
"@imengyu/vue3-context-menu": "^1.3.8",
2023-10-29 23:00:06 +08:00
"@tinymce/tinymce-vue": "^5.1.1",
2024-01-25 09:41:28 +08:00
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
2023-10-29 23:00:06 +08:00
"animate.css": "^4.1.1",
2024-02-04 14:43:33 +08:00
"axios": "^1.6.7",
2023-10-29 23:00:06 +08:00
"bytemd": "^1.21.0",
2023-10-10 09:09:22 +08:00
"dayjs": "^1.11.10",
2024-01-06 21:24:30 +08:00
"defu": "^6.1.4",
2023-10-29 23:00:06 +08:00
"echarts": "^5.4.3",
2024-02-04 14:43:33 +08:00
"element-plus": "^2.5.5",
2023-07-29 10:15:20 +08:00
"eruda": "^3.0.1",
2024-02-04 14:43:33 +08:00
"floating-vue": "5.2.2",
2024-02-11 21:06:18 +08:00
"hotkeys-js": "^3.13.7",
2022-09-25 23:32:45 +08:00
"lodash-es": "^4.17.21",
2023-07-29 10:15:20 +08:00
"mitt": "^3.0.1",
2022-09-25 23:32:45 +08:00
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
2024-02-04 14:43:33 +08:00
"overlayscrollbars": "^2.5.0",
2024-01-25 09:41:28 +08:00
"overlayscrollbars-vue": "^0.5.7",
2022-09-25 23:32:45 +08:00
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
2023-10-17 09:37:11 +08:00
"pinia": "^2.1.7",
2023-10-29 23:00:06 +08:00
"print-js": "^1.6.0",
"qrcode": "^1.5.3",
2023-05-23 23:06:41 +08:00
"qs": "^6.11.2",
2024-02-11 21:06:18 +08:00
"scule": "^1.3.0",
2023-10-29 23:00:06 +08:00
"splitpanes": "^3.1.5",
2024-02-11 21:06:18 +08:00
"swiper": "^11.0.6",
"tinymce": "^6.8.3",
2023-06-12 21:46:30 +08:00
"vconsole": "^3.15.1",
2024-02-11 21:06:18 +08:00
"vue": "^3.4.18",
2024-02-21 13:52:34 +08:00
"vue-currency-input": "^3.1.0",
2023-10-29 23:00:06 +08:00
"vue-esign": "^1.1.4",
"vue-m-message": "^4.0.2",
"vue-router": "^4.2.5",
"vue3-count-to": "^1.1.2",
2024-01-25 09:41:28 +08:00
"vxe-table": "^4.5.18",
2024-02-04 14:43:33 +08:00
"xe-utils": "^3.5.20"
2022-09-25 23:32:45 +08:00
},
"devDependencies": {
2024-02-04 14:43:33 +08:00
"@antfu/eslint-config": "2.6.4",
2024-02-11 21:06:18 +08:00
"@iconify/json": "^2.2.181",
2023-04-05 23:59:38 +08:00
"@iconify/vue": "^4.1.1",
2023-12-24 00:21:02 +08:00
"@stylistic/stylelint-config": "^1.0.1",
2023-11-25 23:19:50 +08:00
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
2023-11-10 10:48:02 +08:00
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.2",
"@types/qrcode": "^1.5.5",
2023-12-22 16:44:41 +08:00
"@types/qs": "^6.9.11",
2023-11-25 23:19:50 +08:00
"@types/splitpanes": "^2.2.6",
2024-02-11 21:06:18 +08:00
"@unocss/eslint-plugin": "^0.58.5",
2024-02-04 14:43:33 +08:00
"@vitejs/plugin-legacy": "^5.3.0",
2024-02-11 21:06:18 +08:00
"@vitejs/plugin-vue": "^5.0.4",
2023-11-25 23:19:50 +08:00
"@vitejs/plugin-vue-jsx": "^3.1.0",
"archiver": "^6.0.1",
2024-01-25 09:41:28 +08:00
"autoprefixer": "^10.4.17",
2024-01-14 00:06:09 +08:00
"boxen": "^7.1.1",
2023-12-21 00:04:33 +08:00
"eslint": "^8.56.0",
2023-11-20 09:46:43 +08:00
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
2022-09-25 23:32:45 +08:00
"http-server": "^14.1.1",
2024-02-11 21:06:18 +08:00
"inquirer": "^9.2.14",
"lint-staged": "^15.2.2",
2022-10-21 03:58:48 +08:00
"npm-run-all": "^4.1.5",
2024-01-14 00:06:09 +08:00
"picocolors": "^1.0.0",
2023-12-24 00:21:02 +08:00
"plop": "^4.0.1",
2024-01-25 09:41:28 +08:00
"sass": "^1.70.0",
2023-07-29 10:15:20 +08:00
"simple-git-hooks": "^2.9.0",
2024-02-04 14:43:33 +08:00
"stylelint": "^16.2.1",
2024-02-11 21:06:18 +08:00
"stylelint-config-recess-order": "^4.6.0",
2024-01-06 21:24:30 +08:00
"stylelint-config-standard-scss": "^13.0.0",
2022-09-25 23:32:45 +08:00
"stylelint-config-standard-vue": "^1.0.0",
2024-01-25 09:41:28 +08:00
"stylelint-scss": "^6.1.0",
"svgo": "^3.2.0",
2024-01-25 09:41:28 +08:00
"terser": "^5.27.0",
2023-12-07 14:10:17 +08:00
"typescript": "^5.3.3",
2024-02-11 21:06:18 +08:00
"unocss": "^0.58.5",
2024-02-04 14:43:33 +08:00
"unplugin-auto-import": "^0.17.5",
2024-02-11 21:06:18 +08:00
"unplugin-turbo-console": "^1.3.0",
2023-12-04 00:37:39 +08:00
"unplugin-vue-components": "^0.26.0",
2024-02-11 21:06:18 +08:00
"vite": "^5.1.1",
2023-10-10 09:09:22 +08:00
"vite-plugin-banner": "^0.7.1",
2024-02-04 14:43:33 +08:00
"vite-plugin-compression2": "^0.12.0",
2024-01-25 09:41:28 +08:00
"vite-plugin-fake-server": "^2.1.1",
"vite-plugin-pages": "^0.32.0",
2022-09-25 23:32:45 +08:00
"vite-plugin-svg-icons": "^2.0.1",
2024-02-04 14:43:33 +08:00
"vite-plugin-vue-devtools": "^7.0.14",
2024-01-01 01:15:42 +08:00
"vite-plugin-vue-meta-layouts": "^0.4.1",
"vue-tsc": "^1.8.27"
2022-11-09 16:04:56 +08:00
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"preserveUnused": true
2022-09-25 23:32:45 +08:00
}
2021-08-27 10:32:21 +08:00
}