- go.mod, local CLI install, and @wailsio/runtime move together; the JS/Go wire protocol must match exactly, so the runtime never moves alone - bindings regen is byte-identical (same 29 methods/IDs), confirming the bump is behavior-transparent at the binding layer - beta.23 exists but is hours old and touches Linux single-instance; deliberately deferred to a routine bump, not stacked onto 2.0 - deletes wails.json (staged earlier during retirement proof; the version-source move lands in the next commit) - svelte-check 0/0, vet/tests/builds green, smoke launch clean
34 lines
852 B
JSON
34 lines
852 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:dev": "vite build --minify false --mode development",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^7.3.0",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@tsconfig/svelte": "^5.0.8",
|
|
"svelte": "^5.57.0",
|
|
"svelte-check": "^4.7.6",
|
|
"svelte-spa-router": "^5.1.1",
|
|
"tailwind-merge": "^3.7.0",
|
|
"tailwindcss": "^4.3.3",
|
|
"tslib": "^2.8.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"@wailsio/runtime": "3.0.0-beta.22",
|
|
"flowbite": "^4.0.2",
|
|
"flowbite-svelte": "^1.33.1",
|
|
"moment": "^2.31.0"
|
|
}
|
|
}
|