{ "name": "@snort/app", "version": "0.2.0", "dependencies": { "@here/maps-api-for-javascript": "^1.50.0", "@noble/curves": "^1.0.0", "@noble/hashes": "^1.3.3", "@scure/base": "^1.1.1", "@scure/bip32": "^1.3.0", "@scure/bip39": "^1.1.1", "@snort/shared": "workspace:*", "@snort/system": "workspace:*", "@snort/system-react": "workspace:*", "@snort/system-wasm": "workspace:*", "@snort/system-web": "workspace:*", "@snort/wallet": "workspace:*", "@snort/worker-relay": "workspace:*", "@szhsin/react-menu": "^3.3.1", "@uidotdev/usehooks": "^2.4.1", "@void-cat/api": "^1.0.12", "classnames": "^2.3.2", "comlink": "^4.4.1", "debug": "^4.3.4", "dexie": "^3.2.4", "emojilib": "^3.0.10", "eventemitter3": "^5.0.1", "fuse.js": "^7.0.0", "highlight.js": "^11.8.0", "latlon-geohash": "^2.0.0", "light-bolt11-decoder": "^2.1.0", "lottie-react": "^2.4.0", "marked": "^9.1.0", "marked-footnote": "^1.0.0", "match-sorter": "^6.3.1", "qr-code-styling": "^1.6.0-rc.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-force-graph-3d": "^1.24.0", "react-intersection-observer": "^9.4.1", "react-intl": "^6.4.4", "react-router-dom": "^6.5.0", "react-tag-input-component": "^2.0.2", "react-textarea-autosize": "^8.4.0", "recharts": "^2.8.0", "three": "^0.157.0", "typescript-lru-cache": "^2.0.0", "use-long-press": "^3.2.0", "use-sync-external-store": "^1.2.0", "uuid": "^9.0.0", "workbox-cacheable-response": "^7.0.0", "workbox-core": "^6.4.2", "workbox-expiration": "^7.0.0", "workbox-precaching": "^7.0.0", "workbox-routing": "^6.4.2", "workbox-strategies": "^6.4.2" }, "scripts": { "start": "vite", "build": "yarn eslint --fix && vite build", "serve": "vite preview", "test": "vitest run", "test:watch": "vitest watch", "intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --flatten true", "intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json", "eslint": "eslint ." }, "eslintConfig": { "extends": [ "react-app" ] }, "browserslist": { "production": [ "chrome >= 67", "edge >= 79", "firefox >= 68", "opera >= 54", "safari >= 14" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@formatjs/cli": "^6.1.3", "@types/config": "^3.3.3", "@types/debug": "^4.1.8", "@types/latlon-geohash": "^2.0.3", "@types/node": "^20.4.1", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@types/three": "^0.157.2", "@types/use-sync-external-store": "^0.0.4", "@types/uuid": "^9.0.2", "@types/webscopeio__react-textarea-autocomplete": "^4.7.2", "@types/webtorrent": "^0.109.3", "@typescript-eslint/eslint-plugin": "^6.1.0", "@typescript-eslint/parser": "^6.1.0", "@vitejs/plugin-react": "^4.2.0", "@webbtc/webln-types": "^2.1.0", "@webscopeio/react-textarea-autocomplete": "^4.9.2", "@welldone-software/why-did-you-render": "^8.0.1", "autoprefixer": "^10.4.16", "config": "^3.3.9", "eslint": "^8.48.0", "eslint-plugin-formatjs": "^4.11.3", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-simple-import-sort": "^10.0.0", "postcss": "^8.4.31", "postcss-preset-env": "^9.2.0", "prettier": "2.8.3", "prop-types": "^15.8.1", "rollup-plugin-visualizer": "^5.9.2", "tailwindcss": "^3.3.3", "tinybench": "^2.5.1", "typescript": "^5.2.2", "vite": "^5.2.8", "vite-plugin-pwa": "^0.19.2", "vite-plugin-version-mark": "^0.0.10", "vitest": "^0.34.6" } }