mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
82 lines
2.4 KiB
JSON
82 lines
2.4 KiB
JSON
{
|
|
"name": "commons-client",
|
|
"description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.",
|
|
"version": "0.5.1",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts --max_old_space_size=4096 build",
|
|
"test": "react-scripts test --coverage --watchAll=false",
|
|
"test:watch": "react-scripts test --coverage",
|
|
"eject": "react-scripts eject",
|
|
"coverage": "cat coverage/lcov.info | codacy-coverage --token 8801f827fe1144ffa85cd7da94f2bbf7"
|
|
},
|
|
"dependencies": {
|
|
"@oceanprotocol/art": "^2.2.0",
|
|
"@oceanprotocol/squid": "^0.5.14",
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
|
"@sindresorhus/slugify": "^0.9.1",
|
|
"axios": "^0.19.0",
|
|
"classnames": "^2.2.6",
|
|
"ethereum-blockies": "MyEtherWallet/blockies",
|
|
"filesize": "^4.1.2",
|
|
"history": "^4.9.0",
|
|
"is-url": "^1.2.4",
|
|
"moment": "^2.24.0",
|
|
"query-string": "^6.5.0",
|
|
"react": "^16.8.6",
|
|
"react-datepicker": "^2.5.0",
|
|
"react-dom": "^16.8.6",
|
|
"react-dotdotdot": "^1.3.0",
|
|
"react-ga": "^2.5.7",
|
|
"react-helmet": "^5.2.1",
|
|
"react-markdown": "^4.0.8",
|
|
"react-moment": "^0.9.2",
|
|
"react-paginate": "^6.3.0",
|
|
"react-popper": "^1.3.3",
|
|
"react-router-dom": "^5.0.0",
|
|
"react-transition-group": "^4.0.0",
|
|
"web3": "1.0.0-beta.37"
|
|
},
|
|
"devDependencies": {
|
|
"@react-mock/fetch": "^0.3.0",
|
|
"@react-mock/state": "^0.1.8",
|
|
"@testing-library/react": "^8.0.1",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/filesize": "^4.1.0",
|
|
"@types/is-url": "^1.2.28",
|
|
"@types/jest": "^24.0.12",
|
|
"@types/react": "^16.8.15",
|
|
"@types/react-datepicker": "^2.3.0",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/react-dotdotdot": "^1.2.0",
|
|
"@types/react-helmet": "^5.0.8",
|
|
"@types/react-paginate": "^6.2.1",
|
|
"@types/react-router-dom": "^4.3.2",
|
|
"@types/react-transition-group": "^2.9.1",
|
|
"@types/web3": "^1.0.18",
|
|
"jest-dom": "^3.1.4",
|
|
"jest-mock-axios": "^3.0.0",
|
|
"node-sass": "^4.12.0",
|
|
"react-scripts": "^3.0.0",
|
|
"typescript": "3.4.5"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|