2023-06-04 20:01:58 +08:00
|
|
|
{
|
|
|
|
|
"name": "cdtmp",
|
|
|
|
|
"private": true,
|
2025-04-20 17:50:07 +08:00
|
|
|
"version": "0.0.5",
|
2023-06-04 20:01:58 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
2023-08-08 09:43:46 +08:00
|
|
|
"build:dev": "vite build --mode development",
|
|
|
|
|
"build:prod": "vite build --mode production",
|
2023-06-04 20:01:58 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
|
"prettier": "prettier --write ."
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@arco-design/color": "^0.4.0",
|
2025-03-25 17:58:49 +08:00
|
|
|
"@arco-design/web-vue": "^2.57.0",
|
2025-04-20 17:50:07 +08:00
|
|
|
"@tanstack/vue-query": "^5.74.5",
|
2024-10-23 14:31:54 +08:00
|
|
|
"@tinymce/tinymce-vue": "^6.1.0",
|
2025-04-20 17:50:07 +08:00
|
|
|
"@vueuse/core": "^13.1.0",
|
2025-03-25 17:58:49 +08:00
|
|
|
"axios": "^1.8.4",
|
2024-08-29 18:20:37 +08:00
|
|
|
"dayjs": "^1.11.13",
|
2023-06-15 20:13:46 +08:00
|
|
|
"file2md5": "^1.3.0",
|
2024-09-04 20:06:26 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2025-01-03 09:13:19 +08:00
|
|
|
"mammoth": "^1.9.0",
|
2024-07-29 18:32:53 +08:00
|
|
|
"mitt": "^3.0.1",
|
2023-06-04 20:01:58 +08:00
|
|
|
"nprogress": "^0.2.0",
|
2025-04-20 17:50:07 +08:00
|
|
|
"pinia": "^3.0.2",
|
2024-09-01 15:58:58 +08:00
|
|
|
"pinyin-match": "^1.2.6",
|
2024-07-29 18:32:53 +08:00
|
|
|
"postcss-import": "^16.1.0",
|
2025-01-21 18:58:46 +08:00
|
|
|
"qs": "^6.14.0",
|
2025-04-20 17:50:07 +08:00
|
|
|
"tinymce": "^7.8.0",
|
2024-11-21 09:06:22 +08:00
|
|
|
"vue": "^3.5.13",
|
2023-06-04 20:01:58 +08:00
|
|
|
"vue-clipboard3": "^2.0.0",
|
2024-07-29 18:32:53 +08:00
|
|
|
"vue-color-kit": "^1.0.6",
|
2025-04-20 17:50:07 +08:00
|
|
|
"vue-data-ui": "^2.6.40",
|
2024-12-06 19:02:49 +08:00
|
|
|
"vue-router": "^4.5.0",
|
2024-09-06 10:48:22 +08:00
|
|
|
"vuedraggable": "^2.24.3"
|
2023-06-04 20:01:58 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-04-20 17:50:07 +08:00
|
|
|
"@tailwindcss/postcss": "^4.1.4",
|
|
|
|
|
"@tailwindcss/vite": "^4.1.4",
|
2024-09-04 20:06:26 +08:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2025-04-20 17:50:07 +08:00
|
|
|
"@types/node": "^22.14.1",
|
2024-07-29 18:32:53 +08:00
|
|
|
"@types/nprogress": "^0.2.3",
|
2025-01-21 18:58:46 +08:00
|
|
|
"@types/qs": "^6.9.18",
|
2025-03-25 17:58:49 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
|
|
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
2025-03-10 11:19:38 +08:00
|
|
|
"@vue/babel-plugin-jsx": "^1.4.0",
|
2025-01-21 18:58:46 +08:00
|
|
|
"browserslist": "^4.24.4",
|
2025-04-20 17:50:07 +08:00
|
|
|
"eslint": "^9.25.0",
|
2025-03-10 11:19:38 +08:00
|
|
|
"eslint-plugin-vue": "^10.0.0",
|
2025-04-20 17:50:07 +08:00
|
|
|
"less": "^4.3.0",
|
2024-07-29 18:32:53 +08:00
|
|
|
"less-loader": "^12.2.0",
|
2025-02-20 18:19:21 +08:00
|
|
|
"postcss": "^8.5.3",
|
2025-03-10 11:19:38 +08:00
|
|
|
"prettier": "^3.5.3",
|
2025-01-21 18:58:46 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
2025-04-20 17:50:07 +08:00
|
|
|
"tailwindcss": "^4.1.4",
|
|
|
|
|
"typescript": "^5.8.3",
|
|
|
|
|
"vite": "^6.3.2",
|
|
|
|
|
"vue-eslint-parser": "^10.1.3"
|
2024-08-08 18:24:02 +08:00
|
|
|
}
|
2023-06-04 20:01:58 +08:00
|
|
|
}
|