mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "biome lint --write",
|
|
"format": "biome format --write",
|
|
"check": "biome check --write",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/jost": "^5.2.8",
|
|
"@fontsource-variable/playfair-display": "^5.2.8",
|
|
"@fontsource-variable/playwrite-hr-lijeva": "^5.2.7",
|
|
"@fontsource/cutive-mono": "^5.2.8",
|
|
"@fontsource/knewave": "^5.2.7",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"axios": "^1.15.0",
|
|
"daisyui": "^5.5.19",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-hook-form": "^7.72.1",
|
|
"react-router-dom": "^7.14.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.11",
|
|
"@types/node": "^24.12.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.0.4"
|
|
}
|
|
}
|