-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "prettier --write . && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"lint": "eslint \"src/**/*.{js,astro}\""
},
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/partytown": "^2.1.1",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/fa6-brands": "^1.1.22",
"@iconify-json/fa6-solid": "^1.1.24",
"@tailwindcss/typography": "^0.5.14",
"astro": "^4.14.2",
"astro-icon": "^1.1.1",
"remark-flexible-code-titles": "^1.2.0",
"remark-link-card": "git+https://github.com/gladevise/remark-link-card.git",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.10"
},
"volta": {
"node": "20.12.2"
},
"devDependencies": {
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}