-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 730 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 730 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
31
{
"name": "brianperry-dev-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/mdx": "^2.0.0",
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.0.1",
"markdown-it": "^14.0.0",
"open-props": "^1.6.13",
"sanitize-html": "^2.11.0",
"sharp": "^0.33.1",
"typescript": "^5.3.2"
},
"pnpm": {
"overrides": {
"vite@>=5.0.0 <=5.0.11": ">=5.0.12",
"sanitize-html@<2.12.1": ">=2.12.1",
"vite@>=5.0.0 <=5.0.12": ">=5.0.13"
}
}
}