-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 861 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
{
"name": "tomaskebrle.cz",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.16.0",
"@astrojs/rss": "^2.1.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^3.0.1",
"astro": "^2.0.10",
"hastscript": "^7.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-code-titles": "^0.1.2",
"remark-directive": "^2.0.1",
"tailwindcss": "^3.0.24",
"unist-util-visit": "^4.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"github-slugger": "^2.0.0",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^8.0.1"
}
}