-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1018 Bytes
/
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
{
"name": "wvovaw-astro-blog",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"astro": "4.11.5",
"astro-seo": "^0.8.3",
"lucide-astro": "^0.366.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
"remark-obsidian-callout": "^1.1.3",
"vue": "^3.4.21"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.2",
"astro-eslint-parser": "^0.17.0",
"eslint": "^9.0.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-format": "^0.1.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.74.1",
"typescript": "^5.4.4"
}
}