{ "name": "joystream-validator-stats", "version": "0.1.0", "private": true, "homepage": "https://oleksanderkorn.github.io/joystream-live/", "dependencies": { "@joystream/types": "^0.16.1", "@material-ui/core": "^4.11.4", "@material-ui/data-grid": "*", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.60", "@polkadot/api": "4.2.1", "@polkadot/keyring": "^6.0.5", "@polkadot/types": "4.2.1", "@polkadot/util": "^6.0.5", "@polkadot/util-crypto": "^6.0.5", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/bn.js": "^4.11.6", "@types/jest": "^26.0.15", "@types/locks": "^0.2.1", "@types/node": "^12.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "bn.js": "^5.1.2", "cors": "^2.8.5", "cross-fetch": "^3.0.6", "dotenv": "^8.2.0", "express": "^4.17.1", "gh-pages": "^3.2.3", "inquirer": "^7.3.3", "locks": "^0.2.2", "lowdb": "^1.0.0", "moment": "^2.27.0", "pm2": "^4.4.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "styled-components": "^5.3.0", "typescript": "^4.1.2", "web-vitals": "^1.0.1", "ws": "^7.2.5" }, "devDependencies": { "@polkadot/ts": "^0.3.62", "@types/cors": "^2.8.6", "@types/express": "^4.17.6", "@types/inquirer": "^7.3.1", "@types/lowdb": "^1.0.9", "@types/react-router-dom": "^5.1.8", "@types/ws": "^7.4.6" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "predeploy": "yarn build", "deploy": "gh-pages -d build" }, "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" ] } }