generated from openscript-ch/gatsby-starter-dogmatism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.79 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
55
56
57
58
59
60
61
62
63
{
"name": "r.obin.ch",
"private": true,
"description": "On this website I collect interesting findings from my adventures in the world of bits and bytes and I share sometimes also things from the analogue reality.",
"type": "module",
"version": "0.3.0",
"license": "0BSD",
"author": "Robin Bühler",
"homepage": "https://github.com/openscript/r.obin.ch",
"bugs": {
"url": "https://github.com/openscript/r.obin.ch/issues"
},
"repository": "github:openscript/r.obin.ch",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev --host",
"build": "astro check && astro build",
"preview": "astro preview --host",
"astro": "astro",
"test": "vitest",
"coverage": "vitest --coverage",
"format": "prettier . --write",
"version": "changeset version",
"release": "changeset publish",
"tag": "changeset tag"
},
"dependencies": {
"@anolilab/unplugin-favicons": "^1.0.5",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@fontsource/ibm-plex-mono": "^5.1.0",
"@fontsource/poppins": "^5.1.0",
"@fontsource/rajdhani": "^5.1.0",
"astro": "^5.0.9",
"favicons": "^7.2.0",
"limax": "^4.1.0",
"pagefind": "^1.3.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.33.5",
"simple-git": "^3.27.0",
"vfile": "^6.0.3"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "2.1.8",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sirv": "^3.0.0",
"typescript": "^5.7.2",
"vitest": "2.1.8"
},
"pnpm": {
"overrides": {
"vite": "6.0.5"
}
}
}