Files
archived-tauri-docs/package.json
Lorenzo Lewis bd98b294e6 initial commit
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
2023-07-21 13:14:17 +01:00

17 lines
316 B
JSON

{
"name": "",
"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.5.5",
"astro": "^2.8.5",
"sharp": "^0.32.3"
}
}