2026-07-09 01:17:35 +02:00
|
|
|
{
|
2026-07-12 15:58:22 +02:00
|
|
|
"name": "hms-licht-ton-frontend-react",
|
2026-07-09 01:17:35 +02:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-07-12 15:58:22 +02:00
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
2026-07-09 01:17:35 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-07-12 15:58:22 +02:00
|
|
|
"react": "^18.3.0",
|
|
|
|
|
"react-dom": "^18.3.0",
|
|
|
|
|
"react-router-dom": "^6.26.0"
|
2026-07-09 01:17:35 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-07-12 15:58:22 +02:00
|
|
|
"@types/react": "^18.3.0",
|
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
|
|
|
"autoprefixer": "^10.4.0",
|
|
|
|
|
"postcss": "^8.4.0",
|
2026-07-09 01:17:35 +02:00
|
|
|
"tailwindcss": "^3.4.0",
|
|
|
|
|
"typescript": "^5.6.0",
|
2026-07-12 15:58:22 +02:00
|
|
|
"vite": "^5.4.0"
|
2026-07-09 01:17:35 +02:00
|
|
|
}
|
|
|
|
|
}
|