-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.47 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.47 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
{
"name": "astro-theme-international",
"type": "module",
"version": "0.2.11",
"homepage": "https://github.com/openscript/astro-theme-international",
"bugs": {
"url": "https://github.com/openscript/astro-theme-international/issues"
},
"packageManager": "pnpm@10.11.1",
"repository": "github:openscript/astro-theme-international",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev --host",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"coverage": "vitest --coverage",
"version": "changeset version",
"release": "changeset publish",
"tag": "changeset tag"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@fontsource-variable/dosis": "^5.2.5",
"@fontsource-variable/fira-code": "^5.2.6",
"@fontsource-variable/playfair-display": "^5.2.5",
"astro": "^5.9.0",
"astro-loader-i18n": "^0.7.2",
"fsevents": "^2.3.3",
"limax": "^4.1.0",
"pagefind": "^1.3.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.34.2",
"typescript": "^5.8.3"
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@types/mdast": "^4.0.4",
"@types/node": "^22.15.30",
"@vitest/coverage-v8": "^3.2.2",
"simple-git": "^3.28.0",
"sirv": "^3.0.1",
"vfile": "^6.0.3",
"vitest": "^3.2.2"
}
}