-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "",
"description": "Modern free Tailwind CSS, Astro landing page template for startups | built with Tailus Themer",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@iconify-json/bx": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.46",
"@tailus/themer": "^0.0.5",
"@tailus/themer-button": "^0.0.7",
"@tailus/themer-card": "^0.0.1",
"@tailus/themer-progress": "^0.0.1",
"@tailwindcss/typography": "^0.5.19",
"@types/bun": "^1.2.19",
"astro": "^5.12.8",
"astro-font": "^0.0.72",
"astro-icon": "^1.1.5",
"astro-navbar": "^2.4.0",
"clsx": "^2.1.0",
"simple-icons": "^15.9.0",
"tailwind-merge": "^2.2.2",
"tailwind-typography": "^0.1.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.4"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2"
}
}