-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.32 KB
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
39
40
41
42
43
44
45
46
47
48
{
"name": "DevBlogs",
"version": "0.0.1",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && pagefind --source dist/ ",
"preview": "astro preview",
"astro": "astro",
"clean": "rm -rf dist",
"postbuild": "pagefind --source dist/",
"test": " astro build && npm run postbuild && npm run preview",
"nodemon": "nodemon run test"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/prism": "^2.1.2",
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/vercel": "^3.8.0",
"@markdoc/markdoc": "^0.2.1",
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.10.13",
"astro-breadcrumbs": "^1.6.1",
"astro-markdoc-renderer": "^0.0.1-alpha.1",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"mark.js": "^8.11.1",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^0.12.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"rehype-toc": "^3.0.2",
"remark-toc": "^8.0.1",
"slugify": "^1.6.5",
"tailwindcss": "^3.2.4",
"zod": "^3.20.2"
},
"devDependencies": {
"@astrojs/partytown": "^1.2.3",
"prettier-plugin-astro": "^0.7.2",
"sass": "^1.64.2",
"typescript": "^4.9.4"
}
}