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.
 
 
 
 
 

83 lines
2.3 KiB

{
"name": "gitrepublic-web",
"version": "0.1.0",
"type": "module",
"author": "GitCitadel LLC",
"license": "MIT",
"website": "https://gitcitadel.com",
"description": "Nostr-based git server with NIP-34 repo announcements",
"private": true,
"workspaces": [
"gitrepublic-cli"
],
"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 .",
"cli:sync": "./scripts/sync-cli.sh",
"cli:install": "cd gitrepublic-cli && npm install",
"cli:test": "cd gitrepublic-cli && npm test"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.0",
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/commands": "^6.10.1",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/language": "^6.12.1",
"@codemirror/search": "^6.6.0",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.14",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"asciidoctor": "^3.0.4",
"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",
"minimatch": "^10.0.0"
},
"repository": {
"type": "git",
"url": "https://git.imwald.eu/silberengel/gitrepublic-web.git"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/silberengel/gitrepublic-web.git"
},
{
"type": "git",
"url": "https://git.imwald.eu/silberengel/gitrepublic-web.git"
}
]
}