forked from kalidao/kali-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.21 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "kali-ui",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{tsx,ts,jsx,md,js,mjs,graphql}\"",
"prepare": "husky install"
},
"dependencies": {
"@ethersproject/constants": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@kalidao/reality": "latest",
"@pinata/sdk": "^1.2.1",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-accordion": "^0.1.6",
"@radix-ui/react-alert-dialog": "^0.1.7",
"@radix-ui/react-avatar": "^0.1.4",
"@radix-ui/react-checkbox": "^0.1.5",
"@radix-ui/react-dialog": "^0.1.7",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@radix-ui/react-hover-card": "^1.0.2",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-progress": "^0.1.4",
"@radix-ui/react-select": "^0.1.1",
"@radix-ui/react-switch": "^0.1.5",
"@radix-ui/react-toast": "^1.1.2",
"@rainbow-me/rainbowkit": "^0.8.1",
"@react-pdf/renderer": "^3.0.2",
"@tanstack/react-query": "^4.20.9",
"@tiptap/react": "2.0.0-beta.205",
"@tiptap/starter-kit": "2.0.0-beta.205",
"@vanilla-extract/css-utils": "^0.1.3",
"@vercel/og": "^0.0.21",
"axios": "^1.2.2",
"emailjs-com": "^3.2.0",
"ethers": "^5.7.2",
"graphql": "16.6.0",
"husky": "^8.0.3",
"little-state-machine": "^4.8.0",
"lodash.merge": "^4.6.2",
"moralis": "^2.11.0",
"next": "^13.1.1",
"nextjs-progressbar": "^0.0.16",
"nookies": "^2.5.2",
"react-hook-form": "^7.41.5",
"react-markdown": "^8.0.4",
"react-tsparticles": "^2.7.1",
"react-wrap-balancer": "^0.2.4",
"tsparticles": "^2.7.1",
"wagmi": "^0.10.4",
"zustand": "^4.2.0"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
"@types/lodash.merge": "^4.6.7",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@vanilla-extract/css": "^1.9.2",
"@vanilla-extract/next-plugin": "^2.1.1",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"formidable": "^2.1.1",
"prettier": "^2.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.4"
}
}