-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.77 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.77 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
{
"name": "filecoin-onchain-cloud-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"dependencies": {
"@filecoin-foundation/ui-filecoin": "^0.8.4",
"@filoz/synapse-sdk": "^0.39.0",
"@headlessui/react": "^2.2.9",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-accordion": "^1.2.12",
"@tanstack/react-query": "^5.90.16",
"@tanstack/react-table": "^8.21.3",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ethers": "^6.15.0",
"frontmatter-markdown-loader": "^3.7.0",
"gray-matter": "^4.0.3",
"next": "^16.1.6",
"next-plausible": "^3.12.5",
"nuqs": "^2.8.9",
"prop-types": "^15.8.1",
"ramda": "^0.32.0",
"react": "^19.2.4",
"react-csv": "^2.2.2",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"slugify": "^1.6.6",
"viem": "^2.47.1",
"zod": "^4.3.5"
},
"devDependencies": {
"@biomejs/biome": "2.4.6",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^25",
"@types/ramda": "^0.31.1",
"@types/react": "^19.2.14",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^19.2.3",
"abitype": "^1.2.0",
"fast-glob": "^3.3.3",
"frontmatter-markdown-loader": "^3.7.0",
"postcss": "^8.5.8",
"schema-dts": "^1.1.5",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
},
"engines": {
"node": "^24.0.0",
"npm": "^11.0.0"
}
}