-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 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
{
"name": "smoggy-spiral",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write **/*.astro .",
"upgrade": "pnpm dlx @astrojs/upgrade"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.1",
"@fontsource-variable/inter": "^5.2.8",
"@iconify-json/tabler": "^1.2.32",
"@netlify/plugin-lighthouse": "^6.0.4",
"@tailwindcss/vite": "^4.2.2",
"@types/micromodal": "^0.3.5",
"astro": "^6.0.8",
"astro-compress": "^2.4.0",
"astro-icon": "^1.1.5",
"astro-seo-meta": "^6.0.0",
"micromodal": "^0.6.1",
"netlify-plugin-checklinks": "^4.1.1",
"netlify-plugin-submit-sitemap": "^0.4.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"tailwindcss-fluid-type": "github:davidhellmann/tailwindcss-fluid-type#next",
"tiny-invariant": "^1.3.3"
}
}