Update config files and npm packages

This commit is contained in:
2022-08-18 20:08:23 +02:00
parent 44bda1a939
commit 97fcf8c60c
3 changed files with 69 additions and 74 deletions

View File

@@ -10,16 +10,16 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ignore-path .gitignore ."
},
"dependencies": {
"@studio-freight/lenis": "^0.1.13",
"dayjs": "^1.11.5",
"embla-carousel": "^7.0.0",
"embla-carousel": "^7.0.1",
"focus-visible": "^5.2.0",
"motion": "^10.13.3",
"motion": "^10.14.0",
"ogl": "^0.0.97",
"sanitize.css": "^13.0.0",
"tweakpane": "^3.1.0"
@@ -28,7 +28,7 @@
"@sveltejs/adapter-auto": "^1.0.0-next.64",
"@sveltejs/adapter-node": "^1.0.0-next.86",
"@sveltejs/adapter-vercel": "^1.0.0-next.66",
"@sveltejs/kit": "^1.0.0-next.411",
"@sveltejs/kit": "^1.0.0-next.422",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"browserslist": "^4.21.3",
@@ -42,7 +42,7 @@
"postcss-sort-media-queries": "^4.2.1",
"sass": "^1.54.4",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-check": "^2.8.1",
"svelte-preprocess": "^4.10.7",
"swell-node": "^4.0.10",
"tslib": "^2.4.0",