2020-05-07 08:03:30 +02:00
|
|
|
{
|
2020-06-30 11:28:49 +02:00
|
|
|
"name": "@oceanprotocol/market",
|
2021-10-18 13:43:34 +02:00
|
|
|
"description": "🧜♀️ THE Data Market for Ocean Protocol.",
|
2020-10-27 16:08:42 +01:00
|
|
|
"version": "1.0.0",
|
2020-05-07 08:03:30 +02:00
|
|
|
"license": "Apache-2.0",
|
2020-10-27 09:13:11 +01:00
|
|
|
"homepage": "https://market.oceanprotocol.com",
|
2020-05-07 08:03:30 +02:00
|
|
|
"scripts": {
|
2021-10-27 12:27:14 +02:00
|
|
|
"start": "npm run pregenerate && next dev -p 8000",
|
|
|
|
"build": "npm run pregenerate && next build",
|
2020-06-30 11:28:49 +02:00
|
|
|
"serve": "serve -s public/",
|
2021-10-27 12:27:14 +02:00
|
|
|
"pregenerate": "bash scripts/pregenerate.sh",
|
|
|
|
"test": "npm run pregenerate && npm run lint && npm run type-check",
|
|
|
|
"test:graphql": "npm run codegen:graphql && npm run lint",
|
|
|
|
"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",
|
2021-10-27 12:27:14 +02:00
|
|
|
"deploy:s3": "bash scripts/deploy-s3.sh",
|
2021-07-06 00:09:51 +02:00
|
|
|
"postinstall": "husky install",
|
2021-10-27 12:27:14 +02:00
|
|
|
"codegen:apollo": "apollo client:codegen --target typescript --tsFileExtension=d.ts --outputFlat src/@types/apollo/",
|
|
|
|
"codegen:graphql": "graphql-codegen --config codegen.yml"
|
2020-05-07 08:03:30 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-31 16:56:48 +02:00
|
|
|
"@coingecko/cryptoformat": "^0.4.4",
|
2021-05-20 00:44:22 +02:00
|
|
|
"@loadable/component": "^5.15.0",
|
2021-08-31 16:56:48 +02:00
|
|
|
"@oceanprotocol/art": "^3.2.0",
|
2021-10-06 11:30:17 +02:00
|
|
|
"@oceanprotocol/lib": "^0.19.2",
|
2020-05-11 17:31:42 +02:00
|
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
2021-10-27 12:27:14 +02:00
|
|
|
"@portis/web3": "^4.0.6",
|
2021-05-20 00:44:22 +02:00
|
|
|
"@tippyjs/react": "^4.2.5",
|
2021-07-02 08:44:24 +02:00
|
|
|
"@urql/introspection": "^0.3.0",
|
2021-10-18 13:43:34 +02:00
|
|
|
"@walletconnect/web3-provider": "^1.6.6",
|
2021-10-27 12:27:14 +02:00
|
|
|
"axios": "^0.24.0",
|
2020-11-16 15:10:33 +01:00
|
|
|
"chart.js": "^2.9.4",
|
2021-05-20 00:44:22 +02:00
|
|
|
"classnames": "^2.3.1",
|
2021-11-16 22:06:02 +01:00
|
|
|
"d3": "^7.1.1",
|
2021-10-18 13:43:34 +02:00
|
|
|
"date-fns": "^2.25.0",
|
2021-08-31 16:56:48 +02:00
|
|
|
"decimal.js": "^10.3.1",
|
2020-10-05 15:03:21 +02:00
|
|
|
"dom-confetti": "^0.2.2",
|
2021-05-25 08:44:00 +02:00
|
|
|
"dotenv": "^10.0.0",
|
2020-11-03 14:57:40 +01:00
|
|
|
"ethereum-address": "0.0.4",
|
2020-07-08 00:06:48 +02:00
|
|
|
"ethereum-blockies": "github:MyEtherWallet/blockies",
|
2021-11-11 08:58:49 +01:00
|
|
|
"filesize": "^8.0.6",
|
2021-05-25 08:44:00 +02:00
|
|
|
"formik": "^2.2.9",
|
2021-10-27 12:27:14 +02:00
|
|
|
"gray-matter": "^4.0.3",
|
2021-11-11 08:58:49 +01:00
|
|
|
"is-url-superb": "^6.1.0",
|
2021-10-18 13:43:34 +02:00
|
|
|
"js-cookie": "^3.0.1",
|
2021-11-11 12:26:29 +01:00
|
|
|
"js-sha256": "^0.9.0",
|
2020-11-27 12:04:35 +01:00
|
|
|
"jwt-decode": "^3.1.2",
|
2020-08-27 12:30:36 +02:00
|
|
|
"lodash.debounce": "^4.0.8",
|
|
|
|
"lodash.omit": "^4.5.0",
|
2021-11-11 08:58:49 +01:00
|
|
|
"next": "^12.0.3",
|
2021-10-18 13:43:34 +02:00
|
|
|
"query-string": "^7.0.1",
|
2021-05-20 00:44:22 +02:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-chartjs-2": "^2.11.2",
|
Account metadata header (#776)
* get all neded data for the header from 3box, aqua and subgraph
* fix tvl display error
* WIP metadata header styling
* added more styling for the header
* make page title optional so we can remove it on account page
* stroke change for svg images and default values
* more styling added to the header
* fixed linter
* added ocean balance to tvl
* update styling for statistcs
* fixed eror for go to my account from another account page
* updated styling for mobile use
* wip show more on explorer links and description
* properly display read more for explorer links and description
* replaced show more with 3box redirect on description
* change accounts default picture and check links length before display element
* use optional on links
* grid cleanup, new number unit, split up stats
* rename all the things, more profile header styling
* visual hierarchy, improve image loading experience
* layout flow & visual tweaks
* more description
* replaced account route with profile when accesing a profile by the eth address
* use account id from url if exists when fetching data
* bump @oceanprotocol/art to v3.2.0
* styling, fallbacks, edge case fixes
* clean up Publisher atom, link to profile page
* fixed issue when switching to my profile from another profile
* output accountId, make it copyable, remove stats icons
* render tweaks, markup cleanup
* add 3box reference
* mobile tabs spacing tweaks
* text flow and spacing tweaks
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2021-09-01 13:56:34 +02:00
|
|
|
"react-clipboard.js": "^2.0.16",
|
2021-05-20 00:44:22 +02:00
|
|
|
"react-data-table-component": "^6.11.7",
|
|
|
|
"react-dom": "^17.0.2",
|
2020-05-07 08:03:30 +02:00
|
|
|
"react-dotdotdot": "^1.3.1",
|
2021-11-11 08:58:49 +01:00
|
|
|
"react-modal": "^3.14.4",
|
|
|
|
"react-paginate": "^8.0.0",
|
2021-10-18 13:43:34 +02:00
|
|
|
"react-spring": "^9.3.0",
|
2021-11-11 08:58:49 +01:00
|
|
|
"react-tabs": "^3.2.3",
|
|
|
|
"react-toastify": "^8.1.0",
|
2021-10-27 12:27:14 +02:00
|
|
|
"remark": "^13.0.0",
|
|
|
|
"remark-gfm": "^1.0.0",
|
|
|
|
"remark-html": "^13.0.1",
|
2020-10-05 16:14:59 +02:00
|
|
|
"remove-markdown": "^0.3.0",
|
2021-11-11 08:58:49 +01:00
|
|
|
"slugify": "^1.6.2",
|
2021-10-27 12:27:14 +02:00
|
|
|
"swr": "^1.0.1",
|
2021-10-18 13:43:34 +02:00
|
|
|
"urql": "^2.0.5",
|
2020-10-30 21:28:20 +01:00
|
|
|
"use-dark-mode": "^2.3.1",
|
2021-10-18 13:43:34 +02:00
|
|
|
"web3": "^1.6.0",
|
2021-08-31 16:56:48 +02:00
|
|
|
"web3modal": "^1.9.4",
|
2021-10-18 13:43:34 +02:00
|
|
|
"yup": "^0.32.11"
|
2020-05-07 08:03:30 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-27 12:27:14 +02:00
|
|
|
"@graphql-codegen/cli": "^2.2.1",
|
|
|
|
"@graphql-codegen/introspection": "^2.1.0",
|
|
|
|
"@graphql-codegen/typescript": "^2.2.4",
|
|
|
|
"@graphql-codegen/typescript-operations": "^2.1.8",
|
|
|
|
"@graphql-codegen/typescript-react-apollo": "^3.1.6",
|
2020-12-10 15:28:46 +01:00
|
|
|
"@svgr/webpack": "^5.5.0",
|
2021-05-20 00:44:22 +02:00
|
|
|
"@types/chart.js": "^2.9.32",
|
2021-11-16 22:06:02 +01:00
|
|
|
"@types/d3": "^7.1.0",
|
2021-10-27 12:27:14 +02:00
|
|
|
"@types/js-cookie": "^3.0.0",
|
2020-09-29 13:46:03 +02:00
|
|
|
"@types/loadable__component": "^5.13.1",
|
2020-08-28 18:53:09 +02:00
|
|
|
"@types/lodash.debounce": "^4.0.3",
|
|
|
|
"@types/lodash.omit": "^4.5.6",
|
2021-10-27 12:27:14 +02:00
|
|
|
"@types/node": "^16.11.5",
|
|
|
|
"@types/react": "^17.0.32",
|
2021-11-11 08:58:49 +01:00
|
|
|
"@types/react-dom": "^17.0.11",
|
2021-10-27 12:27:14 +02:00
|
|
|
"@types/react-modal": "^3.13.1",
|
|
|
|
"@types/react-paginate": "^7.1.1",
|
|
|
|
"@types/react-tabs": "^2.3.3",
|
|
|
|
"@types/remove-markdown": "^0.3.1",
|
2021-01-13 17:43:59 +01:00
|
|
|
"@types/yup": "^0.29.11",
|
2021-05-25 08:44:00 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
|
|
|
"@typescript-eslint/parser": "^4.26.0",
|
2021-07-09 10:36:43 +02:00
|
|
|
"apollo": "^2.33.4",
|
2021-05-25 08:44:00 +02:00
|
|
|
"eslint": "^7.27.0",
|
2020-05-07 08:03:30 +02:00
|
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
2021-05-20 00:44:22 +02:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-10-27 12:27:14 +02:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2021-11-11 08:58:49 +01:00
|
|
|
"eslint-plugin-react": "^7.27.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2021-10-27 12:27:14 +02:00
|
|
|
"file-loader": "^6.2.0",
|
2021-10-18 13:43:34 +02:00
|
|
|
"husky": "^7.0.2",
|
|
|
|
"prettier": "^2.4.1",
|
|
|
|
"pretty-quick": "^3.1.1",
|
2021-11-11 08:58:49 +01:00
|
|
|
"serve": "^13.0.2",
|
2021-10-18 13:43:34 +02:00
|
|
|
"typescript": "^4.4.4"
|
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": {
|
2021-05-20 00:44:22 +02:00
|
|
|
"node": ">=14"
|
2020-05-07 08:03:30 +02:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
|
|
|
}
|