-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
109 lines (109 loc) · 3.54 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "gracefullight.github.io",
"version": "1.0.0",
"private": true,
"author": {
"name": "gracefullight",
"email": "[email protected]",
"url": "https://gracefullight.dev"
},
"scripts": {
"build": "docusaurus build",
"build-plugins": "tsc ./src/plugins/*.ts --esModuleInterop --removeComments --module commonjs --target es2021 --pretty false",
"clear": "docusaurus clear",
"cmd": "tsx ./scripts/index.ts",
"deploy": "docusaurus deploy",
"docusaurus": "docusaurus",
"format": "biome format --write .",
"format:check": "biome format .",
"lint": "oxlint -c=./config/oxlint.json --fix --fix-suggestions --fix-dangerously",
"prepare": "husky",
"serve": "docusaurus serve",
"start": "docusaurus start",
"swizzle": "docusaurus swizzle",
"test": "vitest",
"test:ui": "vitest --ui",
"typecheck": "tsc",
"write-heading-ids": "docusaurus write-heading-ids",
"write-translations": "docusaurus write-translations"
},
"dependencies": {
"@docusaurus/core": "^3.7.0",
"@docusaurus/plugin-content-blog": "^3.7.0",
"@docusaurus/plugin-pwa": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/theme-classic": "^3.7.0",
"@docusaurus/theme-common": "^3.7.0",
"@docusaurus/theme-mermaid": "^3.7.0",
"@docusaurus/utils-validation": "^3.7.0",
"@giscus/react": "^3.1.0",
"@gracefullight/docusaurus-plugin-channelio": "^1.0.0",
"@gracefullight/docusaurus-plugin-cloudflare-analytics": "^1.0.0",
"@gracefullight/docusaurus-plugin-google-adsense": "^1.0.0",
"@gracefullight/docusaurus-plugin-microsoft-clarity": "^1.0.0",
"@gracefullight/docusaurus-plugin-naver-analytics": "^1.0.0",
"@iconify/react": "^5.2.0",
"@mdx-js/react": "^3.1.0",
"ahooks": "^3.8.4",
"clsx": "^2.1.1",
"crc-32": "^1.2.2",
"luxon": "^3.5.0",
"ml-kmeans": "^6.0.0",
"p-limit": "^6.2.0",
"pako": "^2.1.0",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-player": "^2.16.0",
"rehype-katex": "^7.0.1",
"rehype-stringify": "^10.0.1",
"remark-flexible-markers": "^1.2.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"unified": "^11.0.5",
"yaml": "^2.7.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/types": "^19.5.0",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"@mermaid-js/mermaid-cli": "^11.4.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@tsconfig/docusaurus": "^2.0.3",
"@types/fs-extra": "^11.0.4",
"@types/luxon": "^3.4.2",
"@types/node": "^22.13.1",
"@types/pako": "^2.0.3",
"@types/react": "^18.3.18",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/ui": "^3.0.5",
"clipanion": "^4.0.0-rc.4",
"devmoji": "^2.3.0",
"dotenv": "^16.4.7",
"fs-extra": "^11.3.0",
"hexo-util": "^3.3.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"oxlint": "^0.15.9",
"playwright": "^1.50.1",
"regenerator-runtime": "^0.14.1",
"sort-package-json": "^2.14.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
},
"engines": {
"node": "22",
"pnpm": "9"
}
}