forked from ubiquity/stake.ubq.fi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "stake.ubq.fi",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@tanstack/react-query": "^5.90.7",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"viem": "^2.38.6",
"wagmi": "^2.19.3",
"zod": "^4.1.12"
},
"scripts": {
"local": "bun x --bun vite --mode local-node",
"dev": "bun x --bun vite --mode dev",
"build": "vite build --mode prod",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "bun test",
"test:e2e": "bun x playwright test"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.39.1",
"@playwright/test": "^1.56.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"bun-types": "^1.3.2",
"eslint": "^9.39.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"husky": "^9.1.7",
"playwright": "^1.56.1",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.1.11",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^5.2.0"
}
}