snort/packages/app/package.json

108 lines
3.2 KiB
JSON
Raw Normal View History

2023-02-11 20:05:46 +00:00
{
"name": "@snort/app",
2023-06-16 09:04:50 +00:00
"version": "0.1.10",
2023-02-11 20:05:46 +00:00
"private": true,
"dependencies": {
2023-05-17 11:59:30 +00:00
"@cashu/cashu-ts": "^0.6.1",
2023-02-11 20:05:46 +00:00
"@jukben/emoji-search": "^2.0.1",
2023-02-24 10:25:14 +00:00
"@lightninglabs/lnc-web": "^0.2.3-alpha",
2023-05-17 11:59:30 +00:00
"@noble/curves": "^1.0.0",
2023-02-11 20:05:46 +00:00
"@noble/hashes": "^1.2.0",
"@reduxjs/toolkit": "^1.9.1",
2023-05-17 22:02:43 +00:00
"@scure/bip32": "^1.3.0",
2023-03-10 19:02:43 +00:00
"@scure/bip39": "^1.1.1",
2023-02-11 20:05:46 +00:00
"@szhsin/react-menu": "^3.3.1",
2023-05-22 14:12:31 +00:00
"@void-cat/api": "^1.0.4",
"debug": "^4.3.4",
2023-06-15 11:03:05 +00:00
"dexie": "^3.2.4",
2023-05-04 13:56:52 +00:00
"dns-over-http-resolver": "^2.1.1",
2023-06-17 11:53:38 +00:00
"hls.js": "^1.4.6",
2023-02-11 20:05:46 +00:00
"light-bolt11-decoder": "^2.1.0",
"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.2.8",
"react-redux": "^8.0.5",
"react-router-dom": "^6.5.0",
"react-textarea-autosize": "^8.4.0",
"react-twitter-embed": "^4.0.4",
2023-02-25 21:18:36 +00:00
"use-long-press": "^2.0.3",
2023-02-11 20:05:46 +00:00
"workbox-core": "^6.4.2",
"workbox-routing": "^6.4.2",
2023-06-15 11:03:05 +00:00
"workbox-strategies": "^6.4.2"
2023-02-11 20:05:46 +00:00
},
"scripts": {
2023-05-15 17:38:26 +00:00
"start": "webpack serve",
2023-05-17 22:36:34 +00:00
"build": "webpack --node-env=production",
2023-06-08 04:39:10 +00:00
"test": "jest --runInBand",
2023-02-18 21:28:28 +00:00
"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",
2023-02-11 20:05:46 +00:00
"format": "prettier --write .",
"eslint": "eslint .",
"prepare": "cd ../.. && husky install"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
2023-05-17 11:59:30 +00:00
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
2023-02-11 20:05:46 +00:00
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
2023-03-03 20:34:18 +00:00
"@babel/plugin-syntax-import-assertions": "^7.20.0",
2023-05-15 17:38:26 +00:00
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
2023-02-11 20:05:46 +00:00
"@formatjs/cli": "^6.0.1",
2023-05-15 17:38:26 +00:00
"@formatjs/ts-transformer": "^3.13.1",
"@types/debug": "^4.1.8",
2023-05-19 14:15:13 +00:00
"@types/jest": "^29.5.1",
2023-03-03 20:34:18 +00:00
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/webscopeio__react-textarea-autocomplete": "^4.7.2",
"@types/webtorrent": "^0.109.3",
2023-05-19 14:41:01 +00:00
"@webbtc/webln-types": "^1.0.10",
2023-05-15 17:38:26 +00:00
"@webpack-cli/generators": "^3.0.4",
2023-03-03 20:34:18 +00:00
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
2023-05-15 17:38:26 +00:00
"babel-loader": "^9.1.2",
"babel-plugin-formatjs": "^10.5.1",
2023-05-17 22:36:34 +00:00
"copy-webpack-plugin": "^11.0.0",
2023-05-15 17:38:26 +00:00
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
2023-02-11 20:05:46 +00:00
"customize-cra": "^1.0.0",
2023-05-15 17:38:26 +00:00
"eslint-plugin-formatjs": "^4.10.1",
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.5.1",
2023-02-11 20:05:46 +00:00
"husky": ">=6",
2023-05-19 14:15:13 +00:00
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
2023-02-11 20:05:46 +00:00
"lint-staged": ">=10",
2023-05-15 17:38:26 +00:00
"mini-css-extract-plugin": "^2.7.5",
2023-02-11 20:05:46 +00:00
"prettier": "2.8.3",
2023-05-19 14:15:13 +00:00
"ts-jest": "^29.1.0",
2023-05-15 17:38:26 +00:00
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.82.1",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"workbox-webpack-plugin": "^6.5.4"
2023-02-11 20:05:46 +00:00
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md}": "prettier --write"
}
}