initial commit

This commit is contained in:
ray
2026-07-12 10:01:39 -04:00
commit fc8290d668
185 changed files with 38831 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"name": "spq-v2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@sentry/react": "^10.64.0",
"@tailwindcss/vite": "^4.3.1",
"jspdf": "^4.2.1",
"lucide-react": "^1.21.0",
"pdfjs-dist": "^6.1.200",
"pocketbase": "^0.27.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.0",
"tailwindcss": "^4.3.1",
"tesseract.js": "^7.0.0",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jspdf": "^2.0.0",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"jsdom": "^29.1.1",
"oxlint": "^1.69.0",
"typescript": "~6.0.2",
"vite": "^8.1.0",
"vitest": "^4.1.9"
}
}