{ "name": "coracle", "private": true, "version": "0.4.4", "type": "module", "scripts": { "dev": "vite --host", "build": "pwa-assets-generator && vite build", "check:es": "eslint 'src/**/*.{js,ts,svelte}' --quiet", "check:ts": "svelte-check --tsconfig ./tsconfig.json --threshold error", "check:fmt": "prettier --check $(git diff head --name-only --diff-filter d | grep -E '(js|ts|svelte)$' | xargs)", "check:cycles": "madge --circular src/main.js", "check:errors": "run-p check:es check:ts check:cycles", "check": "run-p check:errors check:fmt", "format": "prettier --write $(git diff head --name-only --diff-filter d | grep -E '(js|ts|svelte)$' | xargs)", "watch": "find src -type f | entr -r" }, "devDependencies": { "@capacitor/android": "^5.7.5", "@capacitor/cli": "^5.7.5", "@capacitor/core": "^5.7.5", "@capacitor/ios": "^5.7.5", "@sveltejs/vite-plugin-svelte": "^3.1.0", "@tsconfig/svelte": "^5.0.4", "@types/ramda": "^0.29.12", "@types/throttle-debounce": "^5.0.2", "@typescript-eslint/eslint-plugin": "^7.7.0", "@typescript-eslint/parser": "^7.7.0", "@vite-pwa/assets-generator": "^0.2.4", "autoprefixer": "^10.4.19", "cypress": "^13.7.3", "dotenv": "^16.4.5", "eslint": "^8.57.0", "eslint-plugin-svelte": "^2.37.0", "favicons": "^7.2.0", "madge": "^6.1.0", "postcss": "^8.4.38", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.3", "prettier-plugin-tailwindcss": "^0.5.14", "svelte-preprocess": "^5.1.3", "tailwindcss": "^3.4.3", "typescript": "^5.4.5", "vite": "^5.2.8", "vite-plugin-html-config": "^1.0.11", "vite-plugin-mkcert": "^1.17.5", "vite-plugin-node-polyfills": "^0.17.0", "vite-plugin-pwa": "^0.17.5" }, "dependencies": { "@bugsnag/js": "^7.22.4", "@welshman/feeds": "^0.0.2", "@welshman/lib": "^0.0.2", "@welshman/net": "^0.0.2", "@welshman/util": "^0.0.2", "@event-calendar/core": "^2.6.1", "@event-calendar/day-grid": "^2.6.1", "@event-calendar/interaction": "^2.6.1", "@fortawesome/fontawesome-free": "^6.5.2", "@getalby/bitcoin-connect": "^3.2.2", "@scure/base": "^1.1.6", "classnames": "^2.5.1", "compressorjs": "^1.2.1", "date-picker-svelte": "^2.12.0", "fuse.js": "^7.0.0", "hls.js": "^1.5.8", "hurdak": "^0.2.10", "husky": "^8.0.3", "insane": "^2.6.2", "lru-cache": "^10.2.0", "marked": "^11.2.0", "normalize-url": "^8.0.1", "nostr-tools": "^2.5.0", "npm-run-all": "^4.1.5", "qr-scanner": "^1.4.2", "qrcode": "^1.5.3", "ramda": "^0.29.1", "sharp": "^0.33.3", "svelte": "^4.2.14", "svelte-check": "^3.6.9", "svelte-link-preview": "^0.3.3", "svelte-loading-spinners": "^0.3.6", "svelte-range-slider-pips": "^2.3.1", "svelte-switch": "^0.0.5", "throttle-debounce": "^5.0.0", "tippy.js": "^6.3.7", "uuid": "^9.0.1" } }