-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.18 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 4.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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "devwallet",
"version": "0.13.0",
"private": true,
"type": "module",
"extension": {
"name": "DevWallet",
"description": "DevWallet enhances your Solidity development workflow. Works great with Forge"
},
"scripts": {
"anvil": "anvil --fork-url https://cloudflare-eth.com",
"icons": "bun scripts/generate-icons.ts",
"build": "tsc && bun run build:ds && bun run icons && vite build && bun run build:inpage",
"build:ds": "vite build -c src/design-system/vite.config.ts",
"build:inpage": "vite build -c vite.config.inpage.ts",
"clean": "rimraf dist",
"chrome": "web-ext run -t chromium --start-url \"http://localhost:5199\" --source-dir ./dist/dev",
"contracts:build": "forge build --config-path test/contracts/foundry.toml && bun scripts/generate-typed-artifacts.ts",
"contracts:deploy": "bun scripts/deploy-contracts.ts",
"dev": "cross-env NODE_ENV=development bun run icons && bun run build:inpage && vite & (sleep 1 && bun run chrome)",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"preinstall": "bun scripts/preinstall.ts",
"postinstall": "patch-package",
"prepare": "bun run build:ds",
"sync": "git submodule init && git submodule update",
"typecheck": "tsc --noEmit",
"zip": "web-ext build --source-dir ./dist/build --artifacts-dir ./dist --filename extension.zip"
},
"dependencies": {
"@capsizecss/core": "^4.1.3",
"@capsizecss/vanilla-extract": "^2.0.4",
"@fastify/deepmerge": "^3.2.1",
"@fontsource/inter": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.2.8",
"@fontsource/orbitron": "^5.2.8",
"@lukeed/uuid": "^2.0.1",
"@openchainxyz/abi-guesser": "^1.0.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-form": "^0.1.8",
"@radix-ui/react-polymorphic": "^0.0.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-hook/resize-observer": "^1.2.6",
"@shazow/whatsabi": "^0.9.1",
"@tanstack/query-async-storage-persister": "5.90.22",
"@tanstack/react-query": "5.90.21",
"@tanstack/react-query-persist-client": "5.90.22",
"@tanstack/react-virtual": "^3.13.18",
"@total-typescript/ts-reset": "^0.6.1",
"@vanilla-extract/css": "^1.18.0",
"@vanilla-extract/css-utils": "^0.1.6",
"@vanilla-extract/dynamic": "^2.1.5",
"@vanilla-extract/sprinkles": "^1.6.5",
"abitype": "^1.2.3",
"chroma-js": "^3.2.0",
"clsx": "^2.1.1",
"ethers": "^6.16.0",
"eventemitter3": "^5.0.4",
"human-id": "^4.1.3",
"lucide-react": "^0.575.0",
"mipd": "^0.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-flatten-children": "^1.1.2",
"react-hook-form": "^7.71.2",
"react-intersection-observer": "^10.0.3",
"react-router": "^6.30.3",
"react-router-dom": "^6.30.3",
"remeda": "^2.33.6",
"sonner": "^2.0.7",
"use-sync-external-store": "^1.6.0",
"viem": "^2.46.2",
"zustand": "^4.5.7"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@samrum/vite-plugin-web-extension": "^5.1.1",
"@types/chroma-js": "^3.1.2",
"@types/chrome": "^0.1.37",
"@types/qs": "^6.14.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/use-sync-external-store": "^1.5.0",
"@types/webextension-polyfill": "^0.12.5",
"@types/which-pm-runs": "^1.0.2",
"@vanilla-extract/vite-plugin": "^5.1.4",
"@vitejs/plugin-react": "^5.1.4",
"bun-types": "^1.3.9",
"cross-env": "^10.1.0",
"eslint": "^10.0.1",
"eslint-plugin-react-hooks": "^7.0.1",
"globby": "^16.1.1",
"patch-package": "^8.0.1",
"rimraf": "^6.1.3",
"sharp": "^0.34.5",
"simple-git-hooks": "^2.13.1",
"solmate": "^6.8.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.0",
"vite": "^7.3.1",
"vite-plugin-crx-hot-reload": "^1.0.4",
"vite-tsconfig-paths": "^6.1.1",
"web-ext": "^9.3.0",
"webextension-polyfill": "^0.12.0",
"which-pm-runs": "^1.1.0"
},
"simple-git-hooks": {
"pre-commit": "bun run lint && bun run typecheck"
}
}