RMO-Front/package.json

26 lines
606 B
JSON
Raw Permalink Normal View History

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