-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 1.71 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@paycrest/noblocks",
"version": "2.0.0",
"private": true,
"author": {
"name": "Paycrest",
"email": "info@paycrest.io",
"url": "https://paycrest.io"
},
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/paycrest/noblocks"
},
"description": "Crypto-to-fiat payments in a zap.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@hotjar/browser": "^1.0.9",
"@privy-io/react-auth": "^2.0.1",
"@react-pdf/renderer": "^4.1.6",
"@tanstack/react-query": "^5.64.0",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"framer-motion": "^11.17.0",
"html2canvas": "^1.4.1",
"hugeicons-react": "^0.3.0",
"js-cookie": "^3.0.5",
"jsencrypt": "^3.3.2",
"jspdf": "^2.5.2",
"mixpanel-browser": "^2.58.0",
"next": "^14.2.23",
"next-themes": "^0.4.4",
"permissionless": "^0.2.25",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-qrcode-logo": "^3.0.0",
"sonner": "^1.7.1",
"viem": "^2.22.7",
"wagmi": "^2.14.7"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/mixpanel-browser": "^2.51.0",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^9.18.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@9.11.0"
}