-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "g6docs",
"type": "module",
"version": "0.0.2",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.*"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"t1": "prettier -w . && eslint && astro check && astro build"
},
"dependencies": {
"@astrojs/check": "^0.5.4",
"@astrojs/mdx": "^2.1.1",
"@astrojs/starlight": "^0.18.1",
"astro": "^4.3.7",
"typescript": "^5.3.3"
},
"devDependencies": {
"@astrojs/cloudflare": "^9.0.0",
"@astrojs/markdown-remark": "^4.2.1",
"@astrojs/node": "^8.2.0",
"@astrojs/preact": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.5.2",
"@cloudflare/workers-types": "^4.20240208.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"astro-compress": "^2.2.10",
"astro-og-canvas": "^0.4.2",
"canvaskit-wasm": "^0.39.1",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.31.4",
"preact": "^10.19.4",
"pretendard": "^1.3.9",
"pretendard-jp": "^1.3.9",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"rehype-autolink-headings": "^7.1.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.2",
"starlight-links-validator": "^0.5.3"
}
}