stream/package.json

115 lines
3.5 KiB
JSON
Raw Permalink Normal View History

2023-06-21 12:27:52 +00:00
{
"name": "stream_ui",
"version": "0.1.0",
"dependencies": {
2023-07-03 12:02:15 +00:00
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@getalby/bitcoin-connect-react": "^1.1.0",
2023-12-05 12:58:17 +00:00
"@noble/curves": "^1.2.0",
"@radix-ui/react-collapsible": "^1.0.3",
2023-06-27 21:59:37 +00:00
"@radix-ui/react-dialog": "^1.0.4",
2023-07-06 14:23:26 +00:00
"@radix-ui/react-progress": "^1.0.3",
2023-06-30 11:15:31 +00:00
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
2023-06-25 06:22:50 +00:00
"@react-hook/resize-observer": "^1.2.6",
2023-12-05 12:58:17 +00:00
"@scure/base": "^1.1.3",
2023-12-04 11:01:56 +00:00
"@snort/shared": "^1.0.10",
2023-12-07 22:50:15 +00:00
"@snort/system": "^1.1.8",
"@snort/system-react": "^1.1.8",
2023-12-04 11:01:56 +00:00
"@snort/system-wasm": "^1.0.1",
"@snort/system-web": "^1.0.2",
2023-07-20 14:40:47 +00:00
"@szhsin/react-menu": "^4.0.2",
2023-06-24 06:25:25 +00:00
"@types/webscopeio__react-textarea-autocomplete": "^4.7.2",
2023-07-20 11:33:00 +00:00
"@void-cat/api": "^1.0.7",
2023-06-24 06:25:25 +00:00
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
2023-07-01 16:58:17 +00:00
"buffer": "^6.0.3",
2023-12-07 12:35:46 +00:00
"classnames": "^2.3.2",
2023-07-03 12:02:15 +00:00
"emoji-mart": "^5.5.2",
2023-09-06 15:37:25 +00:00
"flag-icons": "^6.11.0",
2023-06-21 12:27:52 +00:00
"hls.js": "^1.4.6",
2023-06-24 06:25:25 +00:00
"lodash": "^4.17.21",
2023-10-16 22:05:37 +00:00
"marked": "^9.1.2",
2023-06-22 14:16:14 +00:00
"qr-code-styling": "^1.6.0-rc.1",
2023-06-21 12:27:52 +00:00
"react": "^18.2.0",
2023-07-06 19:21:14 +00:00
"react-confetti": "^6.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
2023-06-21 12:27:52 +00:00
"react-dom": "^18.2.0",
2023-07-20 18:16:46 +00:00
"react-helmet": "^6.1.0",
2023-06-22 11:17:36 +00:00
"react-intersection-observer": "^9.5.1",
2023-08-27 15:25:27 +00:00
"react-intl": "^6.4.4",
2023-06-21 12:27:52 +00:00
"react-router-dom": "^6.13.0",
2023-07-06 14:05:35 +00:00
"react-tag-input-component": "^2.0.2",
2023-11-15 10:35:27 +00:00
"recharts": "^2.9.3",
"semantic-sdp": "^3.26.3",
2023-07-02 17:53:13 +00:00
"usehooks-ts": "^2.9.1",
2023-07-01 16:58:17 +00:00
"web-vitals": "^2.1.0",
2023-07-20 13:59:11 +00:00
"webrtc-adapter": "^8.2.3",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
2023-07-20 13:59:11 +00:00
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
2023-06-21 12:27:52 +00:00
},
"scripts": {
2023-12-04 11:01:56 +00:00
"start": "vite",
"build": "vite build",
2023-08-06 15:10:41 +00:00
"deploy": "__XXX='false' && yarn build && npx wrangler pages publish --project-name nostr-live build",
2023-08-27 15:25:27 +00:00
"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"
2023-06-21 12:27:52 +00:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
2023-07-04 17:28:35 +00:00
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
2023-06-21 12:27:52 +00:00
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@formatjs/cli": "^6.1.3",
"@formatjs/ts-transformer": "^3.13.3",
2023-07-20 13:59:11 +00:00
"@testing-library/dom": "^9.3.1",
2023-06-24 06:25:25 +00:00
"@types/lodash": "^4.14.195",
2023-07-08 22:57:04 +00:00
"@types/lodash.uniqby": "^4.7.7",
2023-12-04 11:01:56 +00:00
"@types/node": "^20.10.3",
"@types/react": "^18.2.21",
2023-07-20 14:40:47 +00:00
"@types/react-dom": "^18.2.7",
2023-07-20 18:16:46 +00:00
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
2023-12-04 11:01:56 +00:00
"@vitejs/plugin-react": "^4.2.0",
2023-06-22 14:16:14 +00:00
"@webbtc/webln-types": "^1.0.12",
2023-12-04 12:18:16 +00:00
"autoprefixer": "^10.4.16",
"eslint": "^8.48.0",
2023-12-04 11:01:56 +00:00
"eslint-plugin-formatjs": "^4.11.3",
2023-12-04 12:18:16 +00:00
"postcss": "^8.4.32",
2023-06-24 06:25:25 +00:00
"prettier": "^2.8.8",
2023-07-20 13:59:11 +00:00
"prop-types": "^15.8.1",
2023-12-05 12:58:17 +00:00
"rollup-plugin-visualizer": "^5.10.0",
2023-12-04 12:18:16 +00:00
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
2023-12-04 11:01:56 +00:00
"vite": "^5.0.5",
"vite-plugin-pwa": "^0.17.2",
"vite-plugin-version-mark": "^0.0.10"
2023-07-20 13:59:11 +00:00
},
2023-08-27 15:25:27 +00:00
"packageManager": "yarn@3.6.3",
"prettier": {
"printWidth": 120,
"bracketSameLine": true,
"arrowParens": "avoid"
}
2023-06-21 12:27:52 +00:00
}