Files
continuwuity/packages/website/package.json
T

64 lines
1.6 KiB
JSON
Raw Normal View History

2024-02-13 16:38:14 +00:00
{
"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": {
2024-04-28 22:08:44 +01:00
"@fontsource/fira-mono": "^5.0.13",
2024-04-06 14:55:47 +01:00
"@json-feed-types/1_1": "^1.0.2",
"@rollup/plugin-node-resolve": "^15.2.3",
2024-04-28 22:08:44 +01:00
"@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",
2024-04-28 22:08:44 +01:00
"sharp": "^0.33.3",
"svelte": "^4.2.15",
"svelte-check": "^3.7.0",
2024-03-08 00:21:15 +00:00
"svelte-seo": "^1.6.0",
2024-04-02 16:18:53 +01:00
"sveltekit-html-minifier": "^1.0.3",
2024-03-08 01:24:11 +00:00
"svgo": "^3.2.0",
2024-04-28 22:08:44 +01:00
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
2024-03-08 01:24:11 +00:00
"vite-plugin-image-optimizer": "^1.1.7"
2024-02-13 16:38:14 +00:00
},
2024-02-19 13:15:46 +00:00
"type": "module",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.5.0",
"@codemirror/state": "^6.4.1",
2024-04-28 22:08:44 +01:00
"@codemirror/view": "^6.26.3",
"@lezer/highlight": "^1.2.0",
2024-02-19 13:15:46 +00:00
"@steeze-ui/svelte-icon": "^1.5.0",
"@uiw/codemirror-theme-github": "^4.21.25",
"acorn": "^8.11.3",
2024-04-28 22:08:44 +01:00
"magic-string": "^0.30.10",
2024-03-08 21:34:52 +00:00
"super-sitemap": "^0.14.14",
"svelte-codemirror-editor": "^1.3.0",
2024-04-28 22:08:44 +01:00
"terser": "^5.30.4",
2024-02-19 13:15:46 +00:00
"xmlbuilder2": "^3.1.1"
},
"targets": {
"module": {
"context": "node",
"engines": {
"node": ">= 20"
},
"outputFormat": "esmodule",
"optimize": true,
"includeNodeModules": true
}
},
"@parcel/resolver-default": {
"packageExports": true
2024-02-19 13:15:46 +00:00
}
2024-02-13 16:38:14 +00:00
}