-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.68 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.68 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "levelupweb3.xyz",
"version": "1.0.0",
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"test": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.108",
"@mui/material": "^5.13.5",
"@mui/material-nextjs": "^5.15.5",
"@next/third-parties": "^14.2.5",
"@privy-io/react-auth": "^1.99.1",
"@privy-io/server-auth": "^1.17.1",
"@privy-io/wagmi": "^1.0.3",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5",
"@thi.ng/checks": "^3.6.16",
"@thi.ng/compose": "^3.0.17",
"@types/mdx": "^2.0.12",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.27.0",
"@vercel/kv": "^0.2.4",
"clsx": "^2.1.1",
"dayjs": "^1.11.5",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"ethers": "^6.6.4",
"framer-motion": "^9.0.4",
"gray-matter": "^4.0.3",
"marked": "^12.0.1",
"mdx-mermaid": "^2.0.0",
"mermaid": "^10.9.0",
"next": "14.2.35",
"next-mdx-remote": "^5.0.0",
"path-to-regexp": "^6.2.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.5",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.5.0",
"react-virtualized": "^9.22.5",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^4.0.1",
"remark-math": "^5.1.1",
"swr": "^2.1.3",
"tss-react": "^4.4.1",
"viem": "^2.16.0",
"wagmi": "^2.10.4",
"zustand": "^5.0.2"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/lodash": "^4.14.186",
"@types/node": "^20.10.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.6",
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.2",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.17",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.5",
"raw-loader": "^4.0.2",
"sitemap": "^7.1.1",
"tailwindcss": "^3.3.0",
"typescript": "^5.1.6"
},
"packageManager": "yarn@1.22.19",
"engines": {
"node": ">=20.0.0"
}
}