-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 953 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 953 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
36
{
"name": "newone",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.36.2",
"@pagefind/default-ui": "^1.4.0",
"astro": "^5.6.1",
"astro-theme-toggle": "^0.8.0",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^7.1.0",
"sharp": "^0.34.2",
"starlight-showcases": "^0.3.1",
"starlight-sidebar-topics": "^0.6.2",
"starlight-sidebar-topics-dropdown": "^0.5.2",
"vite": "^7.2.2",
"vite-plugin-static-copy": "^3.1.4"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^9.0.0",
"micromatch": "^4.0.8",
"remark-math": "^6.0.0",
"starlight-blog": "^0.25.0",
"starlight-image-zoom": "^0.13.2",
"starlight-site-graph": "^0.5.0",
"starlight-theme-nova": "^0.10.0"
}
}