{ "name": "livecodingfr", "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": "^3.0.1", "@sveltejs/adapter-static": "^3.0.1", "@sveltejs/kit": "^2.0.6", "@tailwindcss/typography": "^0.5.9", "@types/node": "^20.8.10", "autoprefixer": "^10.4.14", "daisyui": "^4.4.23", "mdsvex": "^0.11.0", "postcss": "^8.4.24", "postcss-load-config": "^5.0.2", "svelte": "^4.0.5", "svelte-check": "^3.4.3", "tailwindcss": "^3.3.2", "tslib": "^2.4.1", "typescript": "^5.0.0", "vite": "^5.0.10" }, "type": "module", "dependencies": { "@sveltejs/vite-plugin-svelte": "^3.0.1", "marked": "^11.1.0", "prismjs": "^1.29.0", "vite-plugin-markdown": "^2.1.0" } }