-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.09 KB
/
package.json
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
37
38
39
40
41
42
{
"name": "fabric-wiki",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build-sphinx": "./buildshpinx.sh",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.1.0",
"@astrojs/starlight": "^0.30.3",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.3",
"@codaworks/react-glow": "^1.0.6",
"@fontsource/jost": "^5.1.0",
"@fontsource/readex-pro": "^5.1.0",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"astro": "^5.0.5",
"mdast": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-parallax-tilt": "^1.7.239",
"rollup": "^4.29.1",
"sharp": "^0.32.5",
"starlight-sidebar-topics": "^0.2.1",
"starlight-versions": "^0.3.1",
"tailwindcss": "^3.4.4",
"three": "^0.171.0",
"typescript": "^5.6.2",
"unist-util-visit": "^5.0.0",
"vite": "^6.0.5"
},
"devDependencies": {
"@types/three": "^0.171.0"
}
}