You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "movie-sync",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node dev-server.js",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@nanostores/react": "^0.7.1",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/themes": "^3.2.1",
|
|
"@vidstack/react": "^1.9.8",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"express": "^5.1.0",
|
|
"hls.js": "^1.5.1",
|
|
"http-proxy-middleware": "^2.0.9",
|
|
"lucide-react": "^0.311.0",
|
|
"media-icons": "^1.0.0",
|
|
"nanostores": "^0.9.5",
|
|
"next": "14.0.4",
|
|
"radix-ui": "^1.4.2",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-icons": "^5.0.1",
|
|
"react-toastify": "^11.0.5",
|
|
"socket.io-client": "^4.7.4",
|
|
"tailwind-merge": "^2.2.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.0.4",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5"
|
|
}
|
|
} |