-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.24 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.24 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
{
"name": "raidguild-forge-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "echo 'Linting disabled for now'",
"preview": "vite preview"
},
"dependencies": {
"@dust/world": "https://pkg.pr.new/dustproject/dust/@dust/world@b324704",
"@latticexyz/common": "2.2.23-94cac741be24bb5743f2f36235cc3bb40012417a",
"@latticexyz/entrykit": "2.2.23-94cac741be24bb5743f2f36235cc3bb40012417a",
"@latticexyz/world": "2.2.23-94cac741be24bb5743f2f36235cc3bb40012417a",
"@tanstack/react-query": "^5.74.4",
"dustkit": "https://pkg.pr.new/dustproject/dust/dustkit@27f724c",
"ox": "^0.6.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.30.6",
"wagmi": "2.15.5"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.4.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^6.3.0"
}
}