Files
91/package.json
T
nianzhibai 7540371838 feat: restore tag classification and drive controls
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.
2026-05-28 12:18:17 +08:00

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"
}
}