-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
42
43
{
"name": "astro-starter",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"pwa:generate-assets": "pwa-assets-generator --preset minimal public/logo.svg"
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@fontsource-variable/inter": "^5.0.8",
"@types/alpinejs": "^3.7.2",
"alpinejs": "^3.13.0",
"astro": "^3.0.8",
"astro-icon": "^0.8.1",
"astro-netlify-cms": "^0.5.4",
"astro-seo": "^0.8.0",
"dotenv": "^16.3.1",
"gsap": "^3.12.2",
"rss-parser": "^3.13.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@vite-pwa/assets-generator": "^0.0.9",
"@vite-pwa/astro": "^0.1.2",
"prettier": "3.0.3",
"prettier-plugin-astro": "^0.12.0",
"sharp": "^0.32.5",
"workbox-window": "^7.0.0"
},
"peerDependencies": {
"i18next-fs-backend": "^2.1.5"
}
}