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
84 lines (84 loc) · 2.59 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.59 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
{
"name": "openscript-ch-website",
"private": true,
"description": "Our organizations website.",
"type": "module",
"version": "0.7.12",
"license": "0BSD",
"author": "openscript Ltd.",
"homepage": "https://github.com/openscript-ch/openscript.ch",
"bugs": {
"url": "https://github.com/openscript-ch/openscript.ch/issues"
},
"repository": "github:openscript-ch/openscript.ch",
"packageManager": "pnpm@10.28.2",
"scripts": {
"predev": "pnpm build:sprite",
"prebuild": "pnpm build:sprite",
"dev": "astro dev --host",
"build": "astro check && astro build",
"build:sprite": "svg-sprite -S --Ss sprite.svg --stack-dest . --Sx --stack-example-template res/sprite/sprite.json.mustache --stack-example-dest ../res/sprite/sprite.json -l verbose -D public res/sprite/*.svg",
"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"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@fontsource/fira-mono": "^5.2.7",
"@fontsource/pt-sans": "^5.2.8",
"@nanostores/i18n": "^1.2.2",
"astro": "^5.17.1",
"astro-loader-i18n": "^0.10.11",
"astro-nanostores-i18n": "^0.4.0",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-class-names": "^8.6.0",
"limax": "^4.2.2",
"pagefind": "^1.4.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.34.5",
"simple-git": "^3.30.0",
"svg-sprite": "^2.0.4",
"vfile": "^6.0.3"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@eslint/js": "^9.39.2",
"@openscript/unplugin-favicons": "^1.1.8",
"@types/mdast": "^4.0.4",
"@types/node": "^24.10.1",
"@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",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"vitest": "4.0.18"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}