-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.18 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.18 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
{
"name": "interchained-wallet-monorepo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"check:types": "tsc --noEmit",
"dev": "pnpm --filter @interchained/studio dev",
"dev:studio": "pnpm --filter @interchained/studio dev",
"build": "pnpm --filter @interchained/studio build",
"build:studio": "pnpm --filter @interchained/studio build",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@hono/node-server": "^1.19.6",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.85.5",
"hono": "^4.9.4",
"interchainedjs-lib": "github:ethgr0wth/interchainedjs-lib",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@eslint/js": "^9",
"@hono/vite-dev-server": "^0.20.1",
"@types/node": "22.19.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.0.1",
"eslint": "^9",
"eslint-plugin-react-hooks": "^7",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"tsx": "^4.21.0",
"typescript": "^5",
"typescript-eslint": "^8.40.0",
"vite": "^7.1.3"
}
}