forked from SelfhostedPro/medicat-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 KB
/
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": "astroship",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.14.1",
"@astrojs/mdx": "^0.16.2",
"@astrojs/partytown": "^1.2.3",
"@astrojs/sitemap": "^1.4.0",
"@astrojs/svelte": "^3.1.0",
"@astrojs/tailwind": "^3.1.3",
"@fontsource/inter": "^4.5.15",
"astro": "^2.9.2",
"astro-compress": "^1.1.49",
"astro-feather-icons": "^1.0.2",
"astro-icon": "^0.8.1",
"astro-navbar": "^1.2.3",
"astro-seo": "^0.7.5",
"svelte": "^4.1.1",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"svgo": "2.8.0",
"postcss-import": "^15.1.0",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"sharp": "^0.31.3"
}
}