Files
Prisma/prisma/package.json
从何开始123 1561c054b7 1
2026-01-08 11:56:00 +08:00

28 lines
599 B
JSON

{
"name": "prisma",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react-markdown": "^10.1.0",
"remark-math": "6.0.0",
"rehype-katex": "7.0.0",
"@google/genai": "^1.34.0",
"lucide-react": "^0.562.0",
"react-dom": "^19.2.3",
"react": "^19.2.3",
"react-syntax-highlighter": "^16.1.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}