forked from zendvolabs/zendvo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 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
{
"name": "zendvo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "jest"
},
"dependencies": {
"@libsql/client": "^0.17.0",
"@stellar/stellar-sdk": "^14.4.3",
"@tailwindcss/postcss": "^4.1.18",
"bcryptjs": "^3.0.3",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.1",
"framer-motion": "^12.29.0",
"jose": "^6.2.0",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.563.0",
"next": "16.1.2",
"nodemailer": "^7.0.12",
"pg": "^8.20.0",
"postcss": "^8.5.6",
"qrcode": "^1.5.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"stripe": "^20.2.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/nodemailer": "^7.0.9",
"@types/pg": "^8.18.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"drizzle-kit": "^0.31.9",
"eslint": "^9",
"eslint-config-next": "16.1.2",
"jest": "^30.2.0",
"jest-regex-util": "^30.0.1",
"ts-jest": "^29.4.6",
"typescript": "5.9.3"
}
}