{ "name": "@dotstats/frontend", "version": "0.1.0", "author": "Parity Technologies Ltd. ", "license": "GPL-3.0", "description": "Polkadot Telemetry frontend", "dependencies": { "react": "16.4.0", "react-dom": "16.4.0", "react-scripts-ts": "2.16.0", "react-svg": "^4.1.1" }, "scripts": { "start": "react-scripts-ts start", "build": "react-scripts-ts build", "test": "react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject" }, "devDependencies": { "@types/jest": "^23.0.2", "@types/node": "^10.3.2", "@types/react": "^16.3.17", "@types/react-dom": "^16.0.6", "@types/react-svg": "^3.0.0", "typescript": "^2.9.2" } }