{ "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": { "scss": "^0.2.4", "vue": "^3.5.24", "vue-router": "^4.6.3" }, "devDependencies": { "@element-plus/icons-vue": "^2.3.2", "@stylistic/eslint-plugin": "^5.6.1", "@types/node": "^24.10.1", "@typescript-eslint/eslint-plugin": "^8.47.0", "@typescript-eslint/parser": "^8.47.0", "@vitejs/plugin-vue": "^6.0.2", "@vue-office/docx": "^1.6.3", "@vue-office/excel": "^1.7.14", "@vue-office/pdf": "^2.0.10", "@vue/tsconfig": "^0.8.1", "axios": "^1.13.2", "element-plus": "^2.11.8", "eslint": "^9.39.1", "eslint-plugin-vue": "^10.6.0", "path": "^0.12.7", "sass": "^1.94.2", "typescript": "~5.9.3", "vite": "^7.2.4", "vue-demi": "^0.14.10", "vue-eslint-parser": "^10.2.0", "vue-pdf-embed": "^2.1.3", "vue-tsc": "^3.1.5" } }