-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 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
{
"name": "open-lavatory",
"version": "1.0.0",
"private": true,
"license": "LGPL-3.0-only",
"type": "module",
"scripts": {
"build": "pnpm -r --filter !@openlv/example-react-dapp --filter !@openlv/sandbox --filter !@openlv/example-react-wallet --filter !@openlv/extension --filter !docs build",
"changeset": "changeset",
"changeset:publish": "changeset publish",
"changeset:version": "changeset version && pnpm install --ignore-scripts",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "pnpm -r --filter !@openlv/tests --filter !@openlv/extension test"
},
"dependencies": {
"@biomejs/biome": "^2.3.11"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@wagmi/core": "^2.22.1",
"eslint": "^9.39.2",
"eslint-plugin-v3xlabs": "^1.7.14",
"globals": "^16.5.0",
"prettier": "^3.7.4",
"viem": "^2.44.1",
"wagmi": "^2.19.5"
},
"packageManager": "pnpm@10.10.0",
"pnpm": {
"overrides": {
"@types/react": "19.1.4",
"react": "19.1.0",
"react-dom": "19.1.0"
}
}
}