-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
44
45
46
47
{
"name": "create-astro-starter",
"type": "module",
"version": "0.13.4",
"author": "Giulio Zanchetta",
"description": "Astro starter template with tailwind, alpinejs, localization, blog, CMS, and comments",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zankhq/astro-starter.git"
},
"bugs": "https://github.com/zankhq/astro-starter/issues",
"homepage": "https://github.com/zankhq/astro-starter",
"files": [
"*"
],
"scripts": {
"dev": "astro dev",
"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.1",
"@astrojs/mdx": "^1.1.5",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@fontsource-variable/inter": "^5.0.15",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.2",
"astro": "^3.5.4",
"astro-i18n-aut": "^0.4.25",
"astro-netlify-cms": "^0.5.4",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@vite-pwa/assets-generator": "^0.0.10",
"astro-icon": "^0.8.1",
"astro-seo": "^0.8.0",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7"
}
}