Files
read/package.json
T
2026-02-07 20:58:28 +01:00

27 lines
627 B
JSON

{
"name": "speed-reader",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "tsc -p tsconfig.json --noEmit",
"build": "tsc -p tsconfig.json --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"jszip": "^3.10.1",
"lucide-react": "^0.460.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.0.0",
"vite": "^6.0.0"
}
}