-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
51 lines (51 loc) · 1.11 KB
/
package.json
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
{
"name": "basepay",
"version": "0.1.0",
"private": true,
"author": {
"name": "Paycrest",
"email": "[email protected]",
"url": "https://paycrest.io"
},
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/paycrest/basepay"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/onchainkit": "^0.33.5",
"@headlessui/react": "^2.1.10",
"@privy-io/react-auth": "^1.88.4",
"@tanstack/react-query": "^5.59.11",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.1",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"moment": "^2.30.1",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-qrcode-logo": "^3.0.0",
"react-type-animation": "^3.2.0",
"sonner": "^1.5.0",
"viem": "^2.21.21"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}