-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.9.8",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"devDependencies": {
"@astrojs/mdx": "^1.1.2",
"@astrojs/partytown": "^2.0.1",
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/tailwind": "^5.0.2",
"@astrolib/analytics": "^0.4.2",
"@astrolib/seo": "^0.6.0",
"@fontsource/inter": "^5.0.8",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"astro": "^3.3.0",
"astro-compress": "^2.0.15",
"astro-icon": "^0.8.1",
"eslint": "^8.46.0",
"eslint-plugin-astro": "^0.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"limax": "4.1.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"reading-time": "^1.5.0",
"sharp": "^0.32.4",
"svgo": "^2.8.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=16.12.0"
}
}