2022-12-18 14:51:47 +00:00
|
|
|
{
|
2023-01-19 11:03:51 +00:00
|
|
|
"name": "snort",
|
2022-12-18 14:51:47 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-12-29 15:21:03 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2023-01-18 23:16:43 +01:00
|
|
|
"@jukben/emoji-search": "^2.0.1",
|
2023-02-03 22:38:14 +01:00
|
|
|
"@noble/hashes": "^1.2.0",
|
2022-12-18 14:51:47 +00:00
|
|
|
"@noble/secp256k1": "^1.7.0",
|
2023-01-12 09:48:39 +00:00
|
|
|
"@protobufjs/base64": "^1.1.2",
|
2022-12-18 14:51:47 +00:00
|
|
|
"@reduxjs/toolkit": "^1.9.1",
|
2023-01-20 22:59:26 +00:00
|
|
|
"@szhsin/react-menu": "^3.3.1",
|
2023-01-12 12:00:44 +00:00
|
|
|
"@types/jest": "^29.2.5",
|
|
|
|
"@types/node": "^18.11.18",
|
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.10",
|
2023-01-18 23:16:43 +01:00
|
|
|
"@types/uuid": "^9.0.0",
|
2023-01-14 23:46:28 +01:00
|
|
|
"@types/webscopeio__react-textarea-autocomplete": "^4.7.2",
|
2023-01-14 11:07:49 +01:00
|
|
|
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
|
2022-12-18 14:51:47 +00:00
|
|
|
"bech32": "^2.0.0",
|
2023-01-15 02:46:13 +01:00
|
|
|
"dexie": "^3.2.2",
|
|
|
|
"dexie-react-hooks": "^1.1.1",
|
2023-01-02 13:40:42 +00:00
|
|
|
"light-bolt11-decoder": "^2.1.0",
|
2022-12-18 14:51:47 +00:00
|
|
|
"qr-code-styling": "^1.6.0-rc.1",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-01-10 10:30:33 +00:00
|
|
|
"react-intersection-observer": "^9.4.1",
|
2023-02-07 22:54:33 -06:00
|
|
|
"react-intl": "^6.2.8",
|
2023-01-14 02:39:20 +01:00
|
|
|
"react-markdown": "^8.0.4",
|
2023-01-15 11:41:34 +01:00
|
|
|
"react-query": "^3.39.2",
|
2022-12-18 14:51:47 +00:00
|
|
|
"react-redux": "^8.0.5",
|
|
|
|
"react-router-dom": "^6.5.0",
|
|
|
|
"react-scripts": "5.0.1",
|
2023-01-16 00:44:50 +01:00
|
|
|
"react-textarea-autosize": "^8.4.0",
|
2023-01-11 21:23:19 +01:00
|
|
|
"react-twitter-embed": "^4.0.4",
|
2023-01-12 12:00:44 +00:00
|
|
|
"typescript": "^4.9.4",
|
2023-01-27 18:37:04 -03:00
|
|
|
"unist-util-visit": "^4.1.2",
|
2023-01-19 11:03:51 +00:00
|
|
|
"uuid": "^9.0.0",
|
|
|
|
"workbox-background-sync": "^6.4.2",
|
|
|
|
"workbox-broadcast-update": "^6.4.2",
|
|
|
|
"workbox-cacheable-response": "^6.4.2",
|
|
|
|
"workbox-core": "^6.4.2",
|
|
|
|
"workbox-expiration": "^6.4.2",
|
|
|
|
"workbox-google-analytics": "^6.4.2",
|
|
|
|
"workbox-navigation-preload": "^6.4.2",
|
|
|
|
"workbox-precaching": "^6.4.2",
|
|
|
|
"workbox-range-requests": "^6.4.2",
|
|
|
|
"workbox-routing": "^6.4.2",
|
|
|
|
"workbox-strategies": "^6.4.2",
|
|
|
|
"workbox-streams": "^6.4.2"
|
2022-12-18 14:51:47 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-02-08 17:10:11 -06:00
|
|
|
"start": "react-app-rewired start",
|
|
|
|
"build": "react-app-rewired build",
|
|
|
|
"test": "react-app-rewired test",
|
2023-02-07 23:56:00 -06:00
|
|
|
"eject": "react-scripts eject",
|
2023-02-10 22:39:57 +00:00
|
|
|
"intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --format transifex --flatten true",
|
2023-02-10 18:57:48 +00:00
|
|
|
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json --format transifex",
|
2023-02-10 22:32:28 +00:00
|
|
|
"transifex": "formatjs compile src/translations/$LNG.json --out-file src/translations/$LNG.json --format transifex",
|
2023-02-08 22:33:04 +01:00
|
|
|
"format": "prettier --write .",
|
2023-02-09 10:28:34 -06:00
|
|
|
"eslint": "eslint .",
|
|
|
|
"prepare": "husky install"
|
2022-12-18 14:51:47 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2023-02-07 21:04:50 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-10 12:33:30 +00:00
|
|
|
"@formatjs/cli": "^6.0.1",
|
2023-02-10 18:57:48 +00:00
|
|
|
"babel-plugin-formatjs": "^10.3.36",
|
2023-02-08 17:10:11 -06:00
|
|
|
"customize-cra": "^1.0.0",
|
2023-02-09 10:28:34 -06:00
|
|
|
"husky": ">=6",
|
|
|
|
"lint-staged": ">=10",
|
2023-02-08 17:10:11 -06:00
|
|
|
"prettier": "2.8.3",
|
|
|
|
"react-app-rewired": "^2.2.1"
|
2023-02-09 10:28:34 -06:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,ts,tsx,css,md}": "prettier --write"
|
2022-12-18 14:51:47 +00:00
|
|
|
}
|
|
|
|
}
|