Files
ReadaBook/apps/web/package.json

32 lines
806 B
JSON

{
"name": "@readabook/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc -p tsconfig.json && vite build",
"lint": "tsc -p tsconfig.json --noEmit",
"test": "vitest run",
"typecheck": "tsc -p tsconfig.json --noEmit",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"@readabook/shared": "workspace:*",
"@vitejs/plugin-react": "^6.1.0",
"foliate-js": "^1.0.1",
"lucide-react": "^1.33.0",
"pdfjs-dist": "^6.2.108",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"vite": "^8.2.2"
},
"devDependencies": {
"@napi-rs/canvas": "1.0.7",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.3",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
}
}