35 lines
784 B
JSON
35 lines
784 B
JSON
{
|
|
"name": "movie-box",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^0.8.2",
|
|
"@libsql/client": "^0.15.10",
|
|
"dotenv": "^17.2.1",
|
|
"drizzle-orm": "^0.44.4",
|
|
"lightgallery": "^2.9.0-beta.1",
|
|
"motion": "^12.23.12",
|
|
"next": "15.4.5",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-icons": "^5.5.0",
|
|
"swr": "^2.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"drizzle-kit": "^0.31.4",
|
|
"tailwindcss": "^4",
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|