{ "name": "eth-pm", "version": "0.1.0", "private": true, "homepage": "/js-waku/eth-pm", "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.38", "@types/react-dom": "^17.0.11", "eth-sig-util": "^3.0.1", "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" }, "scripts": { "start": "cra-webpack-rewired start", "build": "run-s build:*", "build:react": "cra-webpack-rewired build", "eject": "cra-webpack-rewired eject", "fix": "run-s fix:*", "test": "run-s build 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 ie <= 99", "not android <= 4.4.4", "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", "cra-webpack-rewired": "^1.0.1", "cspell": "^5.6.6", "eslint": "^8.7.0", "npm-run-all": "^4.1.5", "prettier": "^2.3.1", "react-scripts": "5.0.0", "typescript": "^4.5.5" } }