-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 860 Bytes
/
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
{
"name": "hex-map",
"author": "fmdm",
"license": "ISC",
"scripts": {
"dev": "concurrently \"pnpm run dev:dockview-svelte\" \"pnpm run dev:webgpgpu\" \"pnpm run dev:hexaboard\" \"pnpm run dev:hexagame\"",
"dev:dockview-svelte": "pnpm --filter dockview-svelte run dev:repo",
"dev:hexaboard": "pnpm --filter hexaboard run dev:repo",
"dev:hexagame": "pnpm --filter hexagame run dev:repo",
"dev:webgpgpu": "pnpm --filter webgpgpu run watch",
"build:all": "lerna run build --stream"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddow/hex-map.git"
},
"private": true,
"dependencies": {
"@biomejs/biome": "^1.9.4",
"concurrently": "^9.1.2",
"npm-run-all": "^4.1.5",
"wait-on": "^8.0.2"
},
"devDependencies": {
"lerna": "^8.1.9"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"nx"
]
}
}