-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@merri/settlers2",
"description": "The Settlers II.net",
"version": "4.0.0",
"author": "Vesa Piittinen <[email protected]>",
"bugs": {
"url": "https://github.com/merri/settlers2/issues"
},
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow bun",
"build": "bunx --bun astro build",
"dev": "bunx --bun astro dev",
"prestart": "bun run build",
"start": "bunx --bun http-server dist",
"tsc": "bunx --bun astro check"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "0.5.6",
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.8",
"@astrojs/node": "9.1.0",
"@astrojs/preact": "4.0.4",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@astrojs/ts-plugin": "1.10.4",
"@eslint/js": "9.20.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"@types/node": "22.13.4",
"@types/pako": "2.0.3",
"@typescript-eslint/parser": "8.24.0",
"alku": "1.0.0",
"astro": "5.3.0",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"eslint": "9.20.1",
"eslint-config-preact": "1.5.0",
"eslint-plugin-astro": "1.3.1",
"pako": "2.1.0",
"preact": "10.25.4",
"prettier": "3.5.1",
"prettier-plugin-astro": "0.14.1",
"random-seedable": "1.0.8",
"typescript": "5.7.3",
"typescript-eslint": "8.24.0",
"typescript-plugin-css-modules": "5.1.0"
}
}