-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 944 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 944 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
35
{
"name": "astrocloud",
"type": "module",
"version": "1.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.2",
"@astrojs/sitemap": "^3.7.1",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
"@iconify-json/gravity-ui": "^1.2.3",
"@iconify-json/ri": "^1.2.6",
"@iconify-json/simple-icons": "^1.2.54",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/vite": "^4.1.13",
"astro": "^6.0.7",
"astro-icon": "^1.0.2",
"https-proxy-agent": "^7.0.6",
"playwright": "^1.51.1",
"rehype-mermaid": "^3.0.0",
"remark-obsidian": "^1.8.0",
"tailwindcss": "^4.1.13",
"theme-change": "^2.5.0"
},
"devDependencies": {
"daisyui": "^5.1.18",
"node-fetch": "^3.3.2"
}
}