Files
kr-phim/package.json
T
ngthanhvu f09e3275eb Refactor: Remove Supabase authentication and related code
- Removed Supabase authentication logic from xem/[slug].vue and yeu-thich.vue.
- Updated favorite and watch later messages to be device-specific.
- Removed unused user state and authentication initialization.
- Deleted supabase.ts plugin file and related configurations.
- Updated nuxt.config.ts to remove Supabase runtime configuration.
- Removed Supabase dependencies from package.json and package-lock.json.
- Adjusted Dockerfile for development environment.
- Added admin layout and pages for managing settings, movies, and users.
- Implemented admin dashboard with statistics and recent activities.
- Created movie and user management interfaces with search functionality.
2026-07-21 23:43:04 -04:00

23 lines
547 B
JSON

{
"name": "cinek",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0 --port 3002",
"generate": "nuxt generate",
"preview": "nuxt preview --host 0.0.0.0 --port 3002",
"start": "node .output/server/index.mjs",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.0",
"hls.js": "^1.6.16",
"lucide-vue-next": "^1.0.0",
"nuxt": "^4.4.5",
"tailwindcss": "^4.3.0",
"vue": "^3.5.34",
"vue-router": "^5.0.6"
}
}