-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.09 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
{
"name": "blinkify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:reset": "prisma migrate reset",
"postinstall": "prisma generate"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@headlessui/react": "^2.1.2",
"@mui/icons-material": "5.15.15",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.15",
"@prisma/client": "^5.18.0",
"@solana/actions": "^1.6.1",
"@solana/spl-token": "^0.4.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.2",
"@tabler/icons-react": "2.30.0",
"@tanstack/react-query": "^4.35.3",
"@tiplink/wallet-adapter": "^2.1.20",
"@tiplink/wallet-adapter-react-ui": "^1.0.0",
"@trpc/client": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@uploadthing/react": "^6.7.2",
"@web3uikit/core": "^1.1.5",
"apexcharts": "3.41.1",
"bs58": "^6.0.0",
"lodash": "4.17.21",
"next": "14.2.5",
"next-auth": "^4.24.7",
"pino-pretty": "^11.2.2",
"prop-types": "^15.8.1",
"react": "^18",
"react-apexcharts": "1.4.1",
"react-dom": "^18",
"react-helmet-async": "1.3.0",
"react-mui-sidebar": "^1.3.8",
"react-toastify": "^10.0.5",
"recoil": "^0.7.7",
"tweetnacl": "^1.0.3",
"uploadthing": "^6.13.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/lodash": "4.14.196",
"@types/node": "^20",
"@types/prop-types": "^15.7.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}