-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 KB
/
package.json
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
{
"name": "crumbs",
"description": "crumbs",
"private": true,
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@tanstack/query-sync-storage-persister": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-persist-client": "^5.40.1",
"@wagmi/connectors": "^4.3.10",
"@wagmi/core": "^2.10.3",
"@webext-core/messaging": "^1.4.0",
"jotai": "^2.8.2",
"metamask-extension-provider": "^3.0.0",
"mipd": "^0.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-query": "^3.39.3",
"ulid": "^2.3.0",
"viem": "^2.12.0",
"vite-plugin-node-polyfills": "^0.22.0"
},
"devDependencies": {
"@metamask/providers": "^16.1.0",
"@types/chrome": "^0.0.268",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"wxt": "^0.18.3"
}
}