-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.4 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.4 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
{
"name": "syslearn",
"type": "module",
"version": "0.0.1",
"scripts": {
"astro": "astro",
"postinstall": "patch-package",
"prepare": "husky",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"clean": "npx -y rimraf ./node_modules ./.astro ./dist ./generated",
"check": "cmk && astro check && npm run tsc -b && npm run typo && npm run lint",
"lint": "eslint",
"typo": "cspell \"./src/**\" \"./scripts/**\" --gitignore"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.3.0",
"@astrojs/starlight": "^0.34.4",
"@codesandbox/sandpack-react": "^2.20.0",
"@fontsource-variable/inter": "^5.2.6",
"@fontsource-variable/noto-sans-jp": "^5.2.6",
"@iconify-json/material-symbols": "^1.2.28",
"@iconify-json/mdi": "^1.2.3",
"@iconify/react": "^6.0.0",
"@mermaid-js/mermaid-cli": "^11.6.0",
"@nanostores/persistent": "^1.0.0",
"@nanostores/react": "^1.0.0",
"@southball/remark-mermaid": "^0.6.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"astro": "^5.11.0",
"astro-compress": "^2.3.8",
"astro-embed": "^0.9.0",
"astro-meta-tags": "^0.3.2",
"astro-seo": "^0.8.4",
"nanostores": "^1.0.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rehype-external-links": "^3.0.0",
"remark-sandpack": "^0.0.5",
"remark-wiki-link-plus": "^1.1.1",
"starlight-scroll-to-top": "^0.1.1",
"starlight-sidebar-topics": "^0.6.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.16.2",
"@css-modules-kit/codegen": "^0.4.1",
"@css-modules-kit/eslint-plugin": "^0.2.1",
"@eslint-react/eslint-plugin": "^1.52.2",
"@iconify/json": "^2.2.375",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"cspell": "^9.1.2",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"patch-package": "^8.0.0",
"sharp": "^0.34.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.1",
"unplugin-auto-import": "^20.0.0",
"unplugin-icons": "^22.2.0"
}
}