-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 911 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 911 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
{
"name": "docs",
"version": "0.0.0",
"private": true,
"license": "LGPL-3.0-only",
"type": "module",
"scripts": {
"build": "vocs build",
"dev": "vocs dev",
"preview": "vocs preview"
},
"dependencies": {
"@openlv/connector": "workspace:*",
"@openlv/modal": "workspace:*",
"@openlv/session": "workspace:*",
"@openlv/transport": "workspace:*",
"@tanstack/react-query": "^5.83.0",
"mqtt": "^5",
"react": "latest",
"react-dom": "latest",
"tailwindcss": "^4",
"ts-pattern": "^5",
"vocs": "latest"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.16",
"@types/react": "latest",
"classnames": "^2.5.1",
"typescript": "^5"
},
"peerDependencies": {
"@wagmi/core": "2",
"viem": "2",
"wagmi": "2"
}
}