-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.88 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@akashnetwork/console-air",
"version": "1.1.1",
"private": true,
"workspaces": [
"./packages/*",
"!./packages/releaser",
"./apps/*"
],
"scripts": {
"dev": "npm run dev -w apps/deploy-web",
"build": "npm run build -w apps/deploy-web",
"lint": "eslint .",
"format": "prettier --write ./*.{js,json} **/*.{ts,tsx,js,json}",
"deps:relock": "rm -f package-lock.json && npm install --package-lock-only --ignore-scripts",
"prepare": "husky || true"
},
"dependencies": {
"@interchain-ui/react": "1.23.31"
},
"devDependencies": {
"@akashnetwork/dev-config": "*",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"eslint-plugin-import-x": "4.10.0",
"husky": "9.1.6",
"sort-package-json": "2.14.0",
"tsup": "8.5.1"
},
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0",
"vitest": "4.1.5",
"@vitest/coverage-v8": "4.1.5",
"protobufjs": "7.6.4",
"ses": "1.15.0",
"follow-redirects": "1.16.0",
"serialize-javascript": "7.0.5",
"postcss": "8.5.14",
"uuid": "11.1.1",
"elliptic": "6.6.1",
"dompurify": "3.4.2",
"lodash": "4.18.1",
"nanoid": "3.3.12",
"js-yaml": "4.1.1",
"d3-color": "3.1.0",
"d3-interpolate": "3.0.1",
"d3-transition": "3.0.1",
"d3-zoom": "3.0.0",
"react-hook-form": "7.54.2",
"long": "5.3.2",
"zod": "3.25.76",
"iconoir-react": "7.11.0",
"form-data": "4.0.6",
"isomorphic-form-data": {
"form-data": "2.5.6"
},
"undici": "7.28.0",
"vite": "8.0.16",
"ws": "7.5.11"
},
"packageManager": "npm@11.11.0",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"trustedDependencies": [
"esbuild@0.27.2",
"@swc/core@1.11.10",
"@swc/core@1.15.10",
"@swc/core@1.15.11",
"@sentry/cli@2.39.1",
"unrs-resolver@1.3.3",
"sharp@0.34.5"
]
}