-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 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
{
"$schema": "https://json.schemastore.org/package",
"name": "dandelion",
"version": "1.0.0",
"private": true,
"scripts": {
"gdn-dev": "astro --config ./gildedernacht.ch/config.ts dev",
"gdn-build": "astro --config ./gildedernacht.ch/config.ts check && astro --config ./gildedernacht.ch/config.ts build",
"lst-dev": "astro --config ./spieltage.ch/config.ts dev",
"lst-build": "astro --config ./spieltage.ch/config.ts check && astro --config ./spieltage.ch/config.ts build",
"rst-dev": "astro --config ./rollenspieltage.ch/config.ts dev",
"rst-build": "astro --config ./rollenspieltage.ch/config.ts check && astro --config ./rollenspieltage.ch/config.ts build",
"hhh-dev": "astro --config ./hhh.gildedernacht.ch/config.ts dev",
"hhh-build": "astro --config ./hhh.gildedernacht.ch/config.ts check && astro --config ./hhh.gildedernacht.ch/config.ts build"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "3.1.9",
"@astrojs/solid-js": "4.4.2",
"@astrojs/ts-plugin": "^1.10.4",
"astro": "4.16.8",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-smartypants": "^3.0.2",
"sass": "^1.80.6",
"solid-js": "^1.9.3",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"devDependencies": {
"@types/html-escaper": "^3.0.2",
"@types/luxon": "^3.4.2",
"luxon": "^3.5.0",
"prettier-plugin-astro": "^0.14.1"
}
}