95 lines
2.8 KiB
JSON
95 lines
2.8 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": {
|
|
"@bitmachina/highlighter": "1.0.0-alpha.6",
|
|
"@fontsource/fira-mono": "^5.0.13",
|
|
"@json-feed-types/1_1": "^1.0.2",
|
|
"@rollup/plugin-commonjs": "^25.0.8",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@sveltejs/adapter-auto": "^3.2.2",
|
|
"@sveltejs/adapter-node": "^5.1.1",
|
|
"@sveltejs/kit": "^2.5.16",
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
|
"@types/node": "^20.14.2",
|
|
"@types/sharedworker": "^0.0.115",
|
|
"github-slugger": "^2.0.0",
|
|
"glob": "^10.4.1",
|
|
"hast-util-to-string": "^3.0.0",
|
|
"just-camel-case": "^6.2.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"mdsvex": "^0.11.2",
|
|
"rehype-katex-svelte": "1.2",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-abbr": "^1.4.2",
|
|
"remark-footnotes": "2",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-github": "^12.0.0",
|
|
"remark-math": "^3.0.1",
|
|
"remark-wiki-link": "^2.0.1",
|
|
"rollup": "^4.18.0",
|
|
"rollup-plugin-type-as-json-schema": "^0.2.6",
|
|
"sharp": "^0.33.4",
|
|
"svelte": "^4.2.18",
|
|
"svelte-check": "^3.8.0",
|
|
"svelte-seo": "^1.6.1",
|
|
"sveltekit-html-minifier": "^1.0.3",
|
|
"svgo": "^3.3.2",
|
|
"tm-grammars": "^1.13.11",
|
|
"tslib": "^2.6.3",
|
|
"typescript": "^5.4.5",
|
|
"unified": "^11.0.4",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vite": "^5.3.1",
|
|
"vite-plugin-dynamic-import": "^1.5.0",
|
|
"vite-plugin-image-optimizer": "^1.1.8",
|
|
"vite-plugin-thumbhash": "^0.1.6"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.6.0",
|
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
"@codemirror/language": "^6.10.2",
|
|
"@codemirror/lint": "^6.8.0",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@codemirror/view": "^6.28.1",
|
|
"@isaacs/ttlcache": "^1.4.1",
|
|
"@lezer/highlight": "^1.2.0",
|
|
"@octokit/types": "^13.5.0",
|
|
"@steeze-ui/svelte-icon": "^1.5.0",
|
|
"@tusbar/cache-control": "^1.0.2",
|
|
"@uiw/codemirror-theme-github": "^4.22.2",
|
|
"Notes": "file:Notes-1.0.0.tgz",
|
|
"acorn": "^8.12.0",
|
|
"codemirror": "^6.0.1",
|
|
"magic-string": "^0.30.10",
|
|
"octokit": "^3.2.1",
|
|
"slugify": "^1.6.6",
|
|
"super-sitemap": "^0.14.14",
|
|
"svelte-codemirror-editor": "^1.4.0",
|
|
"terser": "^5.31.1",
|
|
"xmlbuilder2": "^3.1.1"
|
|
},
|
|
"targets": {
|
|
"module": {
|
|
"context": "node",
|
|
"engines": {
|
|
"node": ">= 20"
|
|
},
|
|
"outputFormat": "esmodule",
|
|
"optimize": true,
|
|
"includeNodeModules": true
|
|
}
|
|
},
|
|
"@parcel/resolver-default": {
|
|
"packageExports": true
|
|
}
|
|
}
|