mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-12 23:33:43 +08:00
- Updated next from 16.1.1 to 16.1.2 - Updated eslint-config-next from 16.1.1 to 16.1.2 - Updated @babel packages to version 7.28.6 - Added semver dependency in @babel/core and @babel/helper-compilation-targets - Updated @emnapi/core from 1.7.1 to 1.8.1 - Updated @emnapi/runtime from 1.7.1 to 1.8.1 - Updated @eslint-community/eslint-utils from 4.9.0 to 4.9.1 - Updated @eslint/js from 9.39.1 to 9.39.2 - Updated @next/* swc packages to version 16.1.2 - Updated @tailwindcss/node from 4.1.17 to 4.1.18 - Updated @tailwindcss/oxide and related packages to version 4.1.18 - Removed unused chalk and semver dependencies from @cloudflare/next-on-pages
37 lines
873 B
JSON
37 lines
873 B
JSON
{
|
|
"name": "kvideo",
|
|
"version": "3.9.5",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"pages:build": "npx @cloudflare/next-on-pages@1"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@vercel/analytics": "^1.6.1",
|
|
"hls.js": "^1.6.15",
|
|
"lucide-react": "^0.562.0",
|
|
"next": "16.1.2",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"zustand": "^5.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/next-on-pages": "^1.13.16",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^25",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.2",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|