mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
30 lines
750 B
JSON
30 lines
750 B
JSON
{
|
|
"name": "wails-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "0.9.4",
|
|
"@astrojs/react": "4.1.0",
|
|
"@astrojs/starlight": "0.29.2",
|
|
"@types/react": "19.0.1",
|
|
"@types/react-dom": "19.0.2",
|
|
"astro": "4.16.17",
|
|
"framer-motion": "11.14.4",
|
|
"motion": "11.14.4",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"sharp": "0.33.5",
|
|
"starlight-blog": "0.15.0",
|
|
"starlight-image-zoom": "0.9.0",
|
|
"starlight-links-validator": "0.13.4",
|
|
"starlight-showcases": "0.2.0",
|
|
"typescript": "5.7.2"
|
|
}
|
|
}
|