-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.96 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
{
"name": "noun-site",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@buildersdk/sdk": "^0.1.0",
"@emotion/react": "^11.10.5",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@mantine/core": "^5.10.0",
"@mantine/hooks": "^5.10.0",
"@mantine/rte": "^5.10.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@rainbow-me/rainbowkit": "^0.12.15",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vercel/analytics": "^1.1.2",
"@vercel/og": "^0.6.2",
"@wagmi/chains": "^1.7.0",
"@zoralabs/zdk": "^2.2.0",
"add": "^2.0.6",
"axios": "^1.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"deepmerge": "^4.2.2",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"formik": "^2.2.9",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"jotai": "^1.11.1",
"lodash.merge": "^4.6.2",
"next": "^14.1.0",
"next-mdx-remote": "^4.2.0",
"nextjs-cors": "^2.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-jazzicon": "^1.0.4",
"react-markdown": "^8.0.7",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"swr": "^2.2.4",
"tailwind-merge": "^2.2.0",
"typescript": "^5.3.3",
"unstated-next": "^1.1.0",
"viem": "^1.21.4",
"wagmi": "0.12.17"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@types/lodash.merge": "^4.6.7",
"@types/sanitize-html": "^2.6.2",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"prettier": "^3.2.5",
"tailwindcss": "^3.2.4"
}
}