-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 Bytes
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": "coding-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/starlight": "^0.37.3",
"@astrojs/vue": "^5.1.4",
"@headlessui/vue": "^1.7.23",
"@iconify-json/feather": "^1.2.1",
"@iconify-json/mdi": "^1.2.3",
"@nanostores/persistent": "github:nanostores/persistent",
"@nanostores/react": "^1.0.0",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.8",
"astro-icon": "^1.1.5",
"astro-navbar": "^2.4.0",
"markdown-it": "^14.1.1",
"nanostores": "^1.1.0",
"sanitize-html": "^2.17.1",
"tailwindcss": "^4.1.18",
"vue": "^3.5.27"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
}