1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "name": "joystreamstats",
- "version": "0.1.0",
- "license": "GPL-3.0-or-later",
- "repository": "https://github.com/Joystream/community-repo",
- "dependencies": {
- "@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",
- "htmr": "^0.9.2",
- "i18next": "^20.4.0",
- "i18next-browser-languagedetector": "^6.1.2",
- "interactjs": "^1.10.2",
- "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-dom": "^17.0.1",
- "react-feather": "^2.0.9",
- "react-horizontal-timeline": "^1.5.3",
- "react-i18next": "^11.11.4",
- "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",
- "typescript": "^4.0.3",
- "video-react": "^0.14.1"
- },
- "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": {
- "@joystream/types": "^0.16.1",
- "@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-bootstrap": "^0.32.25",
- "@types/react-calendar-timeline": "^0.26.3",
- "@types/react-dom": "^16.9.8",
- "@types/react-router-dom": "^5.1.6"
- }
- }
|