Files
jihe520__mathmodelagent/frontend/package.json
T
Sanjin 1921f9da0c feat: apikeydialog
add apikeydialog 在网页配置 apikey
不需要再环境变量
update docker file and github action
change prompt
跳过问题核验导致不非数学建模问题
2025-08-18 14:41:40 +08:00

50 lines
1.3 KiB
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^12.7.0",
"axios": "^1.8.4",
"highlight.js": "^11.11.1",
"katex": "^0.16.22",
"lucide": "^0.475.0",
"lucide-vue-next": "^0.475.0",
"marked": "^15.0.11",
"marked-katex-extension": "^5.1.4",
"md-editor-v3": "^5.4.1",
"motion-v": "1.0.0-alpha.0",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.5.0",
"reka-ui": "^2.0.0",
"render-jupyter-notebook-vue": "^2.2.4",
"theme-colors": "^0.1.0",
"vue": "^3.5.13",
"vue-router": "4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@inspira-ui/plugins": "^0.0.1",
"@types/highlight.js": "^10.1.0",
"@types/katex": "^0.16.7",
"@types/marked": "^6.0.0",
"@types/node": "^22.13.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.0.2",
"tailwindcss": "3",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.7.2",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
},
"packageManager": "pnpm@10.6.3"
}