-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 929 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": "@rahmanda/blog",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "prettier . --write",
"astro": "astro",
"postinstall": "patch-package"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^2.1.1",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/codemirror": "^5.60.15",
"@types/node": "^20.12.7",
"astro": "^4.4.5",
"goodshare.js": "^6.3.0",
"mdast-util-to-string": "^4.0.0",
"patch-package": "^8.0.0",
"reading-time": "^1.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unist-util-visit": "^5.0.0"
},
"volta": {
"node": "18.16.1"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}