{ "name": "tsviewer-frontend", "version": "0.1.0", "private": true, "dependencies": { "@types/jest": "24.0.0", "@types/node": "10.12.21", "@types/react": "16.8.2", "@types/react-dom": "16.8.0", "prettier": "^1.16.4", "react": "^16.8.1", "react-dom": "^16.8.1", "react-scripts": "2.1.3", "tslint": "^5.12.1", "tslint-config-prettier": "^1.18.0", "tslint-config-standard": "^8.0.1", "tslint-react": "^3.6.0", "typescript": "3.3.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "tslint 'src/**/*.{ts,tsx}'" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }