mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-08-07 07:14:44 +00:00
f07c2c797b
Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 3.2.3 to 3.2.6. - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.3...v3.2.6) --- updated-dependencies: - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "watcharr",
|
|
"version": "1.43.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"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 .",
|
|
"server": "cd ./server && MODE=DEV go run ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-node": "^5.2.3",
|
|
"@sveltejs/kit": "^2.5.27",
|
|
"@types/papaparse": "^5.3.14",
|
|
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
"@vite-pwa/sveltekit": "^0.5.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.43.0",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-svelte": "^3.2.6",
|
|
"svelte": "^4.2.19",
|
|
"svelte-check": "^4.0.2",
|
|
"svelte-eslint-parser": "^0.41.0",
|
|
"svelte-preprocess": "^6.0.2",
|
|
"tslib": "^2.7.0",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.6"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.7.4",
|
|
"blurhash": "^2.0.5",
|
|
"papaparse": "^5.4.1"
|
|
}
|
|
}
|