-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.41 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
51
52
53
54
{
"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 pnpm",
"start": "astro dev",
"start-node": "yarn build --node && node server/index.js",
"build": "astro build",
"dev": "astro dev --local-development",
"tsc": "npx tsc --noEmit"
},
"devDependencies": {
"@astro-community/astro-embed-youtube": "0.2.2",
"@astrojs/deno": "4.2.0",
"@astrojs/mdx": "0.19.7",
"@astrojs/node": "5.3.0",
"@astrojs/preact": "2.2.1",
"@astrojs/rss": "2.4.3",
"@astrojs/sitemap": "1.4.0",
"@astrojs/vercel": "3.7.1",
"@babel/core": "7.22.9",
"@babel/plugin-transform-react-jsx-source": "7.22.5",
"@types/cookie": "0.5.1",
"@types/marked": "5.0.1",
"@types/memoizee": "0.4.8",
"@types/node": "20.4.2",
"alku": "1.0.0",
"astro": "2.8.3",
"cookie": "0.5.0",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"dompurify": "3.0.5",
"marked": "5.1.1",
"memoizee": "0.4.15",
"normalize.css": "8.0.1",
"pako": "2.1.0",
"postgres": "3.3.5",
"preact": "10.16.0",
"prettier": "3.0.0",
"prettier-plugin-astro": "0.11.0",
"random-seedable": "1.0.8",
"sanitize.css": "13.0.0",
"typescript": "5.1.6",
"typescript-plugin-css-modules": "5.0.1"
}
}