35 lines
777 B
JSON
35 lines
777 B
JSON
{
|
|
"name": "my-project",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.5.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.16.0",
|
|
"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.2.0",
|
|
"@tauri-apps/cli": "^2.11.2",
|
|
"@types/node": "^24",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"postcss": "^8.5",
|
|
"tailwindcss": "^4.2.0",
|
|
"typescript": "5.7.3"
|
|
}
|
|
}
|