37 lines
910 B
JSON
37 lines
910 B
JSON
{
|
|
"name": "lotine",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "biome lint .",
|
|
"format": "biome format . --write",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.0.9",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.476.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router": "^7.2.0",
|
|
"tailwind-merge": "^3.0.2",
|
|
"tailwindcss": "^4.0.9",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@types/node": "^22.13.5",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"globals": "^15.15.0",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.2.0"
|
|
},
|
|
"trustedDependencies": ["@biomejs/biome"]
|
|
}
|