mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
ad09e2c99d
* bump lib to 1.0.0.next.29 * add mising param to collectBT
120 lines
3.8 KiB
JSON
120 lines
3.8 KiB
JSON
{
|
|
"name": "@oceanprotocol/market",
|
|
"description": "🧜♀️ THE Data Market for Ocean Protocol.",
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://market.oceanprotocol.com",
|
|
"scripts": {
|
|
"start": "npm run pregenerate && next dev -p 8000",
|
|
"build": "npm run pregenerate && next build",
|
|
"serve": "serve -s public/",
|
|
"pregenerate": "bash scripts/pregenerate.sh",
|
|
"test": "npm run pregenerate && npm run lint && npm run type-check",
|
|
"lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx .",
|
|
"format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write",
|
|
"type-check": "tsc --noEmit",
|
|
"deploy:s3": "bash scripts/deploy-s3.sh",
|
|
"postinstall": "husky install",
|
|
"codegen:apollo": "apollo client:codegen --endpoint=https://v4.subgraph.rinkeby.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph --target typescript --tsFileExtension=d.ts --outputFlat src/@types/subgraph/"
|
|
},
|
|
"dependencies": {
|
|
"@coingecko/cryptoformat": "^0.4.4",
|
|
"@loadable/component": "^5.15.2",
|
|
"@oceanprotocol/art": "^3.2.0",
|
|
"@oceanprotocol/lib": "^1.0.0-next.29",
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
|
"@portis/web3": "^4.0.7",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"@walletconnect/web3-provider": "^1.7.5",
|
|
"axios": "^0.26.1",
|
|
"bignumber.js": "^9.0.2",
|
|
"chart.js": "^3.7.1",
|
|
"classnames": "^2.3.1",
|
|
"date-fns": "^2.28.0",
|
|
"decimal.js": "^10.3.1",
|
|
"dom-confetti": "^0.2.2",
|
|
"dotenv": "^16.0.0",
|
|
"filesize": "^8.0.7",
|
|
"formik": "^2.2.9",
|
|
"gray-matter": "^4.0.3",
|
|
"is-url-superb": "^6.1.0",
|
|
"js-cookie": "^3.0.1",
|
|
"jwt-decode": "^3.1.2",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.omit": "^4.5.0",
|
|
"myetherwallet-blockies": "^0.1.1",
|
|
"next": "^12.1.0",
|
|
"query-string": "^7.1.1",
|
|
"react": "^17.0.2",
|
|
"react-chartjs-2": "^4.0.1",
|
|
"react-clipboard.js": "^2.0.16",
|
|
"react-data-table-component": "^6.11.7",
|
|
"react-dom": "^17.0.2",
|
|
"react-dotdotdot": "^1.3.1",
|
|
"react-modal": "^3.14.4",
|
|
"react-paginate": "^8.1.2",
|
|
"react-spring": "^9.4.4",
|
|
"react-tabs": "^3.2.3",
|
|
"react-toastify": "^8.1.0",
|
|
"remark": "^13.0.0",
|
|
"remark-gfm": "^1.0.0",
|
|
"remark-html": "^13.0.1",
|
|
"remove-markdown": "^0.3.0",
|
|
"slugify": "^1.6.5",
|
|
"swr": "^1.2.2",
|
|
"urql": "^2.2.0",
|
|
"use-dark-mode": "^2.3.1",
|
|
"web3": "^1.7.1",
|
|
"web3modal": "^1.9.5",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^6.2.1",
|
|
"@types/chart.js": "^2.9.35",
|
|
"@types/d3": "^7.1.0",
|
|
"@types/js-cookie": "^3.0.1",
|
|
"@types/loadable__component": "^5.13.1",
|
|
"@types/lodash.debounce": "^4.0.3",
|
|
"@types/lodash.omit": "^4.5.6",
|
|
"@types/node": "^17.0.13",
|
|
"@types/react": "^17.0.38",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-modal": "^3.13.1",
|
|
"@types/react-paginate": "^7.1.1",
|
|
"@types/react-tabs": "^2.3.4",
|
|
"@types/remove-markdown": "^0.3.1",
|
|
"@types/yup": "^0.29.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
|
"@typescript-eslint/parser": "^5.15.0",
|
|
"apollo": "^2.33.9",
|
|
"eslint": "^7.27.0",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.28.0",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"file-loader": "^6.2.0",
|
|
"https-browserify": "^1.0.0",
|
|
"husky": "^7.0.4",
|
|
"prettier": "^2.6.0",
|
|
"pretty-quick": "^3.1.3",
|
|
"process": "^0.11.10",
|
|
"serve": "^13.0.2",
|
|
"stream-http": "^3.2.0",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oceanprotocol/market"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|