coracle/package.json
2024-01-02 08:43:18 -08:00

82 lines
2.6 KiB
JSON

{
"name": "coracle",
"private": true,
"version": "0.3.4",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"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:errors": "run-p check:es check:ts",
"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.5.1",
"@capacitor/cli": "^5.5.1",
"@capacitor/core": "^5.5.1",
"@capacitor/ios": "^5.5.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"@types/ramda": "^0.29.9",
"@types/throttle-debounce": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.4.16",
"cypress": "^13.6.0",
"eslint": "^8.54.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"svelte-preprocess": "^5.1.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-plugin-mkcert": "^1.17.1",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-pwa": "^0.17.2"
},
"dependencies": {
"@bugsnag/js": "^7.22.2",
"@event-calendar/core": "^2.4.1",
"@event-calendar/day-grid": "^2.4.1",
"@event-calendar/interaction": "^2.4.1",
"@fortawesome/fontawesome-free": "^6.5.1",
"@nostr-dev-kit/ndk": "^2.3.1",
"@scure/base": "^1.1.3",
"classnames": "^2.3.2",
"compressorjs": "^1.2.1",
"date-picker-svelte": "^2.10.0",
"fuse.js": "^7.0.0",
"hls.js": "^1.4.12",
"hurdak": "^0.2.6",
"husky": "^8.0.3",
"insane": "^2.6.2",
"nip44": "https://gitpkg.now.sh/paulmillr/nip44/javascript?post-audit",
"lru-cache": "^10.1.0",
"marked": "^11.0.0",
"normalize-url": "^8.0.0",
"nostr-tools": "^1.17.0",
"npm-run-all": "^4.1.5",
"paravel": "^0.4.16",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.3",
"ramda": "^0.29.1",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-link-preview": "^0.3.3",
"svelte-loading-spinners": "^0.3.4",
"svelte-range-slider-pips": "^2.2.3",
"svelte-switch": "^0.0.5",
"throttle-debounce": "^5.0.0",
"tippy.js": "^6.3.7",
"uuid": "^9.0.1"
}
}