-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 963 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
{
"name": "juno_blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.2.3",
"@astrojs/prism": "^3.1.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/tailwind": "^5.1.0",
"@markdoc/markdoc": "^0.4.0",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.5.14",
"astro-markdoc-renderer": "^0.0.1-alpha.1",
"globby": "^14.0.1",
"gray-matter": "^4.0.3",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@junobuild/config": "^0.0.6",
"@junobuild/vite-plugin": "^0.0.12",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}