generated from openscript-ch/gatsby-starter-dogmatism
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.61 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.61 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"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.4.13",
"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": "pnpm@10.29.2",
"pnpm": {
"overrides": {
"@astrojs/compiler": "npm:@openscript/astrojs-compiler@2.14.0"
}
},
"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",
"check": "eslint . --max-warnings 0",
"format": "prettier . --write",
"version": "changeset version",
"release": "changeset publish",
"tag": "changeset tag",
"extract": "extract-messages --out src/translations/en-US.json"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/poppins": "^5.2.7",
"@fontsource/rajdhani": "^5.2.7",
"@nanostores/i18n": "^1.2.2",
"@supabase/supabase-js": "^2.93.3",
"astro": "^5.17.1",
"astro-loader-i18n": "^0.10.11",
"astro-nanostores-i18n": "^0.4.0",
"limax": "^4.2.2",
"lit": "^3.3.2",
"nanostores": "^1.1.0",
"pagefind": "^1.4.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.34.5",
"simple-git": "^3.30.0",
"unplugin-icons": "^23.0.1",
"vfile": "^6.0.3"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@eslint/js": "^9.39.2",
"@iconify/json": "^2.2.434",
"@openscript/unplugin-favicons": "^1.1.8",
"@types/mdast": "^4.0.4",
"@types/node": "^24.10.6",
"@typescript-eslint/parser": "^8.54.0",
"@vitest/coverage-v8": "4.0.18",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"favicons": "^7.2.0",
"globals": "^17.3.0",
"jiti": "^2.6.1",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"sirv": "^3.0.2",
"supabase": "^2.74.5",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"vitest": "4.0.18"
}
}