-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.4 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "open-hr-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "node scripts/validate-pb-hooks.cjs",
"build": "vite build && node scripts/generate-sitemap.mjs",
"sitemap": "node scripts/generate-sitemap.mjs",
"preview": "vite preview",
"validate:hooks": "node scripts/validate-pb-hooks.cjs",
"cap:sync": "node -e \"require('fs').rmSync('dist/downloads',{recursive:true,force:true})\" && npx cap sync android",
"cap:open": "npx cap open android",
"optimize-icons": "node scripts/optimize-icons.mjs"
},
"dependencies": {
"@capacitor/camera": "8.0.1",
"@capacitor/core": "^8.3.0",
"@capacitor/geolocation": "^8.2.0",
"@types/dompurify": "^3.0.5",
"@vercel/analytics": "^1.6.1",
"dompurify": "^3.4.0",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7",
"lucide-react": "^0.460.0",
"pocketbase": "0.25.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"recharts": "2.13.3"
},
"devDependencies": {
"@capacitor/android": "^8.3.0",
"@capacitor/cli": "^8.3.0",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^22.14.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^5.2.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-plugin-pwa": "^1.2.0"
}
}