forked from onwidget/astrowind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.8.0",
"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",
"subfont": "subfont -ir --no-fallbacks --silent --root dist"
},
"devDependencies": {
"@astrojs/image": "^0.10.0",
"@astrojs/mdx": "^0.11.5",
"@astrojs/partytown": "^1.0.1",
"@astrojs/rss": "^1.0.3",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.2",
"@astrolib/analytics": "^0.2.4",
"@astrolib/seo": "^0.2.1",
"@fontsource/inter": "^4.5.14",
"@tailwindcss/typography": "^0.5.8",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"astro": "^1.6.8",
"astro-icon": "^0.8.0",
"eslint": "^8.27.0",
"eslint-plugin-astro": "^0.21.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"limax": "^v2.1.0",
"mdast-util-to-string": "^3.1.0",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.7.0",
"reading-time": "^1.5.0",
"sharp": "^0.31.2",
"subfont": "^6.12.2",
"tailwindcss": "^3.2.3",
"typescript": "^4.8.4"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
}
}