generated from openscript-ch/gatsby-starter-dogmatism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.73 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
{
"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.2.20",
"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": "^3.1.9",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@fontsource/ibm-plex-mono": "^5.1.0",
"@fontsource/poppins": "^5.1.0",
"@fontsource/rajdhani": "^5.1.0",
"astro": "^4.16.9",
"favicons": "^7.2.0",
"limax": "^4.1.0",
"pagefind": "^1.1.1",
"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.9",
"@types/mdast": "^4.0.4",
"@types/node": "^22.8.7",
"@vitest/coverage-v8": "^2.1.4",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"sirv": "^3.0.0",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
}
}