-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.07 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.07 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
{
"name": "astro-theme-pure",
"type": "module",
"version": "4.0.8",
"scripts": {
"dev": "astro dev",
"dev:check": "astro check --watch & astro dev",
"build": "bunx astro-pure check && bunx astro check && bunx astro build",
"preview": "astro preview",
"sync": "astro sync",
"check": "astro check",
"astro": "astro",
"pure": "astro-pure",
"new": "bun packages/pure/scripts/new.mjs",
"format": "prettier --write '**/*.{js,jsx,ts,tsx,md,mdx,astro}'",
"lint": "eslint --fix 'src/**/*.{js,ts,jsx,tsx,astro}'",
"yijiansilian": "bun lint && bun sync && bun check && bun format",
"clean": "rm -rf .astro dist",
"subset-fonts": "node scripts/subset-fonts.js",
"build:fonts": "bun run build && bun run subset-fonts"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.14",
"@braindb/remark-wiki-link": "^2.1.0",
"@excalidraw/excalidraw": "^0.18.0",
"@expressive-code/plugin-collapsible-sections": "^0.41.5",
"@expressive-code/plugin-line-numbers": "^0.41.5",
"@iconify-json/devicon": "^1.2.56",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@unocss/preset-wind3": "^66.5.11",
"@unocss/reset": "^66.5.11",
"@waline/client": "^3.8.0",
"@xt0rted/expressive-code-file-icons": "^1.0.0",
"astro": "^5.16.6",
"astro-expressive-code": "^0.41.5",
"astro-icon": "^1.1.5",
"astro-pure": "1.3.1",
"katex": "^0.16.27",
"lz-string": "^1.5.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"rehype-katex": "^7.0.1",
"remark-breaks": "^4.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.34.5",
"toml": "^3.0.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@iconify-json/mingcute": "^1.2.6",
"@types/node": "^25.0.3",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"fontmin": "^1.1.1",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.50.1"
}
}