-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
{
"devDependencies": {
"@types/hast": "^3.0.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"uniorg": "^1.2.0",
"vite": "^5.4.7"
},
"scripts": {
"prepare": "husky install",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/ts-plugin": "^1.10.2",
"@fontsource/ibm-plex-sans": "^5.1.0",
"@fontsource/ibm-plex-serif": "^5.1.0",
"@fontsource/iosevka": "^5.1.0",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/jam": "^1.2.0",
"@shikijs/rehype": "^1.21.1",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.15.11",
"astro-icon": "^1.1.1",
"hastscript": "^9.0.0",
"orgast-util-visit-ids": "^1.0.1",
"rehype-parse": "^9.0.1",
"rehype-shift-heading": "^2.0.0",
"rehype-stringify": "^10.0.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.13",
"tailwindcss-3d": "^1.0.7",
"typescript": "^5.6.2",
"unified": "^11.0.4",
"uniorg-extract-keywords": "^1.0.1",
"uniorg-parse": "^3.0.1",
"uniorg-rehype": "^1.2.0",
"uniorg-slug": "^1.0.1",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3"
}
}