forked from Charca/astro-blog-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 896 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": "astro-advanced-blog-template",
"version": "0.0.1",
"private": true,
"scripts": {
"check": "astro check && prettier -c --plugin-search-dir=. .",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --cache --write --plugin-search-dir=. ."
},
"devDependencies": {
"@astrojs/mdx": "^0.18.0",
"@astrojs/sitemap": "^1.0.0",
"accessible-astro-components": "^1.6.1",
"astro": "^1.9.0",
"astro-compress": "^1.1.24",
"astro-robots-txt": "^0.4.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"postcss-preset-env": "^7.8.0",
"prettier": "^2.8.1",
"prettier-plugin-astro": "^0.8.0",
"rehype-external-links": "^2.0.1",
"rollup": "^3.9.1",
"sass": "^1.57.1"
},
"dependencies": {
"reading-time": "^1.5.0"
}
}