{ "name": "joystreamstats", "version": "0.1.0", "license": "GPL-3.0-or-later", "repository": "https://git.l1.media/Operations/jsstats", "dependencies": { "@joystream/types": "^0.20.5", "@material-ui/core": "^4.12.3", "@material-ui/data-grid": "^4.0.0-alpha.35", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.60", "axios": "^0.21.1", "bootstrap": "^4.5.3", "d3-timeline": "^1.0.1", "d3-timeline-chart": "^1.3.0", "es-abstract": "^1.20.4", "htmr": "^0.9.2", "i18next": "^20.4.0", "i18next-browser-languagedetector": "^6.1.2", "interactjs": "^1.10.2", "moment": "^2.29.1", "pako": "^2.0.4", "react": "^17.0.1", "react-beautiful-dnd": "^13.1.0", "react-bootstrap": "^1.4.0", "react-calendar-timeline": "^0.27.0", "react-chart-histogram": "^0.2.4", "react-dom": "^17.0.1", "react-feather": "^2.0.9", "react-horizontal-timeline": "^1.5.3", "react-i18next": "^11.11.4", "react-json": "^0.2.1", "react-json-view": "^1.21.3", "react-markdown": "^5.0.3", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "4.0.1", "remark-gfm": "^1.0.0", "styled-components": "^5.3.0", "video-react": "^0.15.0" }, "scripts": { "start": "HOST=localhost PORT=3030 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "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": { "@types/bootstrap": "^5.0.1", "@types/jest": "^26.0.15", "@types/node": "^12.0.0", "@types/node-fetch": "^2.5.7", "@types/pako": "^1.0.2", "@types/react": "^16.9.53", "@types/react-beautiful-dnd": "^13.1.1", "@types/react-bootstrap": "^0.32.25", "@types/react-calendar-timeline": "^0.26.3", "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.6", "@types/styled-components": "^5.1.12", "prettier": "2.7.1", "typescript": "^4.7.4" } }