-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "9-november-quiz",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/svelte": "^5.7.3",
"@astrojs/tailwind": "^5.1.2",
"@fontsource-variable/oswald": "^5.1.0",
"@fontsource-variable/playfair-display": "^5.1.0",
"@fontsource-variable/space-grotesk": "^5.1.0",
"@fontsource-variable/teko": "^5.1.0",
"@fontsource/abril-fatface": "^5.1.0",
"@fontsource/dm-serif-display": "^5.1.0",
"@fontsource/righteous": "^5.1.0",
"@fontsource/unifrakturmaguntia": "^5.1.0",
"astro": "^4.16.7",
"svelte": "^5.1.13",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6"
},
"devDependencies": {
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.86.0"
}
}