forked from andr-drgm/collaborators
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.23 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.23 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
{
"name": "the-collaborator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"prepare": "husky"
},
"dependencies": {
"@octokit/core": "^7.0.3",
"@prisma/client": "6.18.0",
"@privy-io/react-auth": "^3.3.0",
"@privy-io/server-auth": "^1.32.5",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.2",
"bs58": "^6.0.0",
"gsap": "^3.13.0",
"next": "15.3.2",
"ogl": "^1.0.11",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.19.9",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.31.0",
"eslint-config-next": "15.3.2",
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
"prisma": "^6.15.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/client",
"@prisma/engines"
],
"ignoredBuiltDependencies": [
"prisma"
]
}
}