{ "name": "commons-client", "description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.", "version": "2.3.1", "license": "Apache-2.0", "scripts": { "start": "react-scripts start", "build": "CI=false react-scripts --max_old_space_size=4096 build", "test": "react-scripts test --coverage --watchAll=false --silent", "test:watch": "react-scripts test --coverage", "eject": "react-scripts eject", "coverage": "cat coverage/lcov.info | codacy-coverage --token 8801f827fe1144ffa85cd7da94f2bbf7", "analyze": "source-map-explorer 'build/static/js/*.js'" }, "dependencies": { "@oceanprotocol/art": "^2.2.0", "@oceanprotocol/squid": "2.0.0-beta.4", "@oceanprotocol/typographies": "^0.1.0", "@sindresorhus/slugify": "^0.11.0", "@truffle/hdwallet-provider": "^1.0.33", "axios": "^0.19.2", "bip39": "^3.0.2", "classnames": "^2.2.6", "ethereum-blockies": "github:MyEtherWallet/blockies", "filesize": "^6.1.0", "history": "^4.10.1", "ipfs-http-client": "39.0.2", "is-url-superb": "^3.0.0", "moment": "^2.24.0", "node-sass": "^4.13.1", "query-string": "^6.11.1", "react": "^16.13.1", "react-collapsed": "^2.2.3", "react-datepicker": "^2.14.0", "react-dom": "^16.13.1", "react-dotdotdot": "^1.3.1", "react-dropzone": "^10.2.1", "react-ga": "^2.7.0", "react-helmet": "^5.2.1", "react-markdown": "^4.3.1", "react-modal": "^3.11.2", "react-moment": "^0.9.7", "react-paginate": "^6.3.2", "react-popper": "^1.3.7", "react-router-dom": "^5.1.2", "react-transition-group": "^4.3.0", "shortid": "^2.2.15", "web3": "^1.2.6" }, "devDependencies": { "@react-mock/state": "^0.1.8", "@sheerun/mutationobserver-shim": "^0.3.3", "@testing-library/jest-dom": "^5.1.1", "@testing-library/react": "^10.0.1", "@types/classnames": "^2.2.10", "@types/is-url": "^1.2.28", "@types/jest": "^25.1.4", "@types/react": "^16.9.23", "@types/react-datepicker": "^2.11.0", "@types/react-dom": "^16.9.5", "@types/react-helmet": "^5.0.15", "@types/react-modal": "^3.10.5", "@types/react-paginate": "^6.2.1", "@types/react-router-dom": "^5.1.3", "@types/react-transition-group": "^4.2.4", "@types/shortid": "^0.0.29", "jest-mock-axios": "^3.2.0", "react-scripts": "^3.4.0", "source-map-explorer": "^2.4.0", "typescript": "^3.8.3" }, "repository": { "type": "git", "url": "https://github.com/oceanprotocol/commons" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "jest": { "collectCoverageFrom": [ "src/**/*.{ts,tsx}", "!src/serviceWorker.ts", "!src/**/*.d.ts" ] } }