-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 740 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 740 Bytes
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
{
"name": "max-astro",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "pnpm prettier --config=.prettierrc.mjs --plugin=prettier-plugin-astro --write ."
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.1",
"@astrojs/vercel": "^9.0.3",
"astro": "^5.16.9"
},
"devDependencies": {
"@iconify/json": "^2.2.427",
"@unocss/reset": "0.55.4",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.12.3",
"sharp": "^0.32.6",
"unocss": "0.55.4",
"vite": "^4.5.14"
}
}