-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.96 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
56
57
58
59
60
61
{
"name": "huxinfeng.github.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"commit": "czg",
"start": "pnpm run dev",
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"discussions-process-posts": "pnpx tsx scripts/discussions-process-posts.ts",
"discussions-process-posts-all": "pnpx tsx scripts/discussions-process-posts-all.ts",
"prepare": "husky"
},
"dependencies": {
"@astrojs/rss": "^4.0.7",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.13.1",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"satori": "^0.10.14",
"tailwindcss": "^3.4.7"
},
"devDependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/react": "^3.6.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@commitlint/cli": "^19.4.0",
"@eslint/js": "^9.8.0",
"@octokit/graphql": "^8.1.1",
"@stylistic/eslint-plugin": "^2.6.1",
"@types/react": "^18.3.3",
"conventional-changelog-conventionalcommits": "^8.0.0",
"czg": "^1.9.4",
"eslint": "^9.8.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"stylelint": "^16.8.1",
"stylelint-config-astro": "^1.0.4",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-order": "^6.0.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}