rainnny.club/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2024-08-28 23:15:07 -04:00
{
2024-09-09 21:25:27 -04:00
"name": "rainnny.club",
2024-09-09 21:25:36 -04:00
"version": "1.0.0",
2024-09-09 21:25:27 -04:00
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.30",
"lucide-react": "^0.453.0",
2024-09-09 21:25:27 -04:00
"moment": "^2.30.1",
"next": "^15.0.0",
2024-09-09 21:25:27 -04:00
"next-themes": "^0.3.0",
2024-10-22 15:50:18 -04:00
"react": "^19.0.0-rc-45804af1-20241021",
"react-dom": "^19.0.0-rc-45804af1-20241021",
2024-09-09 21:25:27 -04:00
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
2024-09-10 17:22:26 -04:00
"use-tether": "^1.0.4"
2024-09-09 21:25:27 -04:00
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^22.0.0",
2024-09-09 21:25:27 -04:00
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "15.0.0"
2024-09-09 21:25:27 -04:00
}
2024-08-28 23:15:07 -04:00
}