-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.14 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
41
{
"name": "astro-landing-page",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write **/*.astro .",
"clean": "rimraf dist .astro node_modules",
"upgrade": "pnpm dlx @astrojs/upgrade"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.2",
"@netlify/plugin-lighthouse": "^6.0.0",
"@types/micromodal": "^0.3.5",
"astro": "^4.16.6",
"astro-icon": "1.1.0",
"netlify-plugin-checklinks": "^4.1.1",
"netlify-plugin-submit-sitemap": "^0.4.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"rimraf": "^5.0.7",
"tailwindcss-fluid-type": "^2.0.6"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrolib/seo": "1.0.0-beta.5",
"@fontsource-variable/inter": "^5.0.18",
"@iconify-json/tabler": "^1.1.115",
"astro-compress": "^2.2.28",
"micromodal": "^0.4.10",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.4",
"tiny-invariant": "^1.3.3"
}
}