Files
2026-07-13 12:12:21 +08:00

26 lines
534 B
JSON

{
"name": "llmfit-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^26.0.0",
"vite": "^5.4.12",
"vitest": "^2.1.8"
}
}