{ "name": "rmo-website", "version": "1.0.0", "description": "RMO一站式临床试验风险管理网站", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx,vue --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "vue": "^3.4.0", "vue-router": "^4.2.0", "pinia": "^2.1.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.0", "@vue/tsconfig": "^0.5.0", "typescript": "^5.2.2", "vite": "^5.0.8", "vue-tsc": "^1.8.0" } }