Files
surfnathanrip/frontend/package.json
T
CallMeVerity eb56ad5183 Initial commit
2026-06-03 00:44:48 +01:00

28 lines
618 B
JSON

{
"name": "surfnathanrip-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.0"
},
"devDependencies": {
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^4.5.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.4",
"tailwindcss": "^4.1.0",
"@tailwindcss/vite": "^4.1.0",
"typescript": "^5.8.0",
"vite": "^6.3.0"
}
}