-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "doctransfer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build && node scripts/generate-sitemap.js && node scripts/prerender-seo-pages.js",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@simplewebauthn/browser": "^13.2.2",
"@supabase/supabase-js": "^2.86.0",
"@types/react-signature-canvas": "^1.0.7",
"bcryptjs": "^3.0.3",
"crypto-js": "^4.2.0",
"framer-motion": "^12.40.0",
"gapi-script": "^1.2.0",
"i18next": "^25.7.3",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.555.0",
"openpgp": "^6.3.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.4.449",
"qrcode.react": "^4.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-dropzone": "^14.3.8",
"react-i18next": "^16.5.0",
"react-pdf": "^10.3.0",
"react-router-dom": "^7.9.6",
"react-signature-canvas": "^1.1.0-alpha.2",
"react-webcam": "^7.2.0",
"recharts": "^3.5.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/bcryptjs": "^2.4.6",
"@types/crypto-js": "^4.2.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"baseline-browser-mapping": "^2.10.0",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.36.0",
"vite": "^6.0.0"
}
}