-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 944 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 944 Bytes
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
{
"private": true,
"name": "simpleserialize.com",
"version": "1.0.0",
"type": "module",
"repository": "https://github.com/chainsafe/simpleserialize.com",
"author": "Chainsafe Systems",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"check-types": "tsc",
"lint": "biome check",
"lint:fix": "biome check --write"
},
"dependencies": {
"@chainsafe/ssz": "^1.2.1",
"@lodestar/types": "^1.34.0",
"comlink": "^4.4.2",
"js-yaml": "^4.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sonner": "^2.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@chainsafe/biomejs-config": "^0.1.0",
"@tailwindcss/vite": "^4.0.0",
"@types/js-yaml": "^4.0.9",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.0.0",
"buffer": "^6.0.3",
"tailwindcss": "^4.0.0",
"typescript": "~5.8.3",
"vite": "^6.0.0"
}
}