-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.92 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.92 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "astro-theme-axi",
"type": "module",
"version": "4.0.1-beta",
"scripts": {
"dev": "astro dev",
"dev:check": "astro check --watch & astro dev",
"build:base": "astro check && astro build",
"build": "npm run build:base",
"build:vercel": "npm run build:base",
"build:cloudflare": "npm run build:base",
"build:github": "npm run build:base",
"preview": "astro preview",
"sync": "astro sync",
"check": "astro check",
"astro": "astro",
"format": "prettier --write '**/*.{js,jsx,ts,tsx,md,mdx,astro}'",
"lint": "eslint --fix 'src/**/*.{js,ts,jsx,tsx,astro}'",
"lint:check": "eslint 'src/**/*.{js,ts,jsx,tsx,astro}'",
"type:check": "astro check",
"quality": "npm run lint && npm run sync && npm run type:check && npm run format",
"yijiansilian": "npm run quality",
"clean": "rm -rf .astro .vercel dist .wrangler",
"clean:all": "npm run clean && rm -rf node_modules"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "12.6.12",
"@astrojs/mdx": "4.3.13",
"@astrojs/react": "^5.0.1",
"@astrojs/rss": "4.0.14",
"@astrojs/sitemap": "3.6.1",
"@astrojs/tailwind": "6.0.2",
"@astrojs/upgrade": "^0.6.2",
"@astrojs/vercel": "9.0.3",
"@gsap/react": "^2.1.2",
"@pagefind/default-ui": "^1.4.0",
"@playform/compress": "^0.1.9",
"@tailwindcss/typography": "^0.5.19",
"@waline/client": "^3.8.0",
"astro": "5.16.8",
"caniuse-lite": "^1.0.30001762",
"date-fns": "^4.1.0",
"framer-motion": "^12.38.0",
"gsap": "^3.14.2",
"hast-util-select": "^6.0.4",
"katex": "^0.16.27",
"lenis": "^1.3.19",
"node-html-parser": "^7.0.2",
"pagefind": "^1.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"simple-icons": "^15.22.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/markdown-remark": "^6.3.10",
"@eslint/js": "^9.39.2",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^25.0.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"hastscript": "^9.0.1",
"playwright": "^1.58.2",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"rehype": "^13.0.2",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"rollup-plugin-visualizer": "^5.14.0",
"shiki": "^3.21.0",
"typescript-eslint": "^8.52.0",
"ultrahtml": "^1.6.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3"
},
"overrides": {
"@emmetio/css-parser": "0.5.0"
}
}