-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "zk-lokomotive-soon",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
"ipfs": "ipfs daemon"
},
"dependencies": {
"@noble/hashes": "1.6.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-phantom": "^0.9.24",
"@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",
"@types/snarkjs": "^0.7.8",
"buffer": "^6.0.3",
"circomlibjs": "^0.1.7",
"events": "^3.3.0",
"framer-motion": "10.18.0",
"ipfs-http-client": "^60.0.1",
"lucide-react": "0.344.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"snarkjs": "^0.7.5",
"stream-browserify": "^3.0.0",
"util": "^0.12.5"
},
"devDependencies": {
"@types/node": "20.17.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "4.3.2",
"autoprefixer": "^10.4.18",
"ipfs": "^0.66.1",
"postcss": "8.4.47",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "3.4.13",
"typescript": "5.6.3",
"vite": "5.4.8",
"vite-plugin-node-polyfills": "0.21.0"
}
}