mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
31 lines
788 B
JSON
31 lines
788 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.36.2",
|
|
"@types/react": "^19.0.1",
|
|
"@types/react-dom": "^19.0.2",
|
|
"astro": "^5.0.0",
|
|
"astro-d2": "^0.5.0",
|
|
"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.25.1",
|
|
"starlight-image-zoom": "^0.9.0",
|
|
"starlight-links-validator": "^0.13.4",
|
|
"starlight-showcases": "^0.2.0",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|