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.
40 lines
1.2 KiB
40 lines
1.2 KiB
{ |
|
"name": "gitrepublic-web", |
|
"version": "0.1.0", |
|
"type": "module", |
|
"description": "Nostr-based git server with NIP-34 repo announcements", |
|
"scripts": { |
|
"dev": "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", |
|
"marked": "^17.0.2", |
|
"nostr-tools": "^2.22.1", |
|
"simple-git": "^3.31.1", |
|
"svelte": "^5.0.0" |
|
}, |
|
"devDependencies": { |
|
"@sveltejs/adapter-node": "^5.0.0", |
|
"@types/node": "^20.0.0", |
|
"@typescript-eslint/eslint-plugin": "^6.0.0", |
|
"@typescript-eslint/parser": "^6.0.0", |
|
"eslint": "^8.0.0", |
|
"prettier": "^3.0.0", |
|
"svelte-check": "^3.0.0", |
|
"typescript": "^5.0.0", |
|
"vite": "^5.0.0" |
|
} |
|
}
|
|
|