forked from thewebforge/structeezy-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 712 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 712 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": "structeezy-docs",
"type": "module",
"version": "0.5.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.10",
"@astrojs/starlight": "^0.18.0",
"@docsearch/js": "^3.5.2",
"@fontsource/atkinson-hyperlegible": "5.0.18",
"@github/clipboard-copy-element": "^1.3.0",
"@thewebforge/astro-og-images": "^3.0.0",
"@thewebforge/o-props-tokens": "^1.4.4",
"astro": "4.3.5",
"canvas-confetti": "^1.9.2",
"sharp": "^0.33.2"
},
"devDependencies": {
"sass": "1.70.0"
},
"trustedDependencies": [
"sharp"
]
}