You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.5 KiB
54 lines
1.5 KiB
{ |
|
"name": "gitrepublic-web", |
|
"version": "0.1.0", |
|
"type": "module", |
|
"description": "Nostr-based git server with NIP-34 repo announcements", |
|
"scripts": { |
|
"dev": "GIT_REPO_ROOT=./repos vite dev", |
|
"build": "tsc && vite build", |
|
"preview": "vite preview", |
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
|
"lint": "prettier --check . && eslint .", |
|
"format": "prettier --write ." |
|
}, |
|
"dependencies": { |
|
"@codemirror/basic-setup": "^0.20.0", |
|
"@codemirror/lang-markdown": "^6.5.0", |
|
"@codemirror/language": "^6.12.1", |
|
"@codemirror/state": "^6.5.4", |
|
"@codemirror/view": "^6.39.14", |
|
"@sveltejs/kit": "^2.0.0", |
|
"@sveltejs/vite-plugin-svelte": "^4.0.0", |
|
"codemirror": "^6.0.2", |
|
"codemirror-asciidoc": "^2.0.1", |
|
"highlight.js": "^11.10.0", |
|
"markdown-it": "^14.1.0", |
|
"nodemailer": "^8.0.1", |
|
"nostr-tools": "^2.22.1", |
|
"pino": "^10.3.1", |
|
"pino-pretty": "^13.1.3", |
|
"simple-git": "^3.31.1", |
|
"socks": "^2.8.0", |
|
"svelte": "^5.0.0", |
|
"ws": "^8.19.0" |
|
}, |
|
"devDependencies": { |
|
"@sveltejs/adapter-node": "^5.0.0", |
|
"@types/markdown-it": "^14.1.2", |
|
"@types/node": "^20.0.0", |
|
"@types/nodemailer": "^6.4.14", |
|
"@types/ws": "^8.18.1", |
|
"@typescript-eslint/eslint-plugin": "^7.18.0", |
|
"@typescript-eslint/parser": "^7.18.0", |
|
"eslint": "^8.57.1", |
|
"prettier": "^3.0.0", |
|
"svelte-check": "^3.0.0", |
|
"typescript": "^5.0.0", |
|
"vite": "^5.4.11" |
|
}, |
|
"overrides": { |
|
"ajv": "^8.17.1", |
|
"cookie": "^0.7.2", |
|
"esbuild": "^0.24.0" |
|
} |
|
}
|
|
|