-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.54 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "felixha00-github-io",
"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/mdx": "^3.1.9",
"@astrojs/react": "^3.6.2",
"@astrojs/svelte": "^5.7.2",
"@astrojs/tailwind": "^5.1.2",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/inter-tight": "^5.1.0",
"@fontsource-variable/plus-jakarta-sans": "^5.1.0",
"@fontsource/geist-mono": "^5.1.0",
"@fontsource/geist-sans": "^5.1.0",
"@tabler/icons-svelte": "^3.21.0",
"@tanstack/table-core": "^8.20.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"svelte": "^5.1.9",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@internationalized/date": "^3.5.6",
"@tailwindcss/typography": "^0.5.15",
"bits-ui": "1.0.0-next.36",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.3.1",
"formsnap": "2.0.0-next.1",
"lucide-svelte": "^0.454.0",
"mode-watcher": "^0.4.1",
"paneforge": "1.0.0-next.1",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^2.20.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"vaul-svelte": "1.0.0-next.1",
"zod": "^3.23.8"
}
}