-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 928 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
32
33
34
35
{
"name": "davidumoru.me",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/db": "^0.14.6",
"@astrojs/markdown-remark": "^6.0.1",
"@astrojs/mdx": "^4.0.3",
"@astrojs/react": "^4.2.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^8.0.1",
"@radix-ui/colors": "^3.0.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"astro": "^5.2.5",
"astro-expressive-code": "^0.40.1",
"classnames": "^2.5.1",
"markdown-it": "^14.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanitize-html": "^2.14.0",
"unist-util-visit": "^5.0.0"
}
}