-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 891 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": "blogster-sleek",
"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",
"format": "prettier \"src/**/*.{ts,astro}\" -c --cache",
"format:fix": "npm run format -- --write --cache"
},
"dependencies": {
"@astrojs/prism": "^1.0.2",
"@astrojs/rss": "^2.0.0",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@markdoc/markdoc": "^0.2.1",
"@tailwindcss/typography": "^0.5.9",
"astro": "^1.9.2",
"astro-markdoc-renderer": "0.0.1-alpha.1",
"globby": "^13.1.3",
"gray-matter": "^4.0.3",
"slugify": "^1.6.5",
"tailwindcss": "^3.2.4",
"zod": "^3.20.2"
},
"devDependencies": {
"prettier-plugin-astro": "^0.7.2",
"typescript": "^4.9.4"
}
}