2020-05-07 08:03:30 +02:00
|
|
|
{
|
2020-06-30 11:28:49 +02:00
|
|
|
"name": "@oceanprotocol/market",
|
2020-05-19 12:57:07 +02:00
|
|
|
"description": "Data marketplace for ocean.",
|
2020-07-15 13:51:58 +02:00
|
|
|
"version": "0.1.0",
|
2020-05-07 08:03:30 +02:00
|
|
|
"license": "Apache-2.0",
|
2020-06-30 11:28:49 +02:00
|
|
|
"homepage": "https://oceanprotocol.com",
|
2020-05-07 08:03:30 +02:00
|
|
|
"scripts": {
|
2020-06-30 13:32:16 +02:00
|
|
|
"start": "gatsby clean && gatsby develop --host 0.0.0.0",
|
|
|
|
"build": "gatsby clean && gatsby build",
|
2020-06-30 11:28:49 +02:00
|
|
|
"serve": "serve -s public/",
|
2020-05-07 08:03:30 +02:00
|
|
|
"jest": "NODE_ENV=test jest -c tests/unit/jest.config.js",
|
|
|
|
"test": "npm run lint && npm run jest",
|
|
|
|
"test:watch": "npm run lint && npm run jest -- --watch",
|
|
|
|
"lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx .",
|
2020-06-30 11:28:49 +02:00
|
|
|
"format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write",
|
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
"analyze": "npm run build && source-map-explorer 'public/*.js'",
|
2020-05-07 08:03:30 +02:00
|
|
|
"storybook": "start-storybook -p 4000 -c .storybook",
|
|
|
|
"storybook:build": "build-storybook -c .storybook -o public/storybook"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-07-06 11:27:51 +02:00
|
|
|
"@loadable/component": "^5.13.1",
|
2020-07-13 14:34:05 +02:00
|
|
|
"@now/node": "^1.7.2",
|
2020-06-30 13:32:16 +02:00
|
|
|
"@oceanprotocol/art": "^3.0.0",
|
2020-07-18 03:13:28 +02:00
|
|
|
"@oceanprotocol/react": "^0.0.16",
|
2020-05-11 17:31:42 +02:00
|
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
2020-05-19 10:57:49 +02:00
|
|
|
"@sindresorhus/slugify": "^1.0.0",
|
2020-07-06 11:27:51 +02:00
|
|
|
"@tippyjs/react": "^4.1.0",
|
2020-05-19 10:57:49 +02:00
|
|
|
"@types/classnames": "^2.2.10",
|
2020-05-07 08:03:30 +02:00
|
|
|
"axios": "^0.19.2",
|
2020-05-19 10:57:49 +02:00
|
|
|
"classnames": "^2.2.6",
|
2020-07-18 03:13:28 +02:00
|
|
|
"date-fns": "^2.15.0",
|
2020-05-07 08:03:30 +02:00
|
|
|
"dotenv": "^8.2.0",
|
2020-07-08 00:06:48 +02:00
|
|
|
"ethereum-blockies": "github:MyEtherWallet/blockies",
|
2020-05-07 08:03:30 +02:00
|
|
|
"filesize": "^6.1.0",
|
2020-07-15 22:08:17 +02:00
|
|
|
"formik": "^2.1.5",
|
2020-07-16 15:23:00 +02:00
|
|
|
"formik-persist": "^1.1.0",
|
2020-07-18 03:13:28 +02:00
|
|
|
"gatsby": "^2.24.4",
|
2020-07-09 15:31:47 +02:00
|
|
|
"gatsby-image": "^2.4.13",
|
|
|
|
"gatsby-plugin-manifest": "^2.4.18",
|
|
|
|
"gatsby-plugin-react-helmet": "^3.3.10",
|
|
|
|
"gatsby-plugin-remove-trailing-slashes": "^2.3.11",
|
|
|
|
"gatsby-plugin-sharp": "^2.6.19",
|
2020-06-30 11:28:49 +02:00
|
|
|
"gatsby-plugin-svgr": "^2.0.2",
|
|
|
|
"gatsby-plugin-webpack-size": "^1.0.0",
|
2020-07-18 03:13:28 +02:00
|
|
|
"gatsby-source-filesystem": "^2.3.20",
|
2020-07-09 15:31:47 +02:00
|
|
|
"gatsby-source-graphql": "^2.6.2",
|
|
|
|
"gatsby-transformer-json": "^2.4.11",
|
|
|
|
"gatsby-transformer-remark": "^2.8.25",
|
|
|
|
"gatsby-transformer-sharp": "^2.5.11",
|
2020-06-30 13:39:48 +02:00
|
|
|
"intersection-observer": "^0.11.0",
|
2020-06-30 11:28:49 +02:00
|
|
|
"is-url-superb": "^4.0.0",
|
2020-05-07 08:03:30 +02:00
|
|
|
"numeral": "^2.0.6",
|
2020-06-30 15:24:30 +02:00
|
|
|
"query-string": "^6.13.1",
|
2020-05-11 18:29:47 +02:00
|
|
|
"react": "^16.13.1",
|
2020-07-15 22:08:17 +02:00
|
|
|
"react-data-table-component": "^6.9.7",
|
2020-07-09 15:31:47 +02:00
|
|
|
"react-datepicker": "^3.1.3",
|
2020-05-11 18:29:47 +02:00
|
|
|
"react-dom": "^16.13.1",
|
2020-05-07 08:03:30 +02:00
|
|
|
"react-dotdotdot": "^1.3.1",
|
2020-07-15 22:08:17 +02:00
|
|
|
"react-dropzone": "^11.0.2",
|
2020-06-30 12:56:50 +02:00
|
|
|
"react-helmet": "^6.1.0",
|
2020-05-07 08:03:30 +02:00
|
|
|
"react-markdown": "^4.3.1",
|
|
|
|
"react-paginate": "^6.3.2",
|
2020-05-25 14:53:38 +02:00
|
|
|
"react-responsive-modal": "^5.0.2",
|
2020-07-08 16:39:12 +02:00
|
|
|
"react-spring": "^8.0.27",
|
2020-07-08 17:57:53 +02:00
|
|
|
"react-tabs": "^3.1.1",
|
2020-07-06 11:27:51 +02:00
|
|
|
"react-toastify": "^6.0.8",
|
2020-05-07 08:03:30 +02:00
|
|
|
"shortid": "^2.2.15",
|
2020-06-30 11:28:49 +02:00
|
|
|
"slugify": "^1.4.4",
|
2020-07-13 23:45:20 +02:00
|
|
|
"swr": "^0.2.3",
|
2020-07-09 15:31:47 +02:00
|
|
|
"yup": "^0.29.1"
|
2020-05-07 08:03:30 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-15 22:08:17 +02:00
|
|
|
"@babel/core": "^7.10.5",
|
2020-06-30 13:32:16 +02:00
|
|
|
"@babel/preset-typescript": "^7.10.1",
|
2020-07-18 03:13:28 +02:00
|
|
|
"@storybook/addon-actions": "^6.0.0-rc.9",
|
|
|
|
"@storybook/addon-storyshots": "^6.0.0-rc.9",
|
|
|
|
"@storybook/react": "^6.0.0-rc.9",
|
2020-06-30 13:32:16 +02:00
|
|
|
"@svgr/webpack": "^5.4.0",
|
2020-07-15 22:08:17 +02:00
|
|
|
"@testing-library/jest-dom": "^5.11.1",
|
|
|
|
"@testing-library/react": "^10.4.7",
|
2020-07-08 00:06:48 +02:00
|
|
|
"@types/jest": "^26.0.4",
|
2020-07-13 14:34:05 +02:00
|
|
|
"@types/loadable__component": "^5.13.0",
|
2020-07-15 22:08:17 +02:00
|
|
|
"@types/node": "^14.0.23",
|
2020-06-30 11:28:49 +02:00
|
|
|
"@types/numeral": "^0.0.28",
|
2020-07-13 14:34:05 +02:00
|
|
|
"@types/react": "^16.9.43",
|
2020-06-30 11:28:49 +02:00
|
|
|
"@types/react-datepicker": "^3.0.2",
|
2020-06-30 11:59:20 +02:00
|
|
|
"@types/react-helmet": "^6.0.0",
|
2020-05-07 08:03:30 +02:00
|
|
|
"@types/react-paginate": "^6.2.1",
|
2020-07-08 17:57:53 +02:00
|
|
|
"@types/react-tabs": "^2.3.2",
|
2020-05-07 08:03:30 +02:00
|
|
|
"@types/shortid": "0.0.29",
|
2020-07-09 15:31:47 +02:00
|
|
|
"@types/yup": "^0.29.3",
|
2020-07-15 22:08:17 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^3.6.1",
|
|
|
|
"@typescript-eslint/parser": "^3.6.1",
|
2020-06-30 11:28:49 +02:00
|
|
|
"babel-loader": "^8.1.0",
|
|
|
|
"babel-preset-react-app": "^9.1.2",
|
2020-07-06 11:27:51 +02:00
|
|
|
"eslint": "^7.4.0",
|
2020-05-07 08:03:30 +02:00
|
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
2020-06-30 11:28:49 +02:00
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.4",
|
2020-07-06 11:27:51 +02:00
|
|
|
"eslint-plugin-react": "^7.20.3",
|
2020-05-07 08:03:30 +02:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2020-06-30 11:28:49 +02:00
|
|
|
"jest": "^26.1.0",
|
2020-05-07 08:03:30 +02:00
|
|
|
"node-mocks-http": "^1.8.1",
|
2020-06-30 11:28:49 +02:00
|
|
|
"prettier": "^2.0.5",
|
2020-06-30 13:32:16 +02:00
|
|
|
"serve": "^11.3.2",
|
|
|
|
"source-map-explorer": "^2.4.2",
|
2020-07-17 12:38:28 +02:00
|
|
|
"typescript": "^3.9.7"
|
2020-05-07 08:03:30 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-05-19 12:57:07 +02:00
|
|
|
"url": "https://github.com/oceanprotocol/market"
|
2020-05-07 08:03:30 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
|
|
|
}
|