-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
40
41
42
{
"name": "troy-frc-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/handjet": "^5.0.3",
"@fontsource/courier-prime": "^5.0.12",
"@fontsource/gruppo": "^5.0.12",
"@fontsource/vt323": "^5.0.8",
"@rometools/wasm-nodejs": "^10.0.1",
"@splidejs/svelte-splide": "^0.2.9",
"astro": "^4.0.8",
"astro-compress": "^2.0.15",
"astro-critters": "^2.0.11",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-pagefind": "^1.2.4",
"astro-rome": "^2.0.9",
"astro-seo-meta": "^3.1.0",
"astro-seo-schema": "^3.1.1",
"astro-sitemap": "^1.0.0",
"autoprefixer": "^10.4.15",
"lucide-astro": "^0.279.0",
"sharp": "^0.32.6",
"simple-icons-astro": "^9.15.0",
"svelte": "^4.0.0",
"svelte-carousel": "^1.0.25",
"svelte-light-carousel": "^1.0.5",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"daisyui": "^4.6.0"
}
}