-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.2 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.2 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
{
"name": "astro-theme-reimu",
"private": true,
"type": "module",
"version": "0.4.2",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
"@expressive-code/plugin-line-numbers": "^0.41.7",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@reimujs/aos": "^0.1.3",
"@zumer/snapdom": "^2.0.2",
"astro": "^5.18.0",
"astro-expressive-code": "^0.41.7",
"astro-icon": "^1.1.5",
"dayjs": "^1.11.19",
"fuse.js": "^7.1.0",
"katex": "^0.16.33",
"mermaid": "^11.12.3",
"mouse-firework": "^0.3.0-beta.1",
"photoswipe": "^5.4.4",
"qrcode": "^1.5.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"typescript": "^5.9.3",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/fa6-regular": "^1.2.4",
"@iconify-json/fa6-solid": "^1.2.4",
"@types/lozad": "^1.16.4",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"autoprefixer": "^10.4.27",
"cssnano": "^7.1.2",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"hast-util-to-html": "^9.0.5",
"postcss-preset-env": "^10.6.1",
"reading-time": "^1.5.0",
"stylus": "^0.64.0",
"unist-util-visit": "^5.1.0",
"vite-plugin-font": "^5.1.2"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@9.6.0"
}