mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-21 11:29:29 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.42.2 to 3.49.0. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/compare/v3.42.2...v3.49.0) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
390 B
JSON
19 lines
390 B
JSON
{
|
|
"name": "dev",
|
|
"version": "2.0.0",
|
|
"description": "Wails JS Dev",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "run-p build:*",
|
|
"build:dev": "node build.js"
|
|
},
|
|
"author": "Lea Anthony <lea.anthony@gmail.com>",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"esbuild": "^0.12.17",
|
|
"esbuild-svelte": "^0.5.6",
|
|
"npm-run-all": "^4.1.5",
|
|
"svelte": "^3.49.0"
|
|
}
|
|
}
|