rainnny.club/package.json

43 lines
995 B
JSON
Raw Normal View History

2024-08-28 23:15:07 -04:00
{
2024-08-29 04:25:36 -04:00
"name": "rainnny.club",
"version": "0.1.0",
"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",
2024-08-29 19:11:47 -04:00
"@radix-ui/react-scroll-area": "^1.1.0",
2024-08-29 04:25:36 -04:00
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
2024-09-04 00:11:36 -04:00
"axios": "^1.7.7",
2024-08-29 04:25:36 -04:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.30",
"lucide-react": "^0.439.0",
2024-08-29 04:25:36 -04:00
"moment": "^2.30.1",
2024-09-04 01:23:21 -04:00
"next": "^14.2.7",
2024-08-29 04:25:36 -04:00
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
2024-08-29 17:05:41 -04:00
"sharp": "^0.33.5",
2024-08-29 04:25:36 -04:00
"tailwind-merge": "^2.5.2",
2024-09-03 16:28:43 -04:00
"tailwindcss-animate": "^1.0.7",
"use-lanyard": "^1.5.2"
2024-08-29 04:25:36 -04: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.9"
2024-08-29 04:25:36 -04:00
}
2024-08-28 23:15:07 -04:00
}