2019-01-18 17:34:40 +01:00
|
|
|
{
|
2019-04-03 14:40:31 +02:00
|
|
|
"name": "commons-client",
|
2019-03-25 13:13:55 +01:00
|
|
|
"description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.",
|
2019-10-14 10:28:08 +02:00
|
|
|
"version": "1.1.4",
|
2019-03-25 13:13:55 +01:00
|
|
|
"license": "Apache-2.0",
|
2019-01-18 17:34:40 +01:00
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
2019-09-11 14:35:03 +02:00
|
|
|
"build": "CI=false react-scripts --max_old_space_size=4096 build",
|
2019-04-30 19:19:28 +02:00
|
|
|
"test": "react-scripts test --coverage --watchAll=false",
|
|
|
|
"test:watch": "react-scripts test --coverage",
|
2019-04-30 12:21:43 +02:00
|
|
|
"eject": "react-scripts eject",
|
2019-07-31 12:52:10 +02:00
|
|
|
"coverage": "cat coverage/lcov.info | codacy-coverage --token 8801f827fe1144ffa85cd7da94f2bbf7",
|
|
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
2019-01-18 17:34:40 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-02-08 14:39:24 +01:00
|
|
|
"@oceanprotocol/art": "^2.2.0",
|
2019-08-29 15:39:57 +02:00
|
|
|
"@oceanprotocol/squid": "^0.7.2",
|
2019-03-28 15:25:46 +01:00
|
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
2019-05-23 13:19:13 +02:00
|
|
|
"@sindresorhus/slugify": "^0.9.1",
|
2019-06-12 13:49:45 +02:00
|
|
|
"axios": "^0.19.0",
|
2019-07-09 12:22:40 +02:00
|
|
|
"bip39": "^3.0.2",
|
2019-01-24 15:42:10 +01:00
|
|
|
"classnames": "^2.2.6",
|
2019-06-26 16:28:22 +02:00
|
|
|
"ethereum-blockies": "github:MyEtherWallet/blockies",
|
2019-03-07 14:41:27 +01:00
|
|
|
"filesize": "^4.1.2",
|
2019-04-08 12:07:09 +02:00
|
|
|
"history": "^4.9.0",
|
2019-02-12 14:07:22 +01:00
|
|
|
"is-url": "^1.2.4",
|
2019-02-15 14:22:35 +01:00
|
|
|
"moment": "^2.24.0",
|
2019-07-31 13:53:43 +02:00
|
|
|
"query-string": "^6.8.2",
|
2019-09-11 14:13:20 +02:00
|
|
|
"react": "16.8.6",
|
2019-07-17 10:09:27 +02:00
|
|
|
"react-collapsed": "^2.1.1",
|
|
|
|
"react-datepicker": "^2.8.0",
|
2019-09-11 14:13:20 +02:00
|
|
|
"react-dom": "16.8.6",
|
2019-07-17 10:09:27 +02:00
|
|
|
"react-dotdotdot": "^1.3.1",
|
2019-06-26 16:28:22 +02:00
|
|
|
"react-ga": "^2.6.0",
|
2019-04-30 19:19:28 +02:00
|
|
|
"react-helmet": "^5.2.1",
|
2019-06-26 16:28:22 +02:00
|
|
|
"react-markdown": "^4.1.0",
|
2019-07-17 10:09:27 +02:00
|
|
|
"react-modal": "^3.9.1",
|
2019-04-15 16:22:53 +02:00
|
|
|
"react-moment": "^0.9.2",
|
2019-04-15 22:13:40 +02:00
|
|
|
"react-paginate": "^6.3.0",
|
2019-03-01 20:21:00 +01:00
|
|
|
"react-popper": "^1.3.3",
|
2019-06-26 16:28:22 +02:00
|
|
|
"react-router-dom": "^5.0.1",
|
2019-07-17 10:09:27 +02:00
|
|
|
"react-transition-group": "^4.2.1",
|
2019-09-12 11:27:32 +02:00
|
|
|
"shortid": "^2.2.15",
|
2019-07-31 14:21:02 +02:00
|
|
|
"truffle-hdwallet-provider": "1.0.14",
|
2019-07-23 13:35:29 +02:00
|
|
|
"web3": "1.2.0"
|
2019-01-18 17:34:40 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-30 19:19:28 +02:00
|
|
|
"@react-mock/state": "^0.1.8",
|
2019-07-17 10:09:27 +02:00
|
|
|
"@testing-library/jest-dom": "^4.0.0",
|
2019-07-31 13:53:43 +02:00
|
|
|
"@testing-library/react": "^8.0.7",
|
2019-07-17 10:09:27 +02:00
|
|
|
"@types/classnames": "^2.2.9",
|
2019-03-25 12:06:26 +01:00
|
|
|
"@types/filesize": "^4.1.0",
|
2019-02-27 01:02:36 +01:00
|
|
|
"@types/is-url": "^1.2.28",
|
2019-07-31 13:53:43 +02:00
|
|
|
"@types/jest": "^24.0.16",
|
2019-07-17 10:09:27 +02:00
|
|
|
"@types/react": "^16.8.23",
|
|
|
|
"@types/react-datepicker": "^2.8.0",
|
2019-07-31 13:53:43 +02:00
|
|
|
"@types/react-dom": "^16.8.5",
|
2019-04-10 16:17:55 +02:00
|
|
|
"@types/react-dotdotdot": "^1.2.0",
|
2019-02-27 01:02:36 +01:00
|
|
|
"@types/react-helmet": "^5.0.8",
|
2019-07-05 10:59:00 +02:00
|
|
|
"@types/react-modal": "^3.8.2",
|
2019-04-15 22:13:40 +02:00
|
|
|
"@types/react-paginate": "^6.2.1",
|
2019-06-26 16:28:22 +02:00
|
|
|
"@types/react-router-dom": "^4.3.4",
|
2019-07-31 13:53:43 +02:00
|
|
|
"@types/react-transition-group": "^4.2.0",
|
2019-09-12 11:27:32 +02:00
|
|
|
"@types/shortid": "0.0.29",
|
2019-06-26 16:28:22 +02:00
|
|
|
"@types/web3": "^1.0.19",
|
2019-07-31 13:53:43 +02:00
|
|
|
"jest-mock-axios": "^3.1.0",
|
2019-04-29 21:04:33 +02:00
|
|
|
"node-sass": "^4.12.0",
|
2019-04-23 12:38:59 +02:00
|
|
|
"react-scripts": "^3.0.0",
|
2019-07-31 12:52:10 +02:00
|
|
|
"source-map-explorer": "^2.0.1",
|
2019-09-02 13:11:08 +02:00
|
|
|
"typescript": "^3.6.2"
|
2019-01-18 17:34:40 +01:00
|
|
|
},
|
2019-03-25 13:13:55 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-04-03 14:40:31 +02:00
|
|
|
"url": "https://github.com/oceanprotocol/commons"
|
2019-03-25 13:13:55 +01:00
|
|
|
},
|
2019-01-18 17:34:40 +01:00
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
2019-04-30 19:19:28 +02:00
|
|
|
],
|
|
|
|
"jest": {
|
|
|
|
"collectCoverageFrom": [
|
|
|
|
"src/**/*.{ts,tsx}",
|
2019-06-11 22:32:54 +02:00
|
|
|
"!src/serviceWorker.ts",
|
|
|
|
"!src/**/*.d.ts"
|
2019-04-30 19:19:28 +02:00
|
|
|
]
|
|
|
|
}
|
2019-01-18 17:34:40 +01:00
|
|
|
}
|