127 lines
4.1 KiB
JSON
127 lines
4.1 KiB
JSON
{
|
|
"name": "stream_ui",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"@emoji-mart/data": "^1.1.2",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@getalby/bitcoin-connect-react": "^1.1.0",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
"@radix-ui/react-progress": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toggle": "^1.0.3",
|
|
"@react-hook/resize-observer": "^1.2.6",
|
|
"@scure/base": "^1.1.1",
|
|
"@snort/shared": "^1.0.9",
|
|
"@snort/system": "^1.1.4",
|
|
"@snort/system-react": "^1.1.4",
|
|
"@snort/system-web": "^1.0.2",
|
|
"@szhsin/react-menu": "^4.0.2",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^13.0.0",
|
|
"@testing-library/user-event": "^13.2.1",
|
|
"@types/webscopeio__react-textarea-autocomplete": "^4.7.2",
|
|
"@void-cat/api": "^1.0.7",
|
|
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
|
|
"buffer": "^6.0.3",
|
|
"emoji-mart": "^5.5.2",
|
|
"flag-icons": "^6.11.0",
|
|
"hls.js": "^1.4.6",
|
|
"lodash": "^4.17.21",
|
|
"lodash.uniqby": "^4.7.0",
|
|
"marked": "^9.1.2",
|
|
"moment": "^2.29.4",
|
|
"qr-code-styling": "^1.6.0-rc.1",
|
|
"react": "^18.2.0",
|
|
"react-confetti": "^6.1.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-intersection-observer": "^9.5.1",
|
|
"react-intl": "^6.4.4",
|
|
"react-router-dom": "^6.13.0",
|
|
"react-tag-input-component": "^2.0.2",
|
|
"semantic-sdp": "^3.26.3",
|
|
"usehooks-ts": "^2.9.1",
|
|
"web-vitals": "^2.1.0",
|
|
"webrtc-adapter": "^8.2.3",
|
|
"workbox-core": "^7.0.0",
|
|
"workbox-precaching": "^7.0.0",
|
|
"workbox-routing": "^7.0.0",
|
|
"workbox-strategies": "^7.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack serve --node-env=development --mode=development",
|
|
"build": "webpack --node-env=production --mode=production",
|
|
"deploy": "__XXX='false' && yarn build && npx wrangler pages publish --project-name nostr-live build",
|
|
"deploy:xxzap": "__XXX='true' && yarn build && npx wrangler pages publish --project-name xxzap build",
|
|
"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"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"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.11",
|
|
"@babel/plugin-syntax-import-assertions": "^7.20.0",
|
|
"@babel/preset-env": "^7.21.5",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@formatjs/cli": "^6.1.3",
|
|
"@formatjs/ts-transformer": "^3.13.3",
|
|
"@testing-library/dom": "^9.3.1",
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/lodash.uniqby": "^4.7.7",
|
|
"@types/react": "^18.2.21",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/react-helmet": "^6.1.6",
|
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
|
"@typescript-eslint/parser": "^6.4.1",
|
|
"@webbtc/webln-types": "^1.0.12",
|
|
"babel-loader": "^9.1.3",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.8.1",
|
|
"css-minimizer-webpack-plugin": "^5.0.0",
|
|
"eslint": "^8.48.0",
|
|
"eslint-webpack-plugin": "^4.0.1",
|
|
"html-webpack-plugin": "^5.5.1",
|
|
"mini-css-extract-plugin": "^2.7.5",
|
|
"prettier": "^2.8.8",
|
|
"prop-types": "^15.8.1",
|
|
"source-map-loader": "^4.0.1",
|
|
"terser-webpack-plugin": "^5.3.9",
|
|
"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": "^7.0.0"
|
|
},
|
|
"packageManager": "yarn@3.6.3",
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"bracketSameLine": true,
|
|
"arrowParens": "avoid"
|
|
}
|
|
}
|