continuwuity/packages/website/package.json
2024-04-28 22:08:44 +01:00

63 lines
1.6 KiB
JSON

{
"name": "website",
"version": "0.0.1",
"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": {
"@fontsource/fira-mono": "^5.0.13",
"@json-feed-types/1_1": "^1.0.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"rollup": "^4.17.0",
"rollup-plugin-type-as-json-schema": "^0.2.6",
"sharp": "^0.33.3",
"svelte": "^4.2.15",
"svelte-check": "^3.7.0",
"svelte-seo": "^1.6.0",
"sveltekit-html-minifier": "^1.0.3",
"svgo": "^3.2.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-image-optimizer": "^1.1.7"
},
"type": "module",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.5.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@lezer/highlight": "^1.2.0",
"@steeze-ui/svelte-icon": "^1.5.0",
"@uiw/codemirror-theme-github": "^4.21.25",
"acorn": "^8.11.3",
"magic-string": "^0.30.10",
"super-sitemap": "^0.14.14",
"svelte-codemirror-editor": "^1.3.0",
"terser": "^5.30.4",
"xmlbuilder2": "^3.1.1"
},
"targets": {
"module": {
"context": "node",
"engines": {
"node": ">= 20"
},
"outputFormat": "esmodule",
"optimize": true,
"includeNodeModules": true
}
},
"@parcel/resolver-default": {
"packageExports": true
}
}