{ "name": "svelte_pages", "version": "0.0.1", "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-auto": "next", "@sveltejs/kit": "next", "@types/bootstrap": "^5.2.4", "@zerodevx/svelte-toast": "^0.7.2", "svelte-check": "^2.7.1", "svelte-preprocess": "^4.10.6", "tslib": "^2.3.1", "typescript": "^4.7.4", "vite": "^3.1.0" }, "type": "module", "dependencies": { "bootstrap-icons": "^1.9.1", "nookies": "^2.5.2", "sv-popup": "^0.2.5", "webworker": "^0.8.4" } }