-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.45 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
{
"name": "securd",
"version": "0.1.0",
"private": true,
"license": "Pr1mer Tech",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@neondatabase/serverless": "^0.9.3",
"@nomicfoundation/ethereumjs-block": "5.0.4",
"@nomicfoundation/ethereumjs-blockchain": "7.0.4",
"@nomicfoundation/ethereumjs-common": "4.0.4",
"@nomicfoundation/ethereumjs-evm": "2.0.4",
"@nomicfoundation/ethereumjs-rlp": "5.0.4",
"@nomicfoundation/ethereumjs-statemanager": "2.0.4",
"@nomicfoundation/ethereumjs-trie": "6.0.4",
"@nomicfoundation/ethereumjs-tx": "5.0.4",
"@nomicfoundation/ethereumjs-util": "9.0.4",
"@nomicfoundation/ethereumjs-verkle": "0.0.2",
"@nomicfoundation/ethereumjs-vm": "7.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@remixicon/react": "^4.2.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "^8.13.2",
"@tremor/react": "^3.15.0",
"@types/luxon": "^3.4.2",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"connectkit": "^1.8.0",
"drizzle-orm": "^0.30.7",
"ethereumjs-util": "^7.1.5",
"global": "^4.4.0",
"hardhat": "2.20",
"inngest": "^3.19.16",
"inngest-cli": "^0.29.0",
"lucide-react": "^0.354.0",
"luxon": "^3.4.4",
"next": "^14.2.2",
"next-themes": "^0.2.1",
"postgres": "^3.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^1.4.3",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"viem": "2.x",
"wagmi": "^2.9.10",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/bun": "^1.1.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"asciichart": "^1.5.25",
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.20.14",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"nodeplotlib": "^1.1.2",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"vega": "^5.30.0",
"vega-lite-api": "^5.6.0"
}
}