-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.33 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
68
69
70
71
72
73
74
{
"name": "payko",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docker-dev": "bash ./meta/dev.docker dev",
"docker-clean": "bash ./meta/dev.docker clean",
"docker-psql": "bash ./meta/dev.docker psql",
"docker-shell": "bash ./meta/dev.docker shell",
"docker-migrate": "bash ./meta/dev.docker migrate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.4.2",
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/s3-presigned-post": "^3.665.0",
"@hookform/resolvers": "^3.9.0",
"@prisma/client": "^5.19.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.3",
"@types/bs58": "^4.0.4",
"@types/pbkdf2": "^3.1.2",
"@types/uuid": "^10.0.0",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.5.0",
"input-otp": "^1.2.4",
"lucide-react": "^0.436.0",
"next": "14.2.7",
"next-auth": "^5.0.0-beta.20",
"pbkdf2": "^3.1.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-toastify": "^10.0.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tweetnacl": "^1.0.3",
"tweetnacl-ts": "^1.0.3",
"unique-names-generator": "^4.7.1",
"use-debounce": "^10.0.3",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed/seed.ts"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8",
"prisma": "^5.19.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}