www/package.json

36 lines
813 B
JSON
Raw Normal View History

2024-09-12 17:28:33 -07:00
{
"name": "pulseapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-09-13 18:27:40 -07:00
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.441.0",
"next": "14.2.8",
"next-themes": "^0.3.0",
2024-09-12 17:28:33 -07:00
"react": "^18",
"react-dom": "^18",
2024-09-13 18:27:40 -07:00
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
2024-09-12 17:28:33 -07:00
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.8"
}
}