{ "name": "website", "version": "0.2.5", "description": "My personal website, built with SvelteKit", "author": "pml68", "license": "GPL-3.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" }, "devDependencies": { "@sveltejs/adapter-static": "^3.0.1", "@sveltejs/kit": "^2.5.0", "@sveltejs/vite-plugin-svelte": "^3.0.2", "dotenv": "^16.4.2", "sass": "^1.70.0", "svelte": "^4.2.10", "svelte-check": "^3.6.4", "tslib": "^2.6.2", "typescript": "^5.3.3", "vite": "^5.1.1" }, "type": "module" }