mirror of
https://github.com/LukeHagar/sveltekit-electron.git
synced 2025-12-06 04:21:32 +00:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "sveltekit-app",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "cross-env ORIGIN=http://localhost:3000 vite build",
|
|
"preview": "vite preview",
|
|
"test": "npm run test:integration && npm run test:unit",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write .",
|
|
"test:integration": "playwright test",
|
|
"test:unit": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@fontsource/fira-mono": "^4.5.10",
|
|
"@neoconfetti/svelte": "^1.0.0",
|
|
"@playwright/test": "^1.40.0",
|
|
"@sveltejs/adapter-auto": "^2.1.1",
|
|
"@sveltejs/adapter-node": "^1.3.1",
|
|
"@sveltejs/kit": "^1.27.6",
|
|
"@types/cookie": "^0.5.4",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-svelte": "^2.35.0",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-svelte": "^3.1.0",
|
|
"svelte": "^4.2.5",
|
|
"svelte-check": "^3.6.0",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.2",
|
|
"vitest": "^0.32.4"
|
|
},
|
|
"type": "module"
|
|
}
|