-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 828 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
{
"name": "tempo-moderato",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"server": "node server/key-manager.js",
"dev:all": "concurrently \"npm run server\" \"npm run dev\"",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@metamask/detect-provider": "^2.0.0",
"@simplewebauthn/browser": "^13.2.2",
"@simplewebauthn/server": "^13.2.2",
"@tanstack/react-query": "^5.90.21",
"@wagmi/connectors": "^7.2.0",
"@wagmi/core": "^3.3.4",
"lucide-react": "^0.394.0",
"ox": "^0.12.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.46.1",
"wagmi": "^3.4.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"concurrently": "^8.2.2",
"express": "^4.21.0",
"vite": "^5.4.8"
}
}