-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.09 KB
/
package.json
File metadata and controls
36 lines (36 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
{
"name": "ra-core-doc",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.1",
"@astrojs/react": "^4.3.0",
"@astrojs/starlight": "0.35.2",
"@astrojs/starlight-tailwind": "^4.0.1",
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
"@tailwindcss/vite": "^4.1.11",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"astro": "5.12.6",
"astro-expressive-code": "^0.41.3",
"astro-rehype-relative-markdown-links": "^0.18.1",
"expressive-code-fullscreen": "^1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-code-group": "^0.2.4",
"sharp": "^0.34.2",
"starlight-package-managers": "^0.11.0",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.1"
}
}