-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 936 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
34
35
36
37
38
{
"name": "@example/blog",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/mdx": "^0.5.0",
"@astrojs/netlify": "^1.0.1",
"@astrojs/preact": "^0.3.1",
"@astrojs/solid-js": "^0.4.1",
"astro": "^1.4.4",
"astro-compress": "^0.0.18",
"sass": "^1.54.3",
"solid-js": "^1.4.8"
},
"dependencies": {
"@astrojs/image": "^0.3.4",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0",
"@mapbox/node-pre-gyp": "^1.0.9",
"add": "^2.0.6",
"astro-robots-txt": "^0.3.7",
"mdast-util-to-string": "^3.1.1",
"open-props": "^1.4.10",
"preact": "^10.7.3",
"prettier": "^2.7.1",
"reading-time": "^1.5.0",
"rehype": "^12.0.1",
"remark-autolink-headings": "^7.0.1",
"scss": "^0.2.4"
}
}