coracle/package.json

89 lines
2.9 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-03-01 23:55:38 +00:00
"check:cycles": "madge --circular src/main.js",
"check:errors": "run-p check:es check:ts check:cycles",
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": {
2023-12-01 19:51:43 +00:00
"@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",
2024-03-25 21:43:13 +00:00
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vite-pwa/assets-generator": "^0.2.4",
2023-12-01 19:51:43 +00:00
"autoprefixer": "^10.4.16",
"cypress": "^13.6.0",
"dotenv": "^16.4.5",
2023-12-01 19:51:43 +00:00
"eslint": "^8.54.0",
2024-03-25 21:43:13 +00:00
"eslint-plugin-svelte": "^2.35.1",
"favicons": "^7.1.5",
2024-03-01 23:55:38 +00:00
"madge": "^6.1.0",
2023-12-01 19:51:43 +00:00
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
2024-02-12 18:30:32 +00:00
"prettier-plugin-tailwindcss": "^0.5.11",
2023-12-01 19:51:43 +00:00
"svelte-preprocess": "^5.1.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-plugin-html-config": "^1.0.11",
2023-12-01 19:51:43 +00:00
"vite-plugin-mkcert": "^1.17.1",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-pwa": "^0.17.2"
2022-11-23 01:28:33 +00:00
},
"dependencies": {
2023-12-01 19:51:43 +00:00
"@bugsnag/js": "^7.22.2",
2024-03-25 21:43:13 +00:00
"@coracle.social/lib": "^0.0.1",
"@coracle.social/network": "^0.0.2",
"@coracle.social/util": "^0.0.2",
2023-12-04 23:27:15 +00:00
"@event-calendar/core": "^2.4.1",
"@event-calendar/day-grid": "^2.4.1",
"@event-calendar/interaction": "^2.4.1",
2023-12-01 19:51:43 +00:00
"@fortawesome/fontawesome-free": "^6.5.1",
2023-12-15 22:43:29 +00:00
"@getalby/bitcoin-connect": "^3.1.0",
2023-12-01 19:51:43 +00:00
"@scure/base": "^1.1.3",
2022-11-23 01:28:33 +00:00
"classnames": "^2.3.2",
2023-12-01 19:51:43 +00:00
"compressorjs": "^1.2.1",
"date-picker-svelte": "^2.10.0",
"fuse.js": "^7.0.0",
"hls.js": "^1.4.12",
2024-03-22 21:55:32 +00:00
"hurdak": "^0.2.8",
2023-02-04 20:14:21 +00:00
"husky": "^8.0.3",
2023-06-19 12:46:14 +00:00
"insane": "^2.6.2",
2023-12-01 19:51:43 +00:00
"lru-cache": "^10.1.0",
"marked": "^11.0.0",
2023-10-12 23:16:38 +00:00
"normalize-url": "^8.0.0",
2024-02-07 23:47:48 +00:00
"nostr-tools": "^2.1.5",
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",
2023-12-01 19:51:43 +00:00
"qrcode": "^1.5.3",
2023-10-18 18:17:36 +00:00
"ramda": "^0.29.1",
2024-03-25 19:32:12 +00:00
"sharp": "^0.33.3",
2024-03-25 21:43:13 +00:00
"svelte": "^4.2.12",
2023-12-01 19:51:43 +00:00
"svelte-check": "^3.6.2",
2022-12-03 20:26:09 +00:00
"svelte-link-preview": "^0.3.3",
2022-12-01 04:47:53 +00:00
"svelte-loading-spinners": "^0.3.4",
2023-12-01 19:51:43 +00:00
"svelte-range-slider-pips": "^2.2.3",
2022-12-03 20:26:09 +00:00
"svelte-switch": "^0.0.5",
"throttle-debounce": "^5.0.0",
2024-01-02 13:02:51 +00:00
"tippy.js": "^6.3.7",
"uuid": "^9.0.1"
2022-11-23 01:28:33 +00:00
}
}