-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "player-map",
"version": "2.0.11",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"test": ""
},
"dependencies": {
"@0xintuition/graphql": "1.0.0-alpha.1",
"@tanstack/react-query": "^5.87.1",
"axios": "^1.9.0",
"playermap_graph": "0.2.6",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-css-injected-by-js": "^4.0.1",
"vite-plugin-dts": "^3.0.0"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.29.0",
"wagmi": "^2.15.2"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}