{ "private": true, "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": { "@sveltejs/adapter-static": "^1.0.0-next.13", "@sveltejs/kit": "^1.0.0-next.139", "@types/highlight.js": "^10.1.0", "svelte": "^3.34.0", "svelte-check": "^2.0.0", "svelte-preprocess": "^4.0.0", "tslib": "^2.0.0", "typescript": "^4.0.0" }, "type": "module", "dependencies": { "axios": "^0.21.1", "dayjs": "^1.10.5", "highlight.js": "^11.0.0", "svelte-cloudinary": "^0.2.3" } }