forked from BibliothecaDAO/eternum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3.08 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 3.08 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
{
"name": "eternum-game-client",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "NODE_OPTIONS=\"--max-old-space-size=8192\" tsc && NODE_OPTIONS=\"--max-old-space-size=8192\" vite build",
"coverage": "vitest run --coverage",
"dev": "vite",
"generate-pwa-assets": "pwa-assets-generator",
"format": "npx prettier --write . --root=..",
"format:check": "npx prettier --check . --root=..",
"lint": "eslint .",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"preview": "vite preview",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:watch": "vitest"
},
"dependencies": {
"@bibliothecadao/dojo": "workspace:*",
"@bibliothecadao/eternum": "workspace:*",
"@bibliothecadao/provider": "workspace:*",
"@bibliothecadao/torii": "workspace:*",
"@bibliothecadao/types": "workspace:*",
"@dojoengine/core": "catalog:",
"@dojoengine/predeployed-connector": "catalog:",
"@dojoengine/sdk": "catalog:",
"@dojoengine/state": "catalog:",
"@dojoengine/torii-client": "catalog:",
"@dojoengine/torii-wasm": "catalog:",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-zone": "^2.0.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.203.0",
"@opentelemetry/instrumentation": "^0.203.0",
"@opentelemetry/instrumentation-fetch": "^0.203.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.203.0",
"@opentelemetry/resources": "^2.0.1",
"@opentelemetry/sdk-trace-base": "^2.0.1",
"@opentelemetry/sdk-trace-web": "^2.0.1",
"@opentelemetry/semantic-conventions": "^1.36.0",
"@sentry/react": "^10.36.0",
"@starknet-react/chains": "catalog:",
"@starknet-react/core": "catalog:",
"@tanstack/react-query": "^5.76.0",
"@vercel/analytics": "^1.2.2",
"bignumber.js": "catalog:",
"buffer": "^6.0.3",
"graphql-request": "^7.1.2",
"gsap": "^3.12.5",
"html-to-image": "^1.11.13",
"lil-gui": "^0.19.2",
"lodash": "^4.17.21",
"lucide-react": "^0.365.0",
"platform": "^1.3.6",
"posthog-js": "catalog:",
"postprocessing": "^6.36.2",
"react-beautiful-dnd": "^13.1.1",
"react-draggable": "^4.4.6",
"react-router-dom": "^7.9.3",
"recharts": "^3.5.1",
"starknet": "catalog:",
"three": "^0.182.0",
"three-stdlib": "^2.29.5",
"uuid": "^11.1.0",
"vite-plugin-pwa": "^0.20.5",
"wouter": "^2.12.1",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@sentry/vite-plugin": "^4.7.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.10",
"@types/platform": "^1.3.6",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.1",
"depcheck": "^1.4.7",
"eslint-config-love": "^114.0.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"jsdom": "^28.0.0",
"rollup-plugin-visualizer": "^6.0.3",
"typescript-eslint": "^8.53.1",
"unimported": "^1.31.1",
"workbox-window": "^7.3.0"
}
}