-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 794 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
32
{
"name": "rectangle-services",
"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.8",
"@astrojs/svelte": "^8.0.1",
"@fontsource-variable/plus-jakarta-sans": "^5.0.21",
"@tailwindcss/vite": "^4.0.0",
"astro": "^6.0.0",
"astro-seo-metadata": "^0.6.0",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"lucide-svelte": "^0.577.0",
"motion": "^12.38.0",
"svelte": "^5.0.0",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.0.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"svelte-copy": "^2.0.0"
}
}