-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "flux",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "tsx --test lib/__tests__/*.test.ts lib/kyc/__tests__/*.test.ts",
"test:kyc": "tsx --test lib/kyc/__tests__/*.test.ts",
"test:lib": "tsx --test lib/__tests__/*.test.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.69",
"@aws-sdk/client-rekognition": "^3.1032.0",
"@stripe/react-stripe-js": "^6.1.0",
"@stripe/stripe-js": "^9.1.0",
"@vercel/blob": "^2.3.3",
"ai": "^6.0.159",
"bcryptjs": "^3.0.3",
"framer-motion": "^12.38.0",
"heic-convert": "^2.1.0",
"jose": "^6.2.2",
"next": "16.2.3",
"pdf-lib": "^1.17.1",
"pg": "^8.20.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"resend": "^6.10.0",
"sharp": "^0.34.5",
"stripe": "^22.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@types/bcryptjs": "^2.4.6",
"@types/heic-convert": "^2.1.0",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}