mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-10 14:31:54 +01:00
124 lines
4.1 KiB
JSON
124 lines
4.1 KiB
JSON
{
|
|
"name": "@oceanprotocol/market",
|
|
"description": "Data marketplace for ocean.",
|
|
"version": "0.1.0",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://oceanprotocol.com",
|
|
"scripts": {
|
|
"start": "gatsby clean && gatsby develop --host 0.0.0.0",
|
|
"build": "gatsby clean && gatsby build",
|
|
"serve": "serve -s public/",
|
|
"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 .",
|
|
"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'",
|
|
"storybook": "start-storybook -p 4000 -c .storybook",
|
|
"storybook:build": "build-storybook -c .storybook -o public/storybook"
|
|
},
|
|
"dependencies": {
|
|
"@loadable/component": "^5.13.1",
|
|
"@now/node": "^1.7.2",
|
|
"@oceanprotocol/art": "^3.0.0",
|
|
"@oceanprotocol/react": "^0.0.16",
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
|
"@sindresorhus/slugify": "^1.0.0",
|
|
"@tippyjs/react": "^4.1.0",
|
|
"@types/classnames": "^2.2.10",
|
|
"axios": "^0.19.2",
|
|
"classnames": "^2.2.6",
|
|
"date-fns": "^2.15.0",
|
|
"dotenv": "^8.2.0",
|
|
"ethereum-blockies": "github:MyEtherWallet/blockies",
|
|
"filesize": "^6.1.0",
|
|
"formik": "^2.1.5",
|
|
"formik-persist": "^1.1.0",
|
|
"gatsby": "^2.24.4",
|
|
"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",
|
|
"gatsby-plugin-svgr": "^2.0.2",
|
|
"gatsby-plugin-webpack-size": "^1.0.0",
|
|
"gatsby-source-filesystem": "^2.3.20",
|
|
"gatsby-source-graphql": "^2.6.2",
|
|
"gatsby-transformer-json": "^2.4.11",
|
|
"gatsby-transformer-remark": "^2.8.25",
|
|
"gatsby-transformer-sharp": "^2.5.11",
|
|
"intersection-observer": "^0.11.0",
|
|
"is-url-superb": "^4.0.0",
|
|
"numeral": "^2.0.6",
|
|
"query-string": "^6.13.1",
|
|
"react": "^16.13.1",
|
|
"react-data-table-component": "^6.9.7",
|
|
"react-datepicker": "^3.1.3",
|
|
"react-dom": "^16.13.1",
|
|
"react-dotdotdot": "^1.3.1",
|
|
"react-dropzone": "^11.0.2",
|
|
"react-helmet": "^6.1.0",
|
|
"react-markdown": "^4.3.1",
|
|
"react-paginate": "^6.3.2",
|
|
"react-responsive-modal": "^5.0.2",
|
|
"react-spring": "^8.0.27",
|
|
"react-tabs": "^3.1.1",
|
|
"react-toastify": "^6.0.8",
|
|
"shortid": "^2.2.15",
|
|
"slugify": "^1.4.4",
|
|
"swr": "^0.2.3",
|
|
"yup": "^0.29.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.5",
|
|
"@babel/preset-typescript": "^7.10.1",
|
|
"@storybook/addon-actions": "^6.0.0-rc.9",
|
|
"@storybook/addon-storyshots": "^6.0.0-rc.9",
|
|
"@storybook/react": "^6.0.0-rc.9",
|
|
"@svgr/webpack": "^5.4.0",
|
|
"@testing-library/jest-dom": "^5.11.1",
|
|
"@testing-library/react": "^10.4.7",
|
|
"@types/jest": "^26.0.4",
|
|
"@types/loadable__component": "^5.13.0",
|
|
"@types/node": "^14.0.23",
|
|
"@types/numeral": "^0.0.28",
|
|
"@types/react": "^16.9.43",
|
|
"@types/react-datepicker": "^3.0.2",
|
|
"@types/react-helmet": "^6.0.0",
|
|
"@types/react-paginate": "^6.2.1",
|
|
"@types/react-tabs": "^2.3.2",
|
|
"@types/shortid": "0.0.29",
|
|
"@types/yup": "^0.29.3",
|
|
"@typescript-eslint/eslint-plugin": "^3.6.1",
|
|
"@typescript-eslint/parser": "^3.6.1",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-preset-react-app": "^9.1.2",
|
|
"eslint": "^7.4.0",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "^7.20.3",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^26.1.0",
|
|
"node-mocks-http": "^1.8.1",
|
|
"prettier": "^2.0.5",
|
|
"serve": "^11.3.2",
|
|
"source-map-explorer": "^2.4.2",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oceanprotocol/market"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|