27 lines
627 B
JSON
27 lines
627 B
JSON
{
|
|
"name": "speed-reader",
|
|
"private": true,
|
|
"version": "1.0.5",
|
|
"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"
|
|
}
|
|
}
|