-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 906 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format:write": "prettier --write \"**/*.{ts,tsx,js,json,md,astro}\" --ignore-path .gitignore --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,js,json,md,astro}\" --ignore-path .gitignore --cache",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.5",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.3",
"@astrojs/vercel": "^5.2.0",
"astro": "^4.0.3",
"tailwindcss": "^3.3.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"rehype-pretty-code": "^0.10.2",
"sharp": "^0.32.6"
}
}