stream/package.json

58 lines
1.5 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-06-27 21:59:37 +00:00
"@radix-ui/react-dialog": "^1.0.4",
2023-06-25 06:22:50 +00:00
"@react-hook/resize-observer": "^1.2.6",
2023-06-22 11:12:48 +00:00
"@snort/system-react": "^1.0.8",
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",
"@webscopeio/react-textarea-autocomplete": "^4.9.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-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",
"react-dom": "^18.2.0",
2023-06-22 11:17:36 +00:00
"react-intersection-observer": "^9.5.1",
2023-06-21 12:27:52 +00:00
"react-router-dom": "^6.13.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
2023-06-21 15:46:05 +00:00
"eject": "react-scripts eject",
2023-06-21 15:47:59 +00:00
"deploy": "npx wrangler pages publish build"
2023-06-21 12:27:52 +00:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
2023-06-21 14:28:17 +00:00
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
2023-06-24 06:25:25 +00:00
"@types/lodash": "^4.14.195",
2023-06-22 14:16:14 +00:00
"@webbtc/webln-types": "^1.0.12",
2023-06-24 06:25:25 +00:00
"prettier": "^2.8.8",
2023-06-21 12:27:52 +00:00
"typescript": "^5.1.3"
}
}