-
Notifications
You must be signed in to change notification settings - Fork 688
/
Copy pathpackage.json
56 lines (56 loc) · 1.69 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
{
"name": "site",
"version": "0.0.109",
"description": "Site and docs for RainbowKit.",
"private": true,
"dependencies": {
"@docsearch/react": "^3.6.1",
"@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": "^9.0.0-rc.3",
"@tanstack/react-query": "^5.55.3",
"@vanilla-extract/css": "1.15.5",
"@vanilla-extract/css-utils": "0.1.4",
"@vanilla-extract/next-plugin": "2.4.5",
"@vanilla-extract/recipes": "0.5.5",
"@vanilla-extract/sprinkles": "1.6.3",
"clsx": "2.1.1",
"copy-to-clipboard": "^3.3.1",
"deepmerge": "^4.2.2",
"framer-motion": "^11.15.0",
"hast-util-to-html": "9.0.2",
"hast-util-to-string": "3.0.0",
"next": "^15.1.4",
"next-compose-plugins": "2.2.1",
"next-intl": "^3.26.3",
"parse-numeric-range": "1.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"refractor": "4.8.1",
"rehype-parse": "9.0.0",
"remark-slug": "^7.0.1",
"three": "^0.168.0",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"viem": "2.21.55",
"wagmi": "^2.14.7"
},
"devDependencies": {
"contentlayer": "npm:[email protected]",
"next-contentlayer": "npm:[email protected]",
"next-sitemap": "^4.2.3"
},
"scripts": {
"dev": "next dev --port 3001",
"build": "INIT_CWD=$PWD contentlayer2 build && next build",
"postbuild": "next-sitemap",
"typecheck": "INIT_CWD=$PWD contentlayer2 build && pnpm tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC"
}