-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 766 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 766 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
{
"name": "reactlit-docs",
"type": "module",
"version": "0.0.16",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.0.0",
"@astrojs/starlight": "^0.29.2",
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
"@expressive-code/plugin-line-numbers": "^0.38.3",
"@radix-ui/themes": "^3.1.6",
"@reactlit/core": "workspace:*",
"@reactlit/radix": "workspace:*",
"@tanstack/react-query": "^5.62.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"astro": "^4.16.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.34.1",
"starlight-package-managers": "^0.8.0"
}
}