-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "hypercert-nextjs-chakra-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/alert": "^2.2.2",
"@chakra-ui/modal": "^2.3.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hypercerts-org/sdk": "2.0.0-alpha.27",
"@tanstack/react-query": "^5.40.0",
"@types/luxon": "^3.4.1",
"connectkit": "1.7.3",
"framer-motion": "^10.16.14",
"gql.tada": "^1.7.6",
"html2canvas": "^1.4.1",
"luxon": "^3.4.4",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"urql": "^4.1.0",
"viem": "^2.13.1",
"wagmi": "^2.10",
"webpack-node-externals": "^3.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"typescript": "^5"
},
"packageManager": "[email protected]+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390"
}