2025-08-07 12:27:49 +08:00
|
|
|
{
|
|
|
|
|
"name": "regulatory-management-util",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vue-tsc -b && vite build",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-10-23 17:52:01 +08:00
|
|
|
"scss": "^0.2.4",
|
2025-11-12 20:13:56 +08:00
|
|
|
"vue": "^3.5.24",
|
2025-10-23 17:52:01 +08:00
|
|
|
"vue-router": "^4.6.3"
|
2025-08-07 12:27:49 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-24 11:45:10 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.2",
|
2025-11-18 19:37:20 +08:00
|
|
|
"@stylistic/eslint-plugin": "^5.6.0",
|
2025-11-17 19:00:39 +08:00
|
|
|
"@types/node": "^24.10.1",
|
2025-11-18 15:30:57 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
|
|
|
"@typescript-eslint/parser": "^8.47.0",
|
2025-10-12 00:25:58 +08:00
|
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
2025-10-30 16:02:54 +08:00
|
|
|
"@vue-office/docx": "^1.6.3",
|
|
|
|
|
"@vue-office/excel": "^1.7.14",
|
|
|
|
|
"@vue-office/pdf": "^2.0.10",
|
2025-10-12 00:25:58 +08:00
|
|
|
"@vue/tsconfig": "^0.8.1",
|
2025-11-12 20:13:56 +08:00
|
|
|
"axios": "^1.13.2",
|
2025-11-17 19:00:39 +08:00
|
|
|
"element-plus": "^2.11.8",
|
2025-11-12 20:13:56 +08:00
|
|
|
"eslint": "^9.39.1",
|
2025-10-23 17:52:01 +08:00
|
|
|
"eslint-plugin-vue": "^10.5.1",
|
2025-10-24 00:36:24 +08:00
|
|
|
"path": "^0.12.7",
|
2025-11-18 19:37:20 +08:00
|
|
|
"sass": "^1.94.1",
|
2025-10-12 00:25:58 +08:00
|
|
|
"typescript": "~5.9.3",
|
2025-11-12 20:13:56 +08:00
|
|
|
"vite": "^7.2.2",
|
2025-10-30 16:02:54 +08:00
|
|
|
"vue-demi": "^0.14.10",
|
2025-08-07 13:22:32 +08:00
|
|
|
"vue-eslint-parser": "^10.2.0",
|
2025-10-30 16:02:54 +08:00
|
|
|
"vue-pdf-embed": "^2.1.3",
|
2025-11-17 19:00:39 +08:00
|
|
|
"vue-tsc": "^3.1.4"
|
2025-08-07 12:27:49 +08:00
|
|
|
}
|
|
|
|
|
}
|