-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.73 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
55
56
{
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.15.7+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build ",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/partytown": "^2.0.1",
"@astrojs/react": "^3.0.3",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.0.1",
"@fontsource-variable/inter": "^5.0.13",
"@fontsource-variable/inter-tight": "^5.0.16",
"@fontsource-variable/jetbrains-mono": "^5.0.19",
"@fontsource/ibm-plex-sans": "^5.0.18",
"@fontsource/ibm-plex-serif": "^5.0.8",
"@fontsource/inter": "^5.0.13",
"@fontsource/inter-tight": "^5.0.15",
"@fontsource/jetbrains-mono": "^5.0.18",
"@formkit/auto-animate": "^0.8.0",
"@radix-ui/react-icons": "^1.3.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"astro": "^4.1.1",
"astro-feather-icons": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cva": "npm:class-variance-authority@^0.7.0",
"lucide": "^0.287.0",
"lucide-svelte": "^0.309.0",
"react": "18",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"sharp": "^0.32.6",
"svelte": "^4.2.8",
"svelte-lanyard": "^1.0.2",
"tailwind-merge": "^2.2.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"typescript": "^5.3.3"
}
}