-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.35 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.35 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"mantle:deploy": "cd mantle && npx hardhat run scripts/deploy.cjs --network mantle-sepolia",
"grove:publish-agent-card": "node scripts/publish-agent-card-to-grove.mjs",
"postinstall": "test -d node_modules/@lightprotocol/hasher.rs/dist && cp node_modules/@lightprotocol/hasher.rs/dist/hasher_wasm_simd_bg.wasm node_modules/@lightprotocol/hasher.rs/dist/browser-fat/es/ && cp node_modules/@lightprotocol/hasher.rs/dist/light_wasm_hasher_bg.wasm node_modules/@lightprotocol/hasher.rs/dist/browser-fat/es/ || true"
},
"dependencies": {
"conviction-core": "file:./packages/conviction-core",
"@farcaster/miniapp-sdk": "^0.3.0",
"@google/generative-ai": "^0.24.1",
"@lightprotocol/hasher.rs": "^0.2.1",
"@provablehq/aleo-wallet-adaptor-core": "^0.3.0-alpha.3",
"@provablehq/aleo-wallet-adaptor-react": "^0.3.0-alpha.3",
"@provablehq/aleo-wallet-adaptor-shield": "^0.3.0-alpha.3",
"@provablehq/sdk": "^0.10.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-tooltip": "^1.2.8",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/wallet-adapter-wallets": "^0.19.37",
"@solana/web3.js": "^1.98.4",
"@tanstack/react-query": "5.90.19",
"@types/three": "^0.182.0",
"@vercel/kv": "^3.0.0",
"@vercel/postgres": "^0.10.0",
"bip39": "^3.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.27.5",
"lucide-react": "^0.562.0",
"next": "16.2.6",
"privacycash": "^1.1.12",
"react": "19.2.3",
"react-dom": "19.2.3",
"recharts": "^3.6.0",
"tailwind-merge": "^3.4.0",
"three": "^0.182.0",
"viem": "^2.44.4",
"wagmi": "^3.3.4",
"zustand": "^5.0.10"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.4",
"tailwindcss": "^4",
"typescript": "^5"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}