chore: cleanup

This commit is contained in:
2023-03-03 20:34:18 +00:00
parent 50be9d7b65
commit 9b2116bd3a
7 changed files with 460 additions and 593 deletions

View File

@ -14,13 +14,6 @@
"@reduxjs/toolkit": "^1.9.1",
"@snort/nostr": "^1.0.0",
"@szhsin/react-menu": "^3.3.1",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.0",
"@types/webscopeio__react-textarea-autocomplete": "^4.7.2",
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
"base32-decode": "^1.0.0",
"bech32": "^2.0.0",
"dexie": "^3.2.2",
@ -38,7 +31,6 @@
"react-scripts": "5.0.1",
"react-textarea-autosize": "^8.4.0",
"react-twitter-embed": "^4.0.4",
"typescript": "^4.9.4",
"unist-util-visit": "^4.1.2",
"use-long-press": "^2.0.3",
"uuid": "^9.0.0",
@ -84,13 +76,23 @@
]
},
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@formatjs/cli": "^6.0.1",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.0",
"@types/webscopeio__react-textarea-autocomplete": "^4.7.2",
"@types/webtorrent": "^0.109.3",
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
"babel-plugin-formatjs": "^10.3.36",
"customize-cra": "^1.0.0",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "2.8.3",
"react-app-rewired": "^2.2.1"
"react-app-rewired": "^2.2.1",
"typescript": "^4.9.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md}": "prettier --write"