-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
97 lines (97 loc) · 3 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "hypercert-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"prepare": "husky",
"commitlint": "commitlint --config commitlintrc.ts --edit"
},
"packageManager": "[email protected]",
"dependencies": {
"@ethereum-attestation-service/eas-sdk": "^2.2.0",
"@ethersproject/bignumber": "^5.7.0",
"@hookform/resolvers": "^3.3.4",
"@hypercerts-org/contracts": "2.0.0-alpha.10",
"@hypercerts-org/marketplace-sdk": "0.3.36",
"@hypercerts-org/sdk": "2.3.0-beta.1",
"@next/env": "^14.2.10",
"@openzeppelin/merkle-tree": "^1.0.6",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/query-core": "^5.32.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "4",
"@tanstack/react-table": "^8.17.3",
"@types/lodash": "^4.17.5",
"@yaireo/tagify": "^4.21.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"csv-parse": "^5.5.6",
"date-fns": "^3.6.0",
"ethers": "^6.6.0",
"gql.tada": "^1.7.5",
"graphql-request": "^7.0.1",
"html-to-image": "^1.11.11",
"lodash": "^4.17.21",
"lucide-react": "^0.373.0",
"next": "14.2.3",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.3",
"react-markdown": "^9.0.1",
"react-use": "^17.5.1",
"remeda": "^2.0.3",
"server-only": "^0.0.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"viem": "^2.21.5",
"wagmi": "^2.12.10",
"zod": "^3.23.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.5",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@testing-library/react": "^16.0.0",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/yaireo__tagify": "^4.18.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.5",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.10",
"postcss": "^8.4.38",
"prettier": "3.3.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5",
"vitest": "^2.0.5"
}
}