-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.75 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.75 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
{
"name": "warptoad-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"pull": "cp ./node_modules/warp-toad-old-backend/dist/ignition/deployments/* ./src/components/artifacts/",
"norm": "find . -depth -name '*#*' -exec bash -c 'f=\"$1\"; nf=\"${f//\\#/}\"; [ \"$f\" != \"$nf\" ] && mv -n \"$f\" \"$nf\"' _ {} \\;"
},
"dependencies": {
"@azguardwallet/aztec-wallet": "^2.0.3",
"@aztec/accounts": "^2.0.3",
"@aztec/aztec.js": "^2.0.4",
"@aztec/bb.js": "0.72.1",
"@aztec/constants": "^2.0.3",
"@aztec/noir-contracts.js": "^2.0.3",
"@aztec/stdlib": "2.0.4",
"@tailwindcss/vite": "^4.1.12",
"@tanstack/react-query": "^5.85.3",
"@wagmi/core": "^2.20.3",
"@warp-toad/backend": "^0.0.4",
"aztec": "^0.3.9",
"backend": "link:@warp-toad/backend",
"connectkit": "^1.9.1",
"daisyui": "^5.0.50",
"ethers": "^6.15.0",
"flatpickr": "^4.6.13",
"poseidon-lite": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.8.0",
"tailwindcss": "^4.1.12",
"theme-change": "^2.5.0",
"viem": "^2.36.0",
"wagmi": "^2.16.3"
},
"devDependencies": {
"@azguardwallet/types": "^0.4.1",
"@eslint/js": "^9.33.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2",
"vite-plugin-node-polyfills": "^0.24.0"
},
"pnpm": {
"overrides": {
}
}
}