mirror of
https://github.com/oceanprotocol/ipfs
synced 2024-10-31 23:25:17 +01:00
4df858470a
Bumps [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) from 9.5.1 to 10.0.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v10.0.0/packages/next-mdx) Signed-off-by: dependabot[bot] <support@github.com>
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@oceanprotocol/ipfs",
|
|
"version": "1.0.0",
|
|
"description": "Ocean Protocol's Public IPFS Node.",
|
|
"scripts": {
|
|
"start": "next dev",
|
|
"build": "next build",
|
|
"serve": "next start",
|
|
"test": "eslint --ignore-path .gitignore 'src/**/*.{js,jsx,ts,tsx}'",
|
|
"format": "prettier ./src/**/*.{css,yml,js,jsx,ts,tsx,json} --write"
|
|
},
|
|
"author": "Matthias Kretschmann <matthias@oceanprotocol.com>",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^1.6.16",
|
|
"@next/mdx": "^10.0.0",
|
|
"@oceanprotocol/art": "^2.2.0",
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
|
"axios": "^0.19.2",
|
|
"ipfs-http-client": "^46.0.0",
|
|
"next": "^9.5.1",
|
|
"next-seo": "^4.7.3",
|
|
"next-svgr": "^0.0.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-dropzone": "^11.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/next-seo": "^1.10.0",
|
|
"@types/node": "^14.0.27",
|
|
"@types/react": "^16.9.43",
|
|
"@typescript-eslint/eslint-plugin": "^3.9.0",
|
|
"@typescript-eslint/parser": "^3.6.1",
|
|
"eslint": "^7.7.0",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "^7.20.5",
|
|
"prettier": "^2.0.5",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oceanprotocol/ipfs"
|
|
},
|
|
"engines": {
|
|
"node": "10.x"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|