-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 845 Bytes
/
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
{
"name": "moonmeister-site-gatsby",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host 127.0.0.1",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write . --plugin-search-dir=.",
"test:format": "prettier --check . --plugin-search-dir=."
},
"dependencies": {
"@astrojs/netlify": "^5.5.1",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.10.1",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.15.2",
"astro-feather": "^1.0.0",
"autoprefixer": "^10.4.19",
"reading-time": "^1.5.0",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"netlify-cli": "^17.34.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}