-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 915 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 915 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
33
34
35
36
37
38
{
"name": "saniclean.com",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"astro": "astro",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.2",
"@fontsource-variable/inter": "^5.2.6",
"@fontsource-variable/roboto": "^5.2.6",
"@headlessui/react": "^2.2.7",
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"astro": "^5.12.8",
"astro-icon": "^1.1.5",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-fade": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"sharp": "^0.34.3",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"vite": "^6.3.5"
},
"devDependencies": {
"@types/node": "^22.17.0",
"typescript": "^5.9.2"
}
}