-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "create-seneschal-app",
"version": "1.0.5",
"bin": "./bin.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@hookform/resolvers": "^3.3.1",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@tanstack/react-table": "^8.10.1",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"ai": "^2.2.10",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"ethers": "^5.7.2",
"graphql": "^16.8.0",
"lucide-react": "^0.272.0",
"next": "13.4.19",
"nft.storage": "^7.1.1",
"openai": "^4.3.1",
"postcss": "8.4.29",
"react": "18.2.0",
"react-day-picker": "^8.8.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"viem": "^1.9.2",
"wagmi": "^1.3.10",
"web3": "^4.1.1",
"yargs": "^17.7.2",
"zod": "^3.22.2"
}
}