-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.78 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.78 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
{
"name": "astro-theme-pure",
"type": "module",
"version": "4.0.5",
"scripts": {
"dev": "astro dev",
"dev:check": "astro check --watch & astro dev",
"build": "astro-pure check && astro check && astro build",
"preview": "astro preview",
"sync": "astro sync",
"check": "astro check",
"astro": "astro",
"pure": "astro-pure",
"new": "astro-pure new",
"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 .vercel dist"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^5.0.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/vercel": "^8.1.4",
"@playform/compress": "^0.1.9",
"@resvg/resvg-js": "^2.6.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"@unocss/preset-wind3": "^66.1.3",
"@unocss/reset": "^66.1.3",
"@vercel/analytics": "^1.6.1",
"@waline/client": "^3.5.7",
"astro": "^5.8.1",
"astro-pure": "1.3.0",
"base64-js": "^1.5.1",
"gsap": "^3.13.0",
"katex": "^0.16.22",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"satori": "^0.26.0",
"sharp": "^0.34.2",
"typescript": "^5.8.3"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
"esbuild": "^0.25.11",
"eslint": "^9.28.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"rollup-plugin-visualizer": "^6.0.1",
"typescript-eslint": "^8.33.0"
},
"overrides": {
"base64-js": "^1.5.1"
},
"resolutions": {
"base64-js": "^1.5.1"
}
}