mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
131 lines
4.4 KiB
JSON
131 lines
4.4 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",
|
|
"build:static": "npm run build && next export",
|
|
"serve": "serve -s public/",
|
|
"pregenerate": "bash scripts/pregenerate.sh",
|
|
"test": "npm run pregenerate && npm run lint && npm run type-check && npm run jest",
|
|
"jest": "jest -c .jest/jest.config.js",
|
|
"jest:watch": "jest -c .jest/jest.config.js --watch",
|
|
"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.goerli.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph --target typescript --tsFileExtension=d.ts --outputFlat src/@types/subgraph/",
|
|
"storybook": "cross-env NODE_ENV=test start-storybook -p 6006 --quiet",
|
|
"storybook:build": "cross-env NODE_ENV=test build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"@coingecko/cryptoformat": "^0.5.4",
|
|
"@loadable/component": "^5.15.2",
|
|
"@oceanprotocol/art": "^3.2.0",
|
|
"@oceanprotocol/lib": "^2.6.0",
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
|
"@oceanprotocol/use-dark-mode": "^2.4.3",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"@urql/exchange-refocus": "^1.0.0",
|
|
"@walletconnect/sign-client": "^2.4.4",
|
|
"@web3modal/standalone": "^2.1.1",
|
|
"axios": "^1.2.0",
|
|
"classnames": "^2.3.2",
|
|
"date-fns": "^2.29.3",
|
|
"decimal.js": "^10.4.2",
|
|
"dom-confetti": "^0.2.2",
|
|
"dotenv": "^16.0.3",
|
|
"filesize": "^10.0.5",
|
|
"formik": "^2.2.9",
|
|
"gray-matter": "^4.0.3",
|
|
"is-ipfs": "^7.0.3",
|
|
"is-url-superb": "^6.1.0",
|
|
"js-cookie": "^3.0.1",
|
|
"match-sorter": "^6.3.1",
|
|
"myetherwallet-blockies": "^0.1.1",
|
|
"next": "13.0.5",
|
|
"query-string": "^7.1.1",
|
|
"react": "^18.2.0",
|
|
"react-clipboard.js": "^2.0.16",
|
|
"react-data-table-component": "^7.5.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-dotdotdot": "^1.3.1",
|
|
"react-modal": "^3.16.1",
|
|
"react-paginate": "^8.1.4",
|
|
"react-select": "^5.7.0",
|
|
"react-spring": "^9.5.5",
|
|
"react-tabs": "^6.0.0",
|
|
"react-toastify": "^9.1.1",
|
|
"remark": "^14.0.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-html": "^15.0.1",
|
|
"remove-markdown": "^0.5.0",
|
|
"slugify": "^1.6.5",
|
|
"swr": "^1.3.0",
|
|
"urql": "^3.0.3",
|
|
"web3": "^1.8.2",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-essentials": "^6.5.15",
|
|
"@storybook/builder-webpack5": "^6.5.13",
|
|
"@storybook/manager-webpack5": "^6.5.13",
|
|
"@storybook/react": "^6.5.13",
|
|
"@svgr/webpack": "^6.5.1",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@types/jest": "^29.2.5",
|
|
"@types/js-cookie": "^3.0.2",
|
|
"@types/loadable__component": "^5.13.4",
|
|
"@types/node": "^18.8.5",
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/react-modal": "^3.13.1",
|
|
"@types/react-paginate": "^7.1.1",
|
|
"@types/remove-markdown": "^0.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
"@typescript-eslint/parser": "^5.43.0",
|
|
"apollo": "^2.34.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-oceanprotocol": "^2.0.4",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-jest-dom": "^4.0.3",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.31.11",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-testing-library": "^5.10.0",
|
|
"https-browserify": "^1.0.0",
|
|
"husky": "^8.0.2",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-jsdom": "^29.3.1",
|
|
"prettier": "^2.8.3",
|
|
"pretty-quick": "^3.1.3",
|
|
"process": "^0.11.10",
|
|
"serve": "^14.1.2",
|
|
"stream-http": "^3.2.0",
|
|
"tsconfig-paths-webpack-plugin": "^4.0.0",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"overrides": {
|
|
"graphql": "15.8.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oceanprotocol/market"
|
|
},
|
|
"engines": {
|
|
"node": "18"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|