teecup/frontend/package.json

36 lines
835 B
JSON
Raw Normal View History

2026-07-17 21:40:42 +02:00
{
"name": "teecup-frontend",
2026-07-17 21:40:42 +02:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "vitest run"
2026-07-17 21:40:42 +02:00
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.16.0",
2026-08-07 22:02:56 +02:00
"mapbox-gl": "3.27.0",
2026-07-17 21:40:42 +02:00
"next": "16.2.6",
"react": "^19",
"react-dom": "^19",
"shadcn": "^4.8.0",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"fake-indexeddb": "^6.2.5",
2026-07-17 21:40:42 +02:00
"postcss": "^8.5",
"tailwindcss": "^4.3.3",
"typescript": "5.7.3",
"vitest": "^4.1.10"
2026-07-17 21:40:42 +02:00
}
}