-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.96 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.96 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "template-next-tailwind-counter",
"version": "0.1.0",
"private": true,
"scripts": {
"anchor": "cd anchor && anchor",
"anchor-build": "cd anchor && anchor build",
"anchor-localnet": "cd anchor && anchor localnet",
"anchor-test": "cd anchor && anchor test",
"test:anchor": "jest --config jest.config.cjs",
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"lint": "next lint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@hookform/resolvers": "^3.9.1",
"@jest/globals": "^29.7.0",
"@jup-ag/wallet-adapter": "^0.2.1",
"@mui/material": "^6.1.9",
"@mui/x-date-pickers": "^7.22.3",
"@nextui-org/date-input": "^2.1.4",
"@nextui-org/react": "^2.4.8",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@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.5",
"@tabler/icons-react": "^3.11.0",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-next-experimental": "^5.51.11",
"anchor-bankrun": "^0.5.0",
"axios": "^1.7.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"daisyui": "^4.12.10",
"date-fns": "^4.1.0",
"geist": "^1.3.1",
"jotai": "^2.9.1",
"lucide-react": "^0.456.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.2.5",
"pino-pretty": "^13.0.0",
"react": "^18.3.1",
"react-datepicker": "^7.5.0",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-time-picker": "^7.0.0",
"solana-bankrun": "^0.4.0",
"sonner": "^1.7.0",
"spl-token-bankrun": "^0.2.6",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/jest": "^29.0.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"jest": "^29.0.3",
"node-loader": "^2.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.0.2",
"typescript": "^5"
},
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}