-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.87 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
54
55
56
57
58
59
60
61
62
{
"name": "blog-samtheq-com",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev --site http://localhost:5665",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint \"src/**/*.{ts,tsx,astro}\" && prettier -c \"src/**/*.{json,css,astro,md,mdx}\" --cache",
"format": "eslint --fix \"src/**/*.{ts,tsx,astro}\" && prettier -w \"src/**/*.{json,css,astro,md,mdx}\" --cache --list-different"
},
"packageManager": "[email protected]",
"engines": {
"node": "18.x",
"pnpm": "8.x"
},
"dependencies": {
"@astrojs/check": "0.6.0",
"@astrojs/mdx": "3.0.0",
"@astrojs/react": "3.3.4",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.4",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.6.0",
"@vercel/speed-insights": "1.0.10",
"astro": "4.8.2",
"astro-expressive-code": "0.35.3",
"date-fns": "3.6.0",
"framer-motion": "11.1.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.33.3"
},
"devDependencies": {
"@astrojs/markdown-remark": "5.1.0",
"@tailwindcss/typography": "0.5.13",
"@types/hast": "3.0.4",
"@types/react": "18.2.77",
"@types/react-dom": "18.2.25",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"clsx": "2.1.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.1.2",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.2",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.14",
"rehype-autolink-headings": "7.1.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"unified": "11.0.4",
"unist-util-visit": "5.0.0"
}
}