-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (48 loc) · 1.27 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
{
"name": "angor-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"new-guide": "node scripts/new-guides.mjs",
"new-reference": "node scripts/new-reference.mjs"
},
"dependencies": {
"@astrojs/markdown-remark": "^6.0.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/starlight": "0.31.0",
"@lorenzo_lewis/starlight-utils": "^0.2.0",
"@lunariajs/core": "^0.1.1",
"@lunariajs/starlight": "^0.1.1",
"@types/json-schema": "^7.0.15",
"astro": "^5.1.7",
"astro-d2": "^0.7.0",
"astro-feelback": "^0.3.4",
"astrojs-service-worker": "^2.0.0",
"jsdom": "^26.0.0",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"rehype-autolink-headings": "^7.1.0",
"sass": "^1.83.4",
"sharp": "^0.33.5",
"shiki": "^1.27.2",
"starlight-blog": "^0.16.1",
"starlight-links-validator": "^0.14.1",
"@pagefind/default-ui": "^1.3.0",
"pagefind": "^1.3.0"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": "^9.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"prettier": "^3.4.2",
"sass": "^1.83.4",
"typescript": "^5.7.3"
}
}