forked from flockflair-dbit/Sacred-Heart-School
-
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) · 778 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 778 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": "sacred-heart-school",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"disable_telemetry": "astro telemetry disable",
"expose": "astro dev --host",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.6",
"astro-navbar": "^2.3.3",
"postcss": "^8.4.32",
"run": "^1.5.0",
"sharp": "^0.33.3",
"swiper": "^11.0.5",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3"
},
"devDependencies": {
"daisyui": "^4.4.19",
"postcss-import": "^15.1.0"
}
}