-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.45 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.45 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
{
"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.14",
"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@11.5.1",
"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.9",
"@astrojs/mdx": "^6.0.1",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/poppins": "^5.2.7",
"@fontsource/rajdhani": "^5.2.7",
"@nanostores/i18n": "^1.3.3",
"@supabase/supabase-js": "^2.106.2",
"astro": "^6.4.2",
"astro-loader-i18n": "^0.12.0",
"astro-nanostores-i18n": "^0.7.0",
"limax": "^4.2.3",
"lit": "^3.3.3",
"nanostores": "^1.3.0",
"pagefind": "^1.5.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.34.5",
"simple-git": "^3.36.0",
"unplugin-icons": "^23.0.1",
"vfile": "^6.0.3"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@eslint/js": "^10.0.1",
"@iconify/json": "^2.2.481",
"@openscript/unplugin-favicons": "^1.1.8",
"@types/mdast": "^4.0.4",
"@types/node": "^25.9.1",
"@typescript-eslint/parser": "^8.60.0",
"@vitest/coverage-v8": "4.1.8",
"astro-eslint-parser": "^1.4.0",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-prettier": "^5.5.6",
"favicons": "^7.3.0",
"globals": "^17.6.0",
"jiti": "^2.7.0",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"sirv": "^3.0.2",
"supabase": "^2.102.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.0",
"vitest": "4.1.8"
}
}