{ "name": "@snort/app", "version": "0.1.10", "dependencies": { "@cashu/cashu-ts": "^0.6.1", "@lightninglabs/lnc-web": "^0.2.3-alpha", "@noble/curves": "^1.0.0", "@noble/hashes": "^1.2.0", "@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:*", "@szhsin/react-menu": "^3.3.1", "@types/use-sync-external-store": "^0.0.4", "@void-cat/api": "^1.0.4", "debug": "^4.3.4", "dexie": "^3.2.4", "emojilib": "^3.0.10", "light-bolt11-decoder": "^2.1.0", "match-sorter": "^6.3.1", "qr-code-styling": "^1.6.0-rc.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-intersection-observer": "^9.4.1", "react-intl": "^6.4.4", "react-router-dom": "^6.5.0", "react-textarea-autosize": "^8.4.0", "react-twitter-embed": "^4.0.4", "use-long-press": "^3.2.0", "use-sync-external-store": "^1.2.0", "uuid": "^9.0.0", "workbox-core": "^6.4.2", "workbox-precaching": "^7.0.0", "workbox-routing": "^6.4.2", "workbox-strategies": "^6.4.2" }, "scripts": { "start": "webpack serve --node-env=development --mode=development", "build": "webpack --node-env=production --mode=production", "test": "jest --runInBand", "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": { "@babel/core": "^7.22.9", "@babel/plugin-syntax-import-assertions": "^7.20.0", "@babel/preset-env": "^7.21.5", "@babel/preset-react": "^7.18.6", "@babel/runtime": "^7.22.6", "@formatjs/cli": "^6.1.3", "@formatjs/ts-transformer": "^3.13.3", "@jest/globals": "^29.6.1", "@types/debug": "^4.1.8", "@types/jest": "^29.5.1", "@types/node": "^20.4.1", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@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", "@webbtc/webln-types": "^1.0.10", "@webpack-cli/generators": "^3.0.4", "@webscopeio/react-textarea-autocomplete": "^4.9.2", "babel-loader": "^9.1.3", "config": "^3.3.9", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.7.3", "css-minimizer-webpack-plugin": "^5.0.0", "eslint": "^8.48.0", "eslint-webpack-plugin": "^4.0.1", "html-webpack-plugin": "^5.5.1", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "mini-css-extract-plugin": "^2.7.5", "prettier": "2.8.3", "prop-types": "^15.8.1", "source-map-loader": "^4.0.1", "terser-webpack-plugin": "^5.3.9", "tinybench": "^2.5.1", "ts-jest": "^29.1.1", "ts-loader": "^9.4.4", "typescript": "^5.2.2", "webpack": "^5.88.2", "webpack-bundle-analyzer": "^4.8.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1", "workbox-webpack-plugin": "^6.5.4" } }