{ "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 ", "license": "Apache-2.0", "dependencies": { "@mdx-js/loader": "^1.6.16", "@next/mdx": "^10.0.6", "@oceanprotocol/art": "^2.2.0", "@oceanprotocol/typographies": "^0.1.0", "axios": "^0.21.1", "ipfs-http-client": "^46.0.0", "next": "^9.5.5", "next-seo": "^4.7.3", "next-svgr": "^0.0.2", "react": "^16.14.0", "react-dom": "^16.13.1", "react-dropzone": "^11.3.1" }, "devDependencies": { "@types/next-seo": "^1.10.0", "@types/node": "^14.14.28", "@types/react": "^17.0.2", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.10.1", "eslint": "^7.20.0", "eslint-config-oceanprotocol": "^1.5.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.22.0", "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" ] }