-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 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
{
"name": "woongsnote-dev",
"type": "module",
"version": "7.3.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.8",
"daisyui": "^5.5.19",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.3",
"satori": "^0.26.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@tailwindcss/typography": "^0.5.19",
"pagefind": "^1.5.2",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.12",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "^5.9.3"
},
"engines": {
"node": "24.x"
},
"volta": {
"node": "24.14.1"
},
"overrides": {
"vite": "^7.3.2"
}
}