generated from space-operator/starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.98 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
{
"name": "space-operator-starter-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@civic/profile": "^0.5.2",
"@coral-xyz/anchor": "^0.29.0",
"@hookform/resolvers": "^3.3.4",
"@monaco-editor/react": "^4.6.0",
"@next/bundle-analyzer": "^14.2.3",
"@noble/curves": "^1.4.0",
"@pythnetwork/staking": "^2.2.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@solana/governance-program-library": "npm:@civic/[email protected]",
"@solana/spl-governance": "^0.3.28",
"@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",
"@space-operator/client": "^0.15.0",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.42.5",
"@tanstack/query-core": "^5.32.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"bignumber.js": "^9.1.2",
"bs58": "^5.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"jotai": "^2.8.0",
"jotai-tanstack-query": "^0.8.5",
"lucide-react": "^0.373.0",
"monaco-editor": "^0.48.0",
"nanoid": "^5.0.7",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-async-hook": "^4.0.0",
"react-content-loader": "^7.0.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.3",
"react-intersection-observer": "^9.10.2",
"react-markdown": "^9.0.1",
"reactflow": "^11.10.4",
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"wonka": "^6.3.4",
"zod": "^3.23.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@swc-jotai/debug-label": "^0.1.0",
"@swc-jotai/react-refresh": "^0.1.0",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@types/node": "^20.12.7",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
"overrides": {
"@solana/spl-token": "0.4.6",
"@solana/web3.js": "1.91.7",
"@types/bn.js": "5.1.0",
"bn.js": "^5.1.3"
}
}