-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.63 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.63 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
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "intuition-chrome-extension",
"displayName": "Intuition Chrome Extension",
"version": "0.1.51",
"description": "",
"author": "THP-Lab.org",
"scripts": {
"dev": "plasmo dev --hmr-host=0.0.0.0 --hmr-port=1815 --serve-host=0.0.0.0 --serve-port=1012",
"graphql:build": " cd src/graphql && NODE_ENV=production graphql-codegen --config codegen.ts",
"prebuild": "pnpm --filter @warzieram/graphql build",
"build": "cross-env NODE_ENV=production PARCEL_WORKER_BACKEND=process plasmo build --target=chrome-mv3",
"prebuild:firefox": "pnpm --filter @warzieram/graphql build",
"build:firefox": "cross-env NODE_ENV=production PARCEL_WORKER_BACKEND=process plasmo build --target=firefox-mv2"
},
"dependencies": {
"@0xintuition/1ui": "^0.3.6",
"@0xintuition/graphql": "2.0.0-alpha.4",
"@0xintuition/protocol": "2.0.0-alpha.4",
"@0xintuition/sdk": "2.0.0-alpha.4",
"@apollo/client": "^3.13.8",
"@floating-ui/react-dom": "^2.1.2",
"@graphql-codegen/typescript-document-nodes": "^4.0.11",
"@plasmohq/storage": "^1.15.0",
"@radix-ui/react-collapsible": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-hover-card": "^1.1.7",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.2",
"@tanstack/react-query": "^5.69.0",
"@types/three": "^0.175.0",
"@warzieram/graphql": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ethers": "^6.15.0",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"graphql-ws": "^6.0.4",
"lucide-react": "^0.483.0",
"metamask-extension-provider": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^7.3.0",
"tailwind-merge": "^3.0.2",
"three": "^0.175.0",
"use-debounce": "^10.0.4",
"viem": "^2.23.15"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.4.0",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/plugin-helpers": "^5.0.4",
"@graphql-codegen/schema-ast": "^4.1.0",
"@graphql-codegen/typescript": "^4.1.0",
"@graphql-codegen/typescript-operations": "^4.3.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@parcel/watcher": "^2.4.1",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"plasmo": "0.90.3",
"postcss": "8.4.31",
"prettier": "3.2.4",
"svgo": "^3.0.2",
"tailwindcss": "3.3.0",
"tsup": "^6.7.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.3.1"
},
"manifest": {
"host_permissions": [
"https://*/*",
"https://analytics.thp.box/*",
"https://testnet.rpc.intuition.systems",
"https://rpc.intuition.systems",
"https://mainnet.intuition.sh/v1/graphql",
"https://testnet.intuition.sh/v1/graphql",
"chrome-extension://*/*",
"ws://localhost:*/*",
"wss://localhost:*/*"
],
"web_accessible_resources": [
{
"resources": [
"./src/Icon.sprites-2W56CM52.svg",
"./assets/*",
"assets/umami.js",
"./assets/Collection_V1.1_color-black_eye-gray_anneaux-chrom__V1.1.glb"
],
"matches": [
"<all_urls>"
]
}
],
"name": "Intuition",
"permissions": [
"scripting",
"tabs",
"activeTab",
"sidePanel"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https://rpc.intuition.systems https://testnet.rpc.intuition.systems/http https://testnet.intuition.sh/v1/graphql https://mainnet.intuition.sh/v1/graphql wss://testnet.intuition.sh/v1/graphql wss://mainnet.intuition.sh/v1/graphql wss://testnet.rpc.intuition.systems wss://rpc.intuition.systems https://cloud.umami.is/ https://analytics.thp.box/ https://api.ipify.org http://localhost:* ws://localhost:* wss://localhost:* https://dl.polyhaven.org https://www.gstatic.com;"
}
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@swc/core",
"esbuild",
"lmdb",
"msgpackr-extract",
"sharp"
]
},
"packageManager": "pnpm@10.5.0+sha512.11106a5916c7406fe4b8cb8e3067974b8728f47308a4f5ac5e850304afa6f57e2847d7950dfe78877d8d36bfb401d381c4215db3a4c3547ffa63c14333a6fa51"
}