Files
focusapp/client/package.json
T
2026-08-09 15:49:41 +02:00

26 lines
544 B
JSON

{
"name": "focus-app-client",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"axios": "^1.6.0",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
"typescript": "^5.0.0",
"vite": "^8.2.1"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
}
}