-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.62 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.62 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
{
"name": "para-connector",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "0.36.0",
"@cosmjs/launchpad": "0.27.1",
"@cosmjs/proto-signing": "0.36.0",
"@cosmjs/stargate": "0.36.0",
"@cosmjs/tendermint-rpc": "0.36.0",
"@farcaster/mini-app-solana": "1.0.8",
"@farcaster/miniapp-sdk": "0.1.9",
"@farcaster/miniapp-wagmi-connector": "1.0.0",
"@getpara/graz": "2.0.0-alpha.14",
"@getpara/react-sdk": "2.0.0-alpha.50",
"@getpara/wagmi-v2-integration": "2.0.0-alpha.50",
"@leapwallet/cosmos-social-login-capsule-provider": "0.0.44",
"@radix-ui/react-slot": "^1.2.3",
"@solana-mobile/wallet-adapter-mobile": "2.2.3",
"@solana/wallet-adapter-base": "0.9.27",
"@solana/wallet-adapter-react": "0.15.39",
"@solana/wallet-adapter-walletconnect": "0.1.21",
"@solana/web3.js": "1.98.4",
"@tanstack/react-query": "5.85.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"long": "5.3.2",
"lucide-react": "^0.542.0",
"next": "15.5.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"starknet": "7.6.4",
"tailwind-merge": "^3.3.1",
"viem": "2.36.0",
"wagmi": "^2"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.7",
"typescript": "^5"
}
}