-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1011 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
36
37
38
39
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.11.0",
"@astrojs/mdx": "^1.0.0",
"@astrojs/react": "^3.3.4",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/svelte": "^4.0.0",
"@astrojs/tailwind": "^5.0.0",
"@keystatic/astro": "^5.0.0",
"@keystatic/core": "^0.5.14",
"@melt-ui/svelte": "^0.67.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.0.6",
"react": "^19.0.0-beta",
"react-dom": "^19.0.0-beta",
"sharp": "^0.32.5",
"svelte": "^4.2.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"mdsvex": "^0.11.0",
"svelte-preprocess-markdown": "^2.7.3",
"vite-plugin-markdown": "^2.2.0"
}
}