mirror of
https://github.com/nianzhibai/91.git
synced 2026-06-15 08:45:41 +08:00
7540371838
Restore the previous fixed-tag classification flow, including startup backfill for existing videos and the 91porn spider tag. Also commit the current drive scanning, preview scheduling, and admin drive-control updates present in the workspace.
29 lines
699 B
JSON
29 lines
699 B
JSON
{
|
|
"name": "video-site",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:raw": "node node_modules/vite/bin/vite.js --host 127.0.0.1 --port 5173",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "tsc --noEmit",
|
|
"test": "node --import tsx --test tests/*.test.ts"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "0.453.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-router-dom": "6.26.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@vitejs/plugin-react": "4.3.3",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "5.6.3",
|
|
"vite": "5.4.10"
|
|
}
|
|
}
|