stream/package.json

119 lines
3.7 KiB
JSON
Raw Normal View History

2023-06-21 12:27:52 +00:00
{
"name": "stream_ui",
"version": "0.1.0",
"private": true,
"dependencies": {
2023-07-03 12:02:15 +00:00
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
2023-07-05 23:12:56 +00:00
"@noble/curves": "^1.1.0",
2023-07-20 13:59:11 +00:00
"@noble/hashes": "^1.3.1",
"@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-07-20 13:59:11 +00:00
"@scure/base": "^1.1.1",
"@snort/shared": "^1.0.4",
"@snort/system": "^1.0.16",
2023-07-06 14:05:35 +00:00
"@snort/system-react": "^1.0.11",
2023-07-20 14:40:47 +00:00
"@szhsin/react-menu": "^4.0.2",
2023-06-21 12:27:52 +00:00
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
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-07-03 12:02:15 +00:00
"emoji-mart": "^5.5.2",
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-07-08 22:57:04 +00:00
"lodash.uniqby": "^4.7.0",
2023-06-25 22:33:34 +00:00
"moment": "^2.29.4",
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-07-26 08:27:06 +00:00
"react-markdown": "^8.0.7",
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-07-01 16:58:17 +00:00
"semantic-sdp": "^3.26.2",
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-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
2023-06-21 12:27:52 +00:00
},
"scripts": {
2023-07-01 16:58:17 +00:00
"start": "webpack serve",
"build": "webpack --node-env=production",
2023-08-06 15:10:41 +00:00
"deploy": "__XXX='false' && yarn build && npx wrangler pages publish --project-name nostr-live build",
2023-08-06 14:35:39 +00:00
"deploy:xxzap": "__XXX='true' && yarn build && npx wrangler pages publish --project-name xxzap build"
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": {
2023-07-20 13:59:11 +00:00
"@babel/core": "^7.22.9",
2023-07-01 16:58:17 +00:00
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
2023-07-20 12:25:21 +00:00
"@babel/preset-typescript": "^7.22.5",
2023-07-01 16:58:17 +00:00
"@formatjs/cli": "^6.0.1",
"@formatjs/ts-transformer": "^3.13.1",
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-07-20 14:40:47 +00:00
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
2023-07-20 18:16:46 +00:00
"@types/react-helmet": "^6.1.6",
2023-07-20 12:25:21 +00:00
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
2023-06-22 14:16:14 +00:00
"@webbtc/webln-types": "^1.0.12",
2023-07-01 16:58:17 +00:00
"babel-loader": "^9.1.2",
2023-07-20 12:25:21 +00:00
"babel-plugin-formatjs": "^10.5.3",
2023-07-01 16:58:17 +00:00
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
2023-07-20 12:25:21 +00:00
"eslint": "^8.45.0",
2023-07-01 16:58:17 +00:00
"eslint-plugin-formatjs": "^4.10.1",
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.5.1",
"mini-css-extract-plugin": "^2.7.5",
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-07-20 12:25:21 +00:00
"source-map-loader": "^4.0.1",
2023-07-20 13:59:11 +00:00
"terser-webpack-plugin": "^5.3.9",
2023-08-01 09:47:49 +00:00
"ts-loader": "^9.4.4",
2023-07-01 16:58:17 +00:00
"typescript": "^5.1.3",
"webpack": "^5.82.1",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"workbox-webpack-plugin": "^6.5.4"
2023-07-20 13:59:11 +00:00
},
"packageManager": "yarn@3.6.1"
2023-06-21 12:27:52 +00:00
}