mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
* docs: fix tip * update packages * add showase * add 3 showcases from v2 * mdx -> md * add links page * add templates page with a caution * add a tip * move desc up * use X instead of twitter * fix link * Add clave * add how to section
23 lines
548 B
JSON
23 lines
548 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/starlight": "0.29.2",
|
|
"astro": "4.16.17",
|
|
"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"
|
|
}
|
|
}
|