generated from Tailus-UI/atom-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "atom",
"description": "Modern free Tailwind CSS, Astro landing page template for startups | built with Tailus Themer",
"version": "0.0.2",
"private": false,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@tailus/themer": "^0.0.5",
"@tailus/themer-button": "^0.0.7",
"@tailus/themer-card": "^0.0.1",
"@tailus/themer-progress": "^0.0.1",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vapi-ai/web": "^2.1.3",
"astro": "^4.5.12",
"astro-font": "^0.0.72",
"clsx": "^2.1.0",
"lucide-react": "^0.464.0",
"motion": "^11.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-spinners": "^0.14.1",
"tailwind-merge": "^2.2.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.6.2"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@types/node": "^22.10.1"
}
}