-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
156 lines (156 loc) · 5.21 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "glam",
"version": "0.1.0",
"license": "Apache-2.0",
"scripts": {
"anchor": "nx run anchor:anchor",
"anchor-build": "nx run anchor:anchor build",
"anchor-localnet": "nx run anchor:anchor localnet",
"anchor-test": "nx run anchor:anchor test",
"build": "nx run playground:build",
"dev": "nx run playground:dev",
"pg-dev": "nx run playground:dev",
"pg-build": "nx run playground:build",
"pg-start": "nx run playground:start",
"fatcat-dev": "nx run fatcat:dev",
"cli-build": "nx run cli:build"
},
"private": true,
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@drift-labs/sdk": "2.96.0-beta.14",
"@hookform/resolvers": "^3.9.0",
"@pythnetwork/client": "^2.21.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@solana-developers/preset-react": "^3.0.1",
"@solana/spl-stake-pool": "^1.1.5",
"@solana/spl-token": "^0.3.9",
"@solana/spl-token-metadata": "^0.1.4",
"@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-solflare": "^0.6.28",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.98.0",
"@swc/helpers": "~0.5.11",
"@tailwindcss/typography": "0.5.10",
"@tanstack/react-query": "^5.52.3",
"@tanstack/react-query-next-experimental": "^5.52.3",
"@tanstack/react-table": "^8.19.2",
"@tanstack/react-virtual": "^3.11.2",
"@wallet-standard/react-core": "^0.1.4",
"@marinade.finance/marinade-ts-sdk": "^5.0.15",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"commander": "^12.1.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.28",
"inquirer": "^12.3.2",
"jotai": "2.5.1",
"lucide-react": "^0.396.0",
"next": "14.2.10",
"next-themes": "^0.3.0",
"qrcode": "^1.5.4",
"react": "18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
"react-resizable-panels": "^2.0.22",
"react-router-dom": "^6.24.1",
"recharts": "^2.12.7",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.6.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@jest/globals": "^29.7.0",
"@nx/eslint": "^19.4.1",
"@nx/eslint-plugin": "^19.4.1",
"@nx/jest": "^19.4.1",
"@nx/js": "^19.4.1",
"@nx/next": "^19.4.1",
"@nx/node": "19.3.2",
"@nx/react": "^19.4.1",
"@nx/rollup": "^19.4.1",
"@nx/web": "19.3.2",
"@nx/webpack": "^19.4.1",
"@nx/workspace": "^19.4.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "^1.10.2",
"@swc/cli": "^0.1.65",
"@swc/core": "^1.6.13",
"@swc/jest": "^0.2.36",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.39",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"esbuild": "^0.19.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "^19.4.1",
"postcss": "^8.4.39",
"prettier": "^3.4.1",
"react-refresh": "^0.10.0",
"tailwindcss": "^3.4.4",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"url-loader": "^4.1.1"
},
"pnpm": {
"overrides": {
"@solana/web3.js@>=1.73.0 <1.73.5": "^1.98.0",
"bs58@>=4.0.1": "^5.0.0",
"jsbi@>=3.2.5": "^4.3.0",
"@solana/spl-token@>=0.0.1": "^0.3.9",
"@solana/spl-stake-pool@>=0.0.1": "^1.1.5",
"typescript@>=0.0.1": "^5.5.3",
"solana-bankrun@>=0.0.1": "^0.3.0",
"react@>16.0.0": "^18.3.1"
}
},
"packageManager": "[email protected]+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2"
}