-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "milky-way",
"type": "module",
"version": "1.0.0",
"scripts": {
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"format": "prettier --write . && eslint --fix ."
},
"dependencies": {
"@astrojs/mdx": "3.1.9",
"@astrojs/react": "3.6.3",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"@sentry/astro": "8.39.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vercel/speed-insights": "1.1.0",
"astro": "4.16.14",
"astro-icon": "1.1.2",
"astro-seo": "0.8.4",
"clsx": "2.1.1",
"markdown-it": "14.1.0",
"mdast-util-to-string": "4.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"reading-time": "1.5.0",
"sanitize-html": "2.13.1",
"tailwind-merge": "2.5.5",
"tailwindcss": "3.4.15"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.15",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
"eslint-plugin-astro": "1.3.1",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.9",
"sharp": "0.33.5"
}
}