-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.17 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.17 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
{
"name": "interval",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"db:generate": "bunx prisma generate",
"db:push": "bunx prisma db push",
"db:migrate": "bunx prisma migrate dev",
"postinstall": "bunx prisma generate"
},
"dependencies": {
"@bagsfm/bags-sdk": "^1.3.1",
"@prisma/adapter-pg": "^7.4.1",
"@prisma/client": "^7.4.1",
"@privy-io/node": "^0.9.0",
"@privy-io/react-auth": "^3.14.1",
"@solana-program/memo": "^0.11.0",
"@solana/actions": "^1.6.6",
"@solana/kit": "^6.1.0",
"cloudinary": "^2.9.0",
"next": "16.1.6",
"prisma": "^7.4.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"resend": "^4.0.0",
"sonner": "^2.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}