{ "name": "@remake/web", "type": "module", "version": "3.0.0", "author": "Vick Scarlet ", "scripts": { "dev": "bunx --bun vite", "dev:prod": "bunx --bun vite --mode production", "build": "bunx --bun vite build", "build:bili": "bunx --bun vite build --config vite.config.bili.ts", "preview": "bunx --bun vite preview", "lint": "bunx --bun eslint", "test": "bunx --bun vitest" }, "dependencies": { "@remake/data": "workspace:*", "@remake/hooks": "workspace:*", "@remake/vitex": "workspace:*", "@remake/thirdparty-bili-toy": "workspace:*", "jotai": "^2.20.2", "react": "^19.2.8", "react-dom": "^19.2.8", "react-hot-toast": "^2.6.0" }, "devDependencies": { "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@vitejs/plugin-react": "^6.0.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "vite": "^8.1.3", "vitest": "^4.1.10" } }