-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 778 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 778 Bytes
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
{
"name": "jocs.github.com",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"clean": "rm -rf dist"
},
"dependencies": {
"@astrojs/prism": "^3.0.0",
"@astrojs/rss": "^4.0.2",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/tailwind": "^5.1.0",
"@markdoc/markdoc": "^0.4.0",
"@tailwindcss/typography": "^0.5.9",
"astro": "^5.15.6",
"astro-markdoc-renderer": "0.0.1-alpha.1",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"slugify": "^1.6.5",
"tailwindcss": "^3.2.4",
"zod": "^3.20.2"
},
"devDependencies": {
"prettier-plugin-astro": "^0.12.3",
"typescript": "^5.3.3"
}
}