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",
|
2022-12-05 12:50:53 +01:00
|
|
|
"build": "npm run pregenerate && next build",
|
|
|
|
"build:static": "npm run build && next export",
|
|
|
|
"serve": "serve -s public/",
|
2021-10-27 12:27:14 +02:00
|
|
|
"pregenerate": "bash scripts/pregenerate.sh",
|
2023-07-17 22:42:32 +02:00
|
|
|
"set-barge-env": "bash scripts/barge-env.sh",
|
2022-05-09 15:33:44 +02:00
|
|
|
"test": "npm run pregenerate && npm run lint && npm run type-check && npm run jest",
|
2022-05-12 12:35:07 +02:00
|
|
|
"jest": "jest -c .jest/jest.config.js",
|
|
|
|
"jest:watch": "jest -c .jest/jest.config.js --watch",
|
2021-10-27 12:27:14 +02:00
|
|
|
"lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx .",
|
2023-04-03 11:55:42 +02:00
|
|
|
"lint:fix": "eslint --ignore-path .gitignore --ext .ts,.tsx . --fix",
|
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",
|
2022-11-04 14:52:40 +01:00
|
|
|
"postinstall": "husky install",
|
2024-05-09 12:26:36 +02:00
|
|
|
"codegen:apollo": "apollo client:codegen --endpoint=https://v4.subgraph.sepolia.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph --target typescript --tsFileExtension=d.ts --outputFlat src/@types/subgraph/",
|
2022-05-23 13:29:37 +02:00
|
|
|
"storybook": "cross-env NODE_ENV=test start-storybook -p 6006 --quiet",
|
|
|
|
"storybook:build": "cross-env NODE_ENV=test build-storybook"
|
2020-05-07 08:03:30 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-06 11:32:32 +01:00
|
|
|
"@codemirror/lang-json": "^6.0.1",
|
2024-05-23 16:42:53 +02:00
|
|
|
"@codemirror/language": "^6.10.1",
|
2022-06-09 10:44:28 +02:00
|
|
|
"@coingecko/cryptoformat": "^0.5.4",
|
2024-05-23 16:42:53 +02:00
|
|
|
"@loadable/component": "^5.16.4",
|
2021-08-31 16:56:48 +02:00
|
|
|
"@oceanprotocol/art": "^3.2.0",
|
2024-05-23 16:42:53 +02:00
|
|
|
"@oceanprotocol/lib": "^3.3.1",
|
2020-05-11 17:31:42 +02:00
|
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
2022-09-21 13:58:28 +02:00
|
|
|
"@oceanprotocol/use-dark-mode": "^2.4.3",
|
2024-05-23 16:42:53 +02:00
|
|
|
"@orbisclub/orbis-sdk": "^0.4.89",
|
2022-01-11 11:26:41 +01:00
|
|
|
"@tippyjs/react": "^4.2.6",
|
2023-03-06 11:32:32 +01:00
|
|
|
"@uiw/react-codemirror": "^4.19.5",
|
2022-09-20 19:53:34 +02:00
|
|
|
"@urql/exchange-refocus": "^1.0.0",
|
2022-12-01 10:09:40 +01:00
|
|
|
"axios": "^1.2.0",
|
2022-09-20 19:53:34 +02:00
|
|
|
"classnames": "^2.3.2",
|
2023-06-27 16:40:11 +02:00
|
|
|
"connectkit": "^1.3.0",
|
2022-09-20 19:53:34 +02:00
|
|
|
"date-fns": "^2.29.3",
|
2023-08-02 08:58:06 +02:00
|
|
|
"decimal.js": "^10.4.3",
|
2020-10-05 15:03:21 +02:00
|
|
|
"dom-confetti": "^0.2.2",
|
2023-05-29 12:28:41 +02:00
|
|
|
"ethers": "^5.7.2",
|
2024-05-23 16:59:16 +02:00
|
|
|
"filesize": "^10.1.2",
|
|
|
|
"formik": "^2.4.6",
|
2021-10-27 12:27:14 +02:00
|
|
|
"gray-matter": "^4.0.3",
|
2024-05-23 16:59:16 +02:00
|
|
|
"is-ipfs": "^8.0.4",
|
2021-11-11 08:58:49 +01:00
|
|
|
"is-url-superb": "^6.1.0",
|
2024-05-23 16:59:16 +02:00
|
|
|
"js-cookie": "^3.0.5",
|
|
|
|
"match-sorter": "^6.3.4",
|
2022-03-03 11:49:04 +01:00
|
|
|
"myetherwallet-blockies": "^0.1.1",
|
2022-12-01 10:09:40 +01:00
|
|
|
"next": "13.0.5",
|
2024-05-23 16:59:16 +02:00
|
|
|
"npm": "^9.9.3",
|
|
|
|
"posthog-js": "^1.133.0",
|
2024-05-23 16:42:53 +02:00
|
|
|
"query-string": "^8.2.0",
|
|
|
|
"react": "^18.3.1",
|
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",
|
2024-05-23 16:42:53 +02:00
|
|
|
"react-data-table-component": "^7.6.2",
|
|
|
|
"react-dom": "^18.3.1",
|
2020-05-07 08:03:30 +02:00
|
|
|
"react-dotdotdot": "^1.3.1",
|
2022-12-01 10:09:40 +01:00
|
|
|
"react-modal": "^3.16.1",
|
2024-05-23 16:42:53 +02:00
|
|
|
"react-paginate": "^8.2.0",
|
|
|
|
"react-select": "^5.8.0",
|
|
|
|
"react-spring": "^9.7.3",
|
|
|
|
"react-string-replace": "^1.1.1",
|
|
|
|
"react-tabs": "^6.0.2",
|
|
|
|
"react-toastify": "^10.0.5",
|
2023-11-09 10:17:49 +01:00
|
|
|
"remark": "^15.0.1",
|
2023-10-23 10:16:54 +02:00
|
|
|
"remark-gfm": "^4.0.0",
|
2023-11-09 10:17:49 +01:00
|
|
|
"remark-html": "^16.0.1",
|
2022-06-08 15:38:03 +02:00
|
|
|
"remove-markdown": "^0.5.0",
|
2024-05-23 16:42:53 +02:00
|
|
|
"slugify": "^1.6.6",
|
2022-04-25 14:50:20 +02:00
|
|
|
"swr": "^1.3.0",
|
2024-05-23 16:42:53 +02:00
|
|
|
"urql": "^3.0.4",
|
|
|
|
"wagmi": "^0.12.19",
|
2021-10-18 13:43:34 +02:00
|
|
|
"yup": "^0.32.11"
|
2020-05-07 08:03:30 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-23 16:42:53 +02:00
|
|
|
"@storybook/addon-essentials": "^6.5.16",
|
2022-11-04 14:52:40 +01:00
|
|
|
"@storybook/builder-webpack5": "^6.5.13",
|
2022-11-01 11:51:21 +01:00
|
|
|
"@storybook/manager-webpack5": "^6.5.13",
|
2022-11-01 12:28:56 +01:00
|
|
|
"@storybook/react": "^6.5.13",
|
2022-11-01 11:51:56 +01:00
|
|
|
"@svgr/webpack": "^6.5.1",
|
2022-09-20 19:53:34 +02:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
2023-01-02 10:34:32 +01:00
|
|
|
"@types/jest": "^29.2.5",
|
2022-06-08 15:38:03 +02:00
|
|
|
"@types/js-cookie": "^3.0.2",
|
|
|
|
"@types/loadable__component": "^5.13.4",
|
2023-03-06 11:33:26 +01:00
|
|
|
"@types/node": "^18.14.2",
|
2022-12-01 10:09:40 +01:00
|
|
|
"@types/react": "^18.0.25",
|
2023-05-01 11:24:20 +02:00
|
|
|
"@types/react-dom": "^18.2.1",
|
2023-10-23 13:41:05 +02:00
|
|
|
"@types/react-modal": "^3.16.2",
|
2021-10-27 12:27:14 +02:00
|
|
|
"@types/react-paginate": "^7.1.1",
|
2023-10-23 10:17:27 +02:00
|
|
|
"@types/remove-markdown": "^0.3.2",
|
2022-12-01 10:09:40 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
2023-04-04 15:46:08 +02:00
|
|
|
"@typescript-eslint/parser": "^5.57.0",
|
2023-09-18 14:39:20 +02:00
|
|
|
"@uiw/codemirror-themes": "^4.21.12",
|
2022-09-21 13:58:28 +02:00
|
|
|
"apollo": "^2.34.0",
|
2022-05-23 13:29:37 +02:00
|
|
|
"cross-env": "^7.0.3",
|
2024-05-23 16:59:16 +02:00
|
|
|
"eslint": "^8.57.0",
|
2022-10-03 13:08:37 +02:00
|
|
|
"eslint-config-oceanprotocol": "^2.0.4",
|
2024-05-23 16:59:16 +02:00
|
|
|
"eslint-config-prettier": "^8.10.0",
|
|
|
|
"eslint-plugin-jest-dom": "^5.4.0",
|
2022-09-20 19:53:34 +02:00
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2024-05-23 16:59:16 +02:00
|
|
|
"eslint-plugin-react": "^7.34.1",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
|
|
"eslint-plugin-testing-library": "^5.11.1",
|
2022-02-14 17:27:36 +01:00
|
|
|
"https-browserify": "^1.0.0",
|
2024-05-23 16:59:16 +02:00
|
|
|
"husky": "^8.0.3",
|
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2024-05-23 16:42:53 +02:00
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"pretty-quick": "^3.3.1",
|
2022-02-14 17:27:36 +01:00
|
|
|
"process": "^0.11.10",
|
2024-05-23 16:42:53 +02:00
|
|
|
"serve": "^14.2.3",
|
2022-03-16 13:56:09 +01:00
|
|
|
"stream-http": "^3.2.0",
|
2023-08-02 11:02:42 +02:00
|
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
2022-12-01 10:09:40 +01:00
|
|
|
"typescript": "^4.9.3"
|
2022-11-04 14:52:40 +01:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"graphql": "15.8.0"
|
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": {
|
2022-12-01 10:09:40 +01:00
|
|
|
"node": "18"
|
2020-05-07 08:03:30 +02:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
|
|
|
}
|