-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 793 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 793 Bytes
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
{
"name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && subfont -ir --no-fallbacks --root dist",
"preview": "astro preview",
"pretty": "prettier --write ."
},
"devDependencies": {
"@astrojs/image": "^0.3.3",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"@tailwindcss/typography": "^0.5.4",
"astro": "^1.0.0",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.0",
"reading-time": "^1.5.0",
"subfont": "^6.9.0"
},
"dependencies": {
"astro-icon": "^0.7.3",
"astro-imagetools": "^0.6.10"
}
}