{ "name": "sveltekit-demo", "version": "0.0.1", "scripts": { "dev": "svelte-kit dev", "build": "svelte-kit build", "preview": "svelte-kit preview", "check": "svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch" }, "devDependencies": { "@iconify-icons/mdi-light": "^1.1.0", "@iconify/svelte": "^2.1.0", "@sveltejs/kit": "next", "@types/cookie": "^0.4.1", "svelte": "^3.34.0", "svelte-check": "^2.2.6", "svelte-preprocess": "^4.9.4", "tslib": "^2.3.1", "typescript": "^4.4.3" }, "type": "module", "dependencies": { "@fontsource/fira-mono": "^4.5.0", "@lukeed/uuid": "^2.0.0", "cookie": "^0.4.1" } }