mirror of
https://github.com/oceanprotocol/ipfs
synced 2024-10-31 23:25:17 +01:00
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.5.5",
|
|
"@next/mdx": "^9.2.1",
|
|
"@oceanprotocol/art": "^2.2.0",
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
|
"axios": "^0.19.2",
|
|
"ipfs-http-client": "^42.0.0",
|
|
"next": "9.2.2",
|
|
"next-seo": "^4.1.0",
|
|
"next-svgr": "^0.0.2",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-dropzone": "^10.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/next-seo": "^1.10.0",
|
|
"@types/node": "^13.7.0",
|
|
"@types/react": "^16.9.19",
|
|
"@typescript-eslint/eslint-plugin": "^2.19.1",
|
|
"@typescript-eslint/parser": "^2.19.1",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-react": "^7.18.3",
|
|
"prettier": "^1.19.1",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"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"
|
|
]
|
|
}
|