Files
wehub-resource-sync d18ada4ee7
Docker Publish / docker (web, apps/web/Dockerfile, web) (push) Failing after 0s
Docker Publish / docker (api, apps/api/Dockerfile, api) (push) Failing after 1s
Publish Extension / detect-version (push) Has been skipped
Publish Extension / submit (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:24:41 +08:00

60 lines
1.6 KiB
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"format": "biome format",
"lint": "biome lint",
"check": "biome check"
},
"dependencies": {
"@orpc/client": "^1.13.5",
"@orpc/contract": "^1.13.5",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-router-ssr-query": "^1.131.7",
"@tanstack/react-start": "^1.132.0",
"@tanstack/router-plugin": "^1.132.0",
"@vidbee/downloader-core": "workspace:*",
"@vidbee/i18n": "workspace:*",
"@vidbee/ui": "workspace:*",
"flag-icons": "^7.5.0",
"i18next": "^25.5.3",
"lucide-react": "^0.545.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.0.0",
"sonner": "^2.0.7",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@iconify/json": "^2.2.394",
"@svgr/plugin-jsx": "^8.1.0",
"@tanstack/devtools-vite": "^0.3.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^27.0.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.7.2",
"unplugin-icons": "^22.4.2",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
}
}