-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "personal-website-v2",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vercel": "^7.8.1",
"astro": "^4.15.9",
"astro-seo": "^0.8.0"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@types/markdown-it": "^13.0.6",
"@types/sanitize-html": "^2.9.4",
"markdown-it": "^13.0.2",
"mdast-util-to-string": "^4.0.0",
"node-html-parser": "^6.1.11",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-plugin-image-native-lazy-loading": "^1.2.0",
"rehype-slug": "^6.0.0",
"sanitize-html": "^2.11.0",
"sharp": "^0.32.6",
"slugify": "^1.6.6",
"timeago.js": "^4.0.2",
"unist-util-visit": "^5.0.0"
}
}