-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 642 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 642 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
{
"name": "scaffold",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.1",
"@iconify-json/tabler": "^1.2.26",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.9",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.8.5",
"astro-seo": "^1.1.0",
"gsap": "^3.14.2",
"pagefind": "^1.4.0",
"sharp": "^0.34.3",
"tailwindcss": "^4.1.18"
}
}