coracle/package.json

93 lines
3.0 KiB
JSON
Raw Normal View History

2022-11-23 01:28:33 +00:00
{
"name": "coracle",
"private": true,
2024-03-14 00:43:23 +00:00
"version": "0.4.4",
2022-11-23 01:28:33 +00:00
"type": "module",
"scripts": {
2023-02-11 14:49:08 +00:00
"dev": "vite --host",
2024-03-25 19:32:12 +00:00
"build": "pwa-assets-generator && vite build",
2023-07-22 00:15:00 +00:00
"check:es": "eslint 'src/**/*.{js,ts,svelte}' --quiet",
"check:ts": "svelte-check --tsconfig ./tsconfig.json --threshold error",
2023-07-21 22:44:23 +00:00
"check:fmt": "prettier --check $(git diff head --name-only --diff-filter d | grep -E '(js|ts|svelte)$' | xargs)",
2024-09-02 21:57:38 +00:00
"check:errors": "run-s check:ts check:es",
2023-09-12 20:52:05 +00:00
"check": "run-p check:errors check:fmt",
2023-07-21 22:44:23 +00:00
"format": "prettier --write $(git diff head --name-only --diff-filter d | grep -E '(js|ts|svelte)$' | xargs)",
2023-02-06 21:09:08 +00:00
"watch": "find src -type f | entr -r"
2022-11-23 01:28:33 +00:00
},
"devDependencies": {
2024-09-02 17:41:23 +00:00
"@capacitor/cli": "^6.1.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
2024-04-16 15:13:27 +00:00
"@tsconfig/svelte": "^5.0.4",
2024-09-02 17:41:23 +00:00
"@types/ramda": "^0.30.2",
2023-12-01 19:51:43 +00:00
"@types/throttle-debounce": "^5.0.2",
"@vite-pwa/assets-generator": "^0.2.4",
2024-09-02 17:41:23 +00:00
"autoprefixer": "^10.4.20",
"cypress": "^13.14.1",
"dotenv": "^16.4.5",
2024-09-02 17:41:23 +00:00
"eslint": "^9.9.1",
"eslint-plugin-svelte": "^2.43.0",
2024-04-16 15:13:27 +00:00
"favicons": "^7.2.0",
2024-09-02 17:41:23 +00:00
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-html-config": "^2.0.2",
2024-08-12 21:34:05 +00:00
"vite-plugin-node-polyfills": "^0.22.0",
2024-09-02 17:41:23 +00:00
"vite-plugin-pwa": "^0.20.2"
2022-11-23 01:28:33 +00:00
},
"dependencies": {
2024-09-02 17:41:23 +00:00
"@bugsnag/js": "^8.0.0",
"@capacitor/android": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@capacitor/ios": "^6.1.2",
"@event-calendar/core": "^3.4.0",
"@event-calendar/day-grid": "^3.4.0",
"@event-calendar/interaction": "^3.4.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@getalby/bitcoin-connect": "^3.6.2",
"@scure/base": "^1.1.7",
2024-09-02 18:32:47 +00:00
"@welshman/app": "^0.0.2",
2024-08-21 19:06:49 +00:00
"@welshman/content": "^0.0.8",
2024-08-27 18:56:40 +00:00
"@welshman/dvm": "^0.0.6",
"@welshman/feeds": "^0.0.16",
2024-09-02 18:32:47 +00:00
"@welshman/lib": "^0.0.16",
2024-08-27 18:56:40 +00:00
"@welshman/net": "^0.0.20",
"@welshman/signer": "^0.0.4",
"@welshman/store": "^0.0.4",
"@welshman/util": "^0.0.29",
2024-06-12 22:42:32 +00:00
"bowser": "^2.11.0",
2024-04-16 15:13:27 +00:00
"classnames": "^2.5.1",
2023-12-01 19:51:43 +00:00
"compressorjs": "^1.2.1",
2024-09-02 17:41:23 +00:00
"date-picker-svelte": "^2.13.0",
2024-09-02 17:57:53 +00:00
"eslint-config-prettier": "^9.1.0",
2023-12-01 19:51:43 +00:00
"fuse.js": "^7.0.0",
2024-09-02 17:41:23 +00:00
"hls.js": "^1.5.15",
2024-04-16 15:13:27 +00:00
"hurdak": "^0.2.10",
2024-09-02 17:41:23 +00:00
"husky": "^9.1.5",
2024-06-11 21:47:25 +00:00
"idb": "^8.0.0",
2023-06-19 12:46:14 +00:00
"insane": "^2.6.2",
2024-09-02 17:41:23 +00:00
"marked": "^14.1.0",
2024-04-16 15:13:27 +00:00
"normalize-url": "^8.0.1",
2024-09-02 17:41:23 +00:00
"nostr-tools": "^2.7.2",
2023-02-06 16:41:48 +00:00
"npm-run-all": "^4.1.5",
2023-02-11 20:59:09 +00:00
"qr-scanner": "^1.4.2",
2024-09-02 17:41:23 +00:00
"qrcode": "^1.5.4",
"ramda": "^0.30.1",
"sharp": "^0.33.5",
"svelte": "^4.2.19",
"svelte-check": "^4.0.0",
2022-12-03 20:26:09 +00:00
"svelte-link-preview": "^0.3.3",
2024-04-16 15:13:27 +00:00
"svelte-loading-spinners": "^0.3.6",
2024-09-02 17:41:23 +00:00
"svelte-range-slider-pips": "^3.1.1",
2022-12-03 20:26:09 +00:00
"svelte-switch": "^0.0.5",
2024-09-02 17:41:23 +00:00
"throttle-debounce": "^5.0.2",
2024-01-02 13:02:51 +00:00
"tippy.js": "^6.3.7",
2024-09-02 17:57:53 +00:00
"typescript-eslint": "^8.4.0",
2024-09-02 17:41:23 +00:00
"uuid": "^10.0.0"
2022-11-23 01:28:33 +00:00
}
}