{ "name": "eth-dm", "version": "0.1.0", "private": true, "homepage": "/js-waku/eth-dm", "dependencies": { "@material-ui/core": "^4.11.4", "@material-ui/icons": "^4.11.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/jest": "^26.0.15", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "ethers": "^5.2.0", "fontsource-roboto": "^4.0.0", "js-waku": "../../build/main", "protobufjs": "^6.11.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "typescript": "^4.1.2", "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start", "build": "run-s build:*", "build:react": "react-scripts build", "eject": "react-scripts eject", "fix": "run-s fix:*", "test": "npm-run-all build --parallel test:*", "test:lint": "eslint src --ext .ts --ext .tsx", "test:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --list-different", "test:spelling": "cspell \"{README.md,src/**/*.{ts,tsx},public/**/*.html}\" -c ../../.cspell.json", "fix:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --write", "fix:lint": "eslint src --ext .ts --ext .tsx --fix" }, "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": { "@ethersproject/shims": "^5.3.0", "@types/node": "^14.17.3", "cspell": "^5.6.6", "eslint": "^7.29.0", "npm-run-all": "^4.1.5", "prettier": "^2.3.1" } }