Files
continuwuity/packages/website/package.json
T

112 lines
3.4 KiB
JSON
Raw Normal View History

2024-02-13 16:38:14 +00:00
{
2024-05-01 18:34:30 +01: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",
2024-09-15 18:07:41 +01:00
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"fix": "biome lint --write . && biome format --write . && biome check . --write"
2024-05-01 18:34:30 +01:00
},
"devDependencies": {
2024-11-24 02:54:18 +00:00
"@biomejs/biome": "1.9.4",
2024-07-15 21:24:54 +01:00
"@bitmachina/highlighter": "1.0.0-alpha.6",
2024-11-24 02:54:18 +00:00
"@fontsource/fira-mono": "^5.1.0",
2024-05-01 18:34:30 +01:00
"@json-feed-types/1_1": "^1.0.2",
2024-11-24 02:54:18 +00:00
"@rollup/pluginutils": "^5.1.3",
"@sentry/esbuild-plugin": "^2.22.6",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.8.2",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@types/fnv-plus": "^1.3.2",
2024-11-24 02:54:18 +00:00
"@types/node": "^20.17.7",
"@types/polka": "^0.5.7",
2024-05-13 19:25:51 +01:00
"@types/sharedworker": "^0.0.115",
"dotenv": "^16.4.5",
2024-08-26 20:21:41 +01:00
"esbuild": "^0.23.1",
2024-07-16 16:59:04 +01:00
"github-slugger": "^2.0.0",
2024-08-25 02:57:20 +01:00
"glob": "^10.4.5",
2024-11-24 02:54:18 +00:00
"hast-util-to-string": "^3.0.1",
2024-07-16 20:24:04 +01:00
"just-camel-case": "^6.2.0",
2024-07-16 16:59:04 +01:00
"mdast-util-to-string": "^4.0.0",
"mdsvex": "^0.11.2",
2024-08-25 02:57:20 +01:00
"rehype-katex-svelte": "~1.2.0",
2024-05-01 18:34:30 +01:00
"rehype-slug": "^6.0.0",
2024-07-15 13:58:21 +01:00
"remark-abbr": "^1.4.2",
2024-07-30 18:30:15 +01:00
"remark-callouts": "workspace:^",
2024-08-25 02:57:20 +01:00
"remark-footnotes": "^2.0.0",
2024-05-01 18:34:30 +01:00
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
2024-07-15 13:58:21 +01:00
"remark-github": "^12.0.0",
"remark-math": "^3.0.1",
2024-07-16 22:24:34 +01:00
"remark-reading-time": "^2.0.1",
2024-07-16 23:05:39 +01:00
"remark-wiki-link": "^0.0.4",
2024-11-24 02:54:18 +00:00
"rollup": "^4.27.4",
2024-05-01 18:34:30 +01:00
"rollup-plugin-type-as-json-schema": "^0.2.6",
2024-07-17 02:05:28 +01:00
"rollup-plugin-visualizer": "^5.12.0",
2024-07-24 15:22:39 +01:00
"schema-dts": "^1.1.2",
2024-08-25 02:57:20 +01:00
"sharp": "^0.33.5",
2024-11-24 02:54:18 +00:00
"svelte": "^5.2.7",
"svelte-check": "^4.1.0",
"svelte-seo": "^1.6.1",
2024-11-24 02:54:18 +00:00
"sveltekit-html-minifier": "^1.0.4",
"svgo": "^3.3.2",
2024-11-24 02:54:18 +00:00
"tm-grammars": "^1.19.5",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
2024-08-25 02:57:20 +01:00
"unified": "^11.0.5",
2024-07-16 16:59:04 +01:00
"unist-util-visit": "^5.0.0",
2024-08-25 02:57:20 +01:00
"vite": "^5.4.2",
2024-07-16 21:50:00 +01:00
"vite-plugin-image-optimizer": "^1.1.8",
2024-07-19 15:34:55 +01:00
"vite-plugin-thumbhash": "^0.1.6",
"vite-plugin-thumbhash-svg": "workspace:^"
2024-05-01 18:34:30 +01:00
},
"type": "module",
"dependencies": {
2024-11-24 02:54:18 +00:00
"@babel/preset-typescript": "^7.26.0",
"@codemirror/commands": "^6.7.1",
2024-05-01 18:34:30 +01:00
"@codemirror/lang-javascript": "^6.2.2",
2024-11-24 02:54:18 +00:00
"@codemirror/language": "^6.10.3",
"@codemirror/lint": "^6.8.3",
2024-05-01 18:34:30 +01:00
"@codemirror/state": "^6.4.1",
2024-11-24 02:54:18 +00:00
"@codemirror/view": "^6.35.0",
2024-05-03 14:37:50 +01:00
"@isaacs/ttlcache": "^1.4.1",
2024-08-25 02:57:20 +01:00
"@lezer/highlight": "^1.2.1",
2024-11-24 02:54:18 +00:00
"@octokit/types": "^13.6.1",
2024-07-23 21:20:42 +01:00
"@resvg/resvg-js": "^2.6.2",
2024-11-24 02:54:18 +00:00
"@sentry/sveltekit": "^8.40.0",
"@steeze-ui/svelte-icon": "^1.6.2",
"@tabler/icons-svelte": "^3.22.0",
"@tusbar/cache-control": "^1.0.2",
2024-11-24 02:54:18 +00:00
"@uiw/codemirror-theme-github": "^4.23.6",
2024-05-01 23:06:48 +01:00
"Notes": "file:Notes-1.0.0.tgz",
2024-11-24 02:54:18 +00:00
"acorn": "^8.14.0",
"codemirror": "^6.0.1",
"fnv-plus": "^1.3.1",
2024-11-24 02:54:18 +00:00
"magic-string": "^0.30.13",
"octokit": "^3.2.1",
2024-07-23 21:20:42 +01:00
"satori": "^0.10.14",
2024-05-01 18:34:30 +01:00
"slugify": "^1.6.6",
2024-08-25 02:57:20 +01:00
"super-sitemap": "^0.14.20",
2024-11-24 02:54:18 +00:00
"svelte-codemirror-editor": "^1.4.1",
"terser": "^5.36.0",
2024-05-01 18:34:30 +01: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-13 16:38:14 +00:00
}