mirror of
https://github.com/SkalaraAI/waitlist.git
synced 2025-04-04 02:30:16 -04:00
37 lines
861 B
JSON
37 lines
861 B
JSON
{
|
|
"name": "waitlist",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@types/react": "18.2.14",
|
|
"@types/react-dom": "18.2.6",
|
|
"autoprefixer": "10.4.14",
|
|
"class-variance-authority": "^0.6.1",
|
|
"clsx": "^1.2.1",
|
|
"dotenv": "^16.3.1",
|
|
"eslint": "8.44.0",
|
|
"eslint-config-next": "13.4.7",
|
|
"lucide-react": "^0.258.0",
|
|
"mongodb": "^5.6.0",
|
|
"next": "13.4.7",
|
|
"postcss": "8.4.24",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tailwind-merge": "^1.13.2",
|
|
"tailwindcss": "3.3.2",
|
|
"tailwindcss-animate": "^1.0.6",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mongodb": "^4.0.7",
|
|
"@types/node": "20.3.3"
|
|
}
|
|
}
|