-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 875 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
{
"name": "blogster-sleek",
"version": "0.0.1",
"private": true,
"scripts": {
"prepare": "corepack enable && yarn",
"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.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@markdoc/markdoc": "^0.4.0",
"@tailwindcss/typography": "^0.5.9",
"astro": "^4.0.0",
"astro-markdoc-renderer": "0.0.1-alpha.1",
"glob": "^11.0.0",
"globby": "^14.0.1",
"gray-matter": "^4.0.3",
"slugify": "^1.6.5",
"tailwindcss": "^3.2.4",
"zod": "^3.22.3"
},
"devDependencies": {
"prettier-plugin-astro": "^0.14.0",
"typescript": "^5.0.0"
},
"packageManager": "[email protected]"
}