{ "name": "website", "version": "0.2.2", "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.4.3", "@sveltejs/vite-plugin-svelte": "^3.0.1", "dotenv": "^16.3.2", "sass": "^1.70.0", "svelte": "^4.2.9", "svelte-check": "^3.6.3", "tslib": "^2.6.2", "typescript": "^5.3.3", "vite": "^5.0.12" }, "type": "module" }