-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.94 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "authcorp-platform",
"version": "1.0.0",
"description": "Next-generation AI-powered document verification and authentication platform",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@headlessui/react": "^1.7.0",
"@heroicons/react": "^2.0.0",
"@hookform/resolvers": "^3.3.0",
"@radix-ui/react-dialog": "^1.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.0",
"@radix-ui/react-progress": "^1.0.0",
"@radix-ui/react-tabs": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@react-three/drei": "^9.88.0",
"@react-three/fiber": "^8.15.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.0",
"axios": "^1.5.0",
"bcryptjs": "^2.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"crypto-js": "^4.2.0",
"fabric": "^5.3.0",
"framer-motion": "^10.16.0",
"jsonwebtoken": "^9.0.0",
"konva": "^9.2.0",
"lucide-react": "^0.290.0",
"next": "^14.0.0",
"next-themes": "^0.4.6",
"pdfjs-dist": "^3.11.0",
"postcss": "^8.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.0",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.0",
"react-konva": "^18.2.0",
"react-pdf": "^7.5.0",
"react-query": "^3.39.0",
"recharts": "^2.8.0",
"tailwindcss": "^3.3.0",
"three": "^0.157.0",
"typescript": "^5.0.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.0",
"@types/crypto-js": "^4.2.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/three": "^0.157.0",
"eslint": "^8.0.0",
"eslint-config-next": "^14.0.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}