forked from coracle/flotilla
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "flotilla",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"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",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^3.0.0",
|
|
"@sveltejs/kit": "^2.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
|
"@types/eslint": "^9.6.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"classnames": "^2.5.1",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.36.0",
|
|
"globals": "^15.0.0",
|
|
"postcss": "^8.4.40",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"svelte": "^4.2.7",
|
|
"svelte-check": "^3.6.0",
|
|
"tailwindcss": "^3.4.7",
|
|
"typescript": "^5.0.0",
|
|
"typescript-eslint": "^8.0.0",
|
|
"vite": "^5.0.3"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@noble/curves": "^1.5.0",
|
|
"@noble/hashes": "^1.4.0",
|
|
"@poppanator/sveltekit-svg": "^4.2.1",
|
|
"@tiptap/starter-kit": "^2.6.4",
|
|
"@tiptap/suggestion": "^2.6.4",
|
|
"@types/throttle-debounce": "^5.0.2",
|
|
"@welshman/lib": "^0.0.14",
|
|
"@welshman/net": "^0.0.18",
|
|
"@welshman/signer": "^0.0.2",
|
|
"@welshman/store": "^0.0.2",
|
|
"@welshman/util": "^0.0.25",
|
|
"daisyui": "^4.12.10",
|
|
"fuse.js": "^7.0.0",
|
|
"idb": "^8.0.0",
|
|
"nostr-editor": "^0.0.1",
|
|
"nostr-tools": "^2.7.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"svelte-bricks": "^0.2.1",
|
|
"svelte-tiptap": "^1.1.3",
|
|
"throttle-debounce": "^5.0.2"
|
|
}
|
|
}
|