-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
55 lines (55 loc) · 1.59 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
{
"name": "astro-theme-pure",
"type": "module",
"version": "3.1.4",
"scripts": {
"dev": "astro dev",
"dev:check": "astro check --watch & astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"new-post": "node scripts/new-post.js",
"check": "astro check",
"format": "prettier --write '**/*.{js,jsx,ts,tsx,md,mdx,astro}'",
"lint": "eslint --fix 'src/**/*.{js,ts,jsx,tsx,astro}'",
"yijiansanlian": "bun lint && bun check && bun format"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@waline/client": "^3.4.1",
"astro": "^4.16.16",
"astro-icon": "^1.1.4",
"fuse.js": "^7.0.0",
"hast-util-select": "^6.0.3",
"katex": "^0.16.11",
"node-html-parser": "^6.1.13",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@playform/compress": "^0.1.6",
"@tailwindcss/typography": "^0.5.15",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript-eslint": "^8.17.0"
}
}