zap.stream/package.json

109 lines
3.1 KiB
JSON
Raw Normal View History

2023-06-21 13:27:52 +01:00
{
"name": "stream_ui",
"version": "0.1.0",
"dependencies": {
2024-05-15 15:27:31 +01:00
"@emoji-mart/data": "^1.2.1",
2023-07-03 14:02:15 +02:00
"@emoji-mart/react": "^1.1.1",
2024-05-20 16:45:10 +01:00
"@noble/curves": "^1.4.0",
2024-05-22 13:51:23 +01:00
"@noble/hashes": "^1.4.0",
2024-05-20 16:45:10 +01:00
"@scure/base": "^1.1.6",
2024-09-17 11:18:20 +01:00
"@snort/shared": "^1.0.17",
"@snort/system": "^1.6.1",
"@snort/system-react": "^1.6.1",
2024-09-17 11:18:20 +01:00
"@snort/system-wasm": "^1.0.5",
"@snort/wallet": "^0.2.4",
"@snort/worker-relay": "^1.3.1",
2024-05-20 16:45:10 +01:00
"@szhsin/react-menu": "^4.1.0",
"@types/webscopeio__react-textarea-autocomplete": "^4.7.5",
2023-06-24 08:25:25 +02:00
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
2023-07-01 17:58:17 +01:00
"buffer": "^6.0.3",
2024-05-20 16:45:10 +01:00
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
2024-05-20 16:45:10 +01:00
"emoji-mart": "^5.6.0",
"flag-icons": "^7.2.1",
"hls-video-element": "^1.2.7",
2024-05-15 15:27:31 +01:00
"marked": "^12.0.2",
"media-chrome": "^3.2.4",
2024-11-19 17:14:16 +00:00
"mpegts.js": "^1.7.3",
2023-06-22 15:16:14 +01:00
"qr-code-styling": "^1.6.0-rc.1",
2024-05-15 15:27:31 +01:00
"react": "^18.3.1",
2023-07-06 21:21:14 +02:00
"react-confetti": "^6.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
2024-05-15 15:27:31 +01:00
"react-dom": "^18.3.1",
2023-07-20 19:16:46 +01:00
"react-helmet": "^6.1.0",
2024-05-15 15:27:31 +01:00
"react-intersection-observer": "^9.10.2",
2024-05-20 16:45:10 +01:00
"react-intl": "^6.6.8",
2024-05-15 15:27:31 +01:00
"react-router-dom": "^6.23.1",
2023-07-06 15:05:35 +01:00
"react-tag-input-component": "^2.0.2",
2024-05-15 15:27:31 +01:00
"recharts": "^2.12.7",
"usehooks-ts": "^3.1.0",
2024-05-27 10:19:30 +01:00
"uuid": "^9.0.1",
2024-05-20 16:45:10 +01:00
"web-vitals": "^4.0.0",
"webrtc-adapter": "^9.0.1",
2024-05-15 15:27:31 +01:00
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
2023-06-21 13:27:52 +01:00
},
"scripts": {
2023-12-04 11:01:56 +00:00
"start": "vite",
"build": "vite build",
2023-08-27 16:25:27 +01:00
"intl-extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file src/lang.json --flatten true",
2024-07-11 12:21:27 +01:00
"intl-compile": "formatjs compile src/lang.json --out-file src/translations/en.json",
"pre:commit": "yarn intl-extract && yarn intl-compile && yarn prettier --write ."
2023-06-21 13:27:52 +01:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
2023-07-04 18:28:35 +01:00
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
2023-06-21 13:27:52 +01:00
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
2024-01-10 14:36:21 +00:00
"@cloudflare/workers-types": "^4.20231218.0",
"@formatjs/cli": "^6.1.3",
2023-07-20 14:59:11 +01:00
"@testing-library/dom": "^9.3.1",
2024-05-20 16:45:10 +01:00
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
2024-05-27 10:19:30 +01:00
"@types/uuid": "^9",
2024-05-20 16:45:10 +01:00
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react": "^4.2.1",
"@webbtc/webln-types": "^3.0.0",
"autoprefixer": "^10.4.19",
"babel-plugin-formatjs": "^10.5.16",
"eslint": "^8.56.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
2023-07-20 14:59:11 +01:00
"prop-types": "^15.8.1",
2024-05-20 16:45:10 +01:00
"rollup-plugin-visualizer": "^5.12.0",
2024-05-15 15:27:31 +01:00
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-version-mark": "^0.0.13"
2023-07-20 14:59:11 +01:00
},
2024-05-01 11:50:35 +01:00
"packageManager": "yarn@4.1.1",
2023-08-27 16:25:27 +01:00
"prettier": {
"printWidth": 120,
"bracketSameLine": true,
"arrowParens": "avoid"
}
2023-06-21 13:27:52 +01:00
}