-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 958 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
{
"private": true,
"name": "enr-app",
"version": "1.0.0",
"type": "module",
"repository": "https://github.com/chainsafe/enr-app",
"author": "Chainsafe Systems",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"check-types": "tsc --noEmit",
"lint": "biome check",
"lint:fix": "biome check --write"
},
"dependencies": {
"@chainsafe/enr": "^6.0.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.8.0",
"sonner": "^2.0.2",
"uint8arrays": "^5.1.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@chainsafe/biomejs-config": "^0.1.1",
"@tailwindcss/vite": "^4.1.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"vite": "^6.3.2"
},
"packageManager": "pnpm@10.11.0"
}