aea63c0b4b
Before making any changes to the logic of the code I've updated all dependencies and adjusted the configurations according to the migration documentation. I ensured that I can still run the npm scripts like before. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "anvil",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "playwright test",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"test:unit": "vitest",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.40.1",
|
|
"@skeletonlabs/skeleton": "2.6.1",
|
|
"@skeletonlabs/tw-plugin": "0.3.0",
|
|
"@sveltejs/adapter-auto": "3.0.1",
|
|
"@sveltejs/kit": "2.0.4",
|
|
"@sveltejs/vite-plugin-svelte": "3.0.1",
|
|
"@tailwindcss/forms": "0.5.7",
|
|
"@tailwindcss/typography": "0.5.10",
|
|
"@types/node": "20.10.5",
|
|
"@typescript-eslint/eslint-plugin": "6.15.0",
|
|
"@typescript-eslint/parser": "6.15.0",
|
|
"autoprefixer": "10.4.16",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-svelte": "2.35.1",
|
|
"postcss": "8.4.32",
|
|
"prettier": "3.1.1",
|
|
"prettier-plugin-svelte": "3.1.2",
|
|
"svelte": "4.2.8",
|
|
"svelte-check": "3.6.2",
|
|
"svelte-octicons": "18.6.0",
|
|
"tailwindcss": "3.4.0",
|
|
"tslib": "2.6.2",
|
|
"typescript": "5.3.3",
|
|
"vite": "5.0.10",
|
|
"vitest": "1.1.0"
|
|
},
|
|
"type": "module"
|
|
}
|