iris-messenger/package.json

107 lines
2.9 KiB
JSON
Raw Normal View History

2020-01-13 20:21:53 +00:00
{
"name": "iris-messenger",
2022-06-27 08:47:56 +00:00
"version": "2.3.3",
2020-01-13 20:21:53 +00:00
"license": "MIT",
2021-07-08 21:31:30 +00:00
"scripts": {
2021-07-08 22:24:27 +00:00
"build": "preact build --no-prerender",
2021-07-08 21:31:30 +00:00
"serve": "sirv build --port 8080 --cors --single",
2022-09-21 08:02:33 +00:00
"dev": "preact watch --host localhost --sw",
2023-03-14 07:40:29 +00:00
"dev-docker": "preact watch --host 0.0.0.0 --sw",
"lint": "eslint 'src/**/*.{js,ts,tsx}'",
"lint:fix": "eslint --fix --quiet 'src/**/*.{js,ts,tsx}'",
"format": "prettier --plugin-search-dir . --write .",
2023-01-08 20:51:03 +00:00
"test": "echo 'jest disabled for now'"
2021-07-08 21:31:30 +00:00
},
"eslintConfig": {
"extends": "preact",
"ignorePatterns": [
2021-08-05 12:09:17 +00:00
"build/",
"src/js/lib/",
"src/assets",
"src/static"
2021-08-05 12:34:46 +00:00
],
"overrides": [
{
2021-08-07 18:00:14 +00:00
"files": [
"*"
],
2021-08-05 12:34:46 +00:00
"rules": {
"react/no-did-mount-set-state": "off",
"react/no-did-update-set-state": "off",
"no-useless-escape": "off",
2021-08-05 12:34:46 +00:00
"radix": "off"
}
}
2021-07-08 21:31:30 +00:00
]
},
"devDependencies": {
2023-03-07 19:39:00 +00:00
"@tauri-apps/cli": "^1.2.3",
2023-01-25 20:31:43 +00:00
"@types/jquery": "3.5.16",
"@types/lodash": "4.14.191",
"@types/react-helmet": "6.1.6",
"@types/webtorrent": "0.109.3",
2023-03-09 13:18:47 +00:00
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"csv-parse": "^5.3.6",
2021-07-12 05:44:33 +00:00
"enzyme": "^3.11.0",
2023-01-25 20:31:43 +00:00
"enzyme-adapter-preact-pure": "^4.1.0",
2023-03-09 13:18:47 +00:00
"eslint": "^8.35.0",
2022-09-30 08:26:05 +00:00
"eslint-config-preact": "^1.3.0",
2023-03-09 13:18:47 +00:00
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
2023-03-09 13:18:47 +00:00
"eslint-plugin-simple-import-sort": "^10.0.0",
"glob": "^9.2.1",
"jest": "^29.5.0",
"jest-preset-preact": "^4.0.5",
2023-01-25 20:31:43 +00:00
"preact-cli": "^3.4.5",
2023-03-09 13:18:47 +00:00
"prettier": "^2.8.4",
2022-09-30 08:26:05 +00:00
"sirv-cli": "2.0.2",
2023-02-26 19:11:48 +00:00
"webpack-build-notifier": "^2.3.0",
"websocket-polyfill": "^0.0.3"
2020-01-13 20:21:53 +00:00
},
2021-07-08 21:31:30 +00:00
"dependencies": {
2023-01-26 18:50:47 +00:00
"@fontsource/lato": "^4.5.10",
2023-03-09 13:18:47 +00:00
"@noble/hashes": "^1.2.0",
2023-01-25 20:31:43 +00:00
"@noble/secp256k1": "^1.7.1",
2023-03-09 13:18:47 +00:00
"@scure/bip32": "^1.1.5",
"@scure/bip39": "^1.1.1",
2023-01-25 20:31:43 +00:00
"aether-torrent": "^0.3.0",
"bech32": "^2.0.0",
2023-01-25 20:31:43 +00:00
"bech32-buffer": "^0.2.1",
"browserify-cipher": ">=1",
"buffer": "^6.0.3",
2023-02-23 21:34:51 +00:00
"dexie": "^3.2.3",
"fuse.js": "^6.6.2",
"history": "5.3.0",
2022-09-30 08:26:05 +00:00
"htm": "^3.1.1",
"identicon.js": "^2.3.3",
2023-03-09 13:18:47 +00:00
"jquery": "^3.6.4",
2022-09-26 08:46:05 +00:00
"localforage": "^1.10.0",
2021-07-08 21:31:30 +00:00
"lodash": "^4.17.21",
2023-03-11 08:29:59 +00:00
"lokijs": "^1.5.12",
2023-03-24 17:32:45 +00:00
"nostr-relaypool": "0.6.4",
2023-03-09 13:18:47 +00:00
"preact": "^10.13.0",
"preact-router": "^4.1.0",
2021-07-08 22:15:52 +00:00
"preact-scroll-viewport": "^0.2.0",
2021-08-10 10:07:10 +00:00
"react-helmet": "^6.1.0",
"react-string-replace": "^1.1.0",
2021-07-09 17:42:56 +00:00
"react-virtualized": "^9.22.3",
2023-03-09 13:18:47 +00:00
"styled-components": "^5.3.8",
2023-01-25 20:31:43 +00:00
"workbox-background-sync": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
2023-01-25 20:31:43 +00:00
"workbox-expiration": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
2021-07-08 21:31:30 +00:00
},
"jest": {
"preset": "jest-preset-preact",
"setupFiles": [
"<rootDir>/tests/__mocks__/browserMocks.js",
"<rootDir>/tests/__mocks__/setupTests.js"
]
2022-08-23 18:57:50 +00:00
},
"resolutions": {
"styled-components": "^5"
2020-01-13 20:21:53 +00:00
}
}