forked from kalidao/kali-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.5 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
{
"name": "kali-ui",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{tsx,ts,jsx,md,js,mjs,graphql}\"",
"build-client": "graphclient build",
"graphiql": "graphclient serve-dev"
},
"dependencies": {
"@ethersproject/constants": "^5.6.0",
"@ethersproject/providers": "^5.5.3",
"@fleekhq/fleek-storage-js": "^1.0.20",
"@graphprotocol/client-add-source-name": "1.0.11",
"@graphprotocol/client-cli": "2.2.11",
"@kalidao/reality": "^0.0.5",
"@pinata/sdk": "^1.1.26",
"@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-icons": "^1.1.0",
"@radix-ui/react-navigation-menu": "^1.0.0",
"@radix-ui/react-popover": "^0.1.6",
"@radix-ui/react-progress": "^0.1.4",
"@radix-ui/react-select": "^0.1.1",
"@radix-ui/react-slider": "^0.1.4",
"@radix-ui/react-switch": "^0.1.5",
"@radix-ui/react-tabs": "^0.1.5",
"@radix-ui/react-toast": "^1.0.0",
"@radix-ui/react-tooltip": "^0.1.7",
"@rainbow-me/rainbowkit": "^0.5.3",
"@react-pdf/renderer": "^2.1.0",
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "^4.3.4",
"@tiptap/react": "2.0.0-beta.197",
"@tiptap/starter-kit": "2.0.0-beta.196",
"@vanilla-extract/css-utils": "^0.1.2",
"@walletconnect/web3-provider": "^1.7.1",
"@web3auth/web3auth": "^1.0.0",
"emailjs-com": "^3.2.0",
"ethers": "^5.6.5",
"framer-motion": "^5.6.0",
"graphql": "16.6.0",
"graphql-request": "^4.3.0",
"little-state-machine": "^4.3.1",
"magic-sdk": "^8.1.1",
"moralis": "^2.5.7",
"next": "^12.2.3",
"nextjs-progressbar": "^0.0.14",
"node": "^17.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.30.0",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.0",
"react-table": "^7.8.0",
"sib-api-v3-sdk": "^8.3.0",
"swr": "^1.3.0",
"victory": "^36.5.3",
"wagmi": "^0.6.6"
},
"devDependencies": {
"@types/react": "^18.0.20",
"@vanilla-extract/css": "^1.9.1",
"@vanilla-extract/next-plugin": "^2.1.0",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"prettier": "^2.6.2",
"typescript": "^4.8.3"
}
}