-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.46 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.46 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
{
"name": "eip-tools",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"eip": "tsx ./scripts/getWIPEIPsFromPRs.ts && git submodule update --remote && tsx ./scripts/fetchValidEIPs.ts && tsx ./scripts/genEIPDependencyGraph.ts",
"gen-graph": "tsx ./scripts/genEIPDependencyGraph.ts"
},
"dependencies": {
"@chakra-ui/cli": "^3.8.1",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/next-js": "^2.4.2",
"@chakra-ui/react": "^2.10.6",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@neynar/nodejs-sdk": "^2.31.0",
"@types/three": "^0.171.0",
"axios": "^1.8.1",
"chakra-ui-markdown-renderer": "^4.1.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.18.2",
"fs": "0.0.1-security",
"katex": "^0.16.22",
"mongoose": "^8.12.0",
"next": "14.2.35",
"nextjs-toploader": "^1.6.12",
"nprogress": "^0.2.0",
"openai": "^4.86.1",
"path": "^0.12.7",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-force-graph": "^1.47.3",
"react-force-graph-2d": "^1.27.0",
"react-force-graph-3d": "^1.26.0",
"react-icons": "^5.5.0",
"react-markdown": "^9.1.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"three": "^0.172.0",
"three-spritetext": "^1.9.4",
"toaster": "^0.1.2",
"typewriter-effect": "^2.21.0",
"usehooks-ts": "^3.1.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/katex": "^0.16.7",
"@types/node": "^20.17.23",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-next": "14.1.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}