51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "buboard",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
"@tsconfig/svelte": "^5.0.6",
|
|
"@types/node": "^24.10.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-svelte": "^3.13.0",
|
|
"globals": "^16.5.0",
|
|
"prettier": "^3.7.4",
|
|
"svelte": "^5.43.8",
|
|
"svelte-check": "^4.3.4",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.48.1",
|
|
"vite": "npm:rolldown-vite@7.2.5"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"vite": "npm:rolldown-vite@7.2.5"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.10.0",
|
|
"@codemirror/lang-css": "^6.3.1",
|
|
"@codemirror/lang-html": "^6.4.11",
|
|
"@codemirror/language": "^6.11.3",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@codemirror/view": "^6.38.8",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@replit/codemirror-emacs": "^6.1.0",
|
|
"@replit/codemirror-vim": "^6.3.0",
|
|
"codemirror": "^6.0.2",
|
|
"jszip": "^3.10.1",
|
|
"lucide-svelte": "^0.555.0"
|
|
}
|
|
}
|