-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.42 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.42 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
{
"name": "rollup-codes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@arbitrum/sdk": "^4.0.0",
"@supabase/supabase-js": "^2.95.3",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"eslint-config-next": "16.1.1",
"ethers": "^6.16.0",
"ethers5": "npm:ethers@^5.7.2",
"gray-matter": "^4.0.3",
"lucide-react": "^0.562.0",
"next": "^16.1.6",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-tooltip": "^5.28.0",
"remark-gfm": "^4.0.1",
"typescript": "5.8.2",
"viem": "^2.45.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "22.13.10",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"autoprefixer": "^10.4.23",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss": "^8.5.6",
"prettier": "^3.5.3",
"sass": "^1.85.1"
}
}