forked from rainbow-me/rainbowkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"name": "site",
"version": "0.0.69",
"description": "Site and docs for RainbowKit.",
"private": true,
"dependencies": {
"@docsearch/react": "^3.3.4",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-portal": "^1.0.2",
"@radix-ui/react-radio-group": "^1.1.2",
"@rainbow-me/rainbowkit": "workspace:*",
"@react-spring/three": "^9.4.4",
"@react-three/fiber": "^8.0.12",
"@vanilla-extract/css": "1.9.1",
"@vanilla-extract/css-utils": "^0.1.2",
"@vanilla-extract/next-plugin": "2.1.0",
"@vanilla-extract/recipes": "^0.2.5",
"@vanilla-extract/sprinkles": "1.5.0",
"clsx": "1.1.1",
"copy-to-clipboard": "^3.3.1",
"deepmerge": "^4.2.2",
"framer-motion": "^6.3.0",
"hast-util-to-html": "8.0.3",
"hast-util-to-string": "2.0.0",
"next": "^13.4.3",
"next-compose-plugins": "2.2.1",
"parse-numeric-range": "1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"refractor": "4.5.0",
"rehype-parse": "8.0.4",
"remark-slug": "^7.0.1",
"three": "^0.139.2",
"unified": "10.1.2",
"unist-util-visit": "4.1.0",
"viem": "~1.3.0",
"wagmi": "~1.3.9"
},
"devDependencies": {
"contentlayer": "0.2.9",
"next-contentlayer": "0.2.9"
},
"scripts": {
"dev": "next dev --port 3001",
"build": "INIT_CWD=$PWD next build",
"typecheck": "INIT_CWD=$PWD contentlayer build && pnpm tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC"
}