mirror of
https://github.com/oceanprotocol/ipfs
synced 2024-11-22 09:47:03 +01:00
46 lines
1.3 KiB
JSON
46 lines
1.3 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/**/*.{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.1",
|
|
"@next/mdx": "^9.1.1",
|
|
"@oceanprotocol/art": "^2.2.0",
|
|
"@oceanprotocol/typographies": "^0.1.0",
|
|
"@zeit/next-css": "^1.0.1",
|
|
"ipfs-http-client": "^39.0.0",
|
|
"next": "9.1.1",
|
|
"next-seo": "^2.1.2",
|
|
"next-svgr": "0.0.2",
|
|
"react": "^16.10.2",
|
|
"react-dom": "^16.10.2",
|
|
"react-dropzone": "^10.1.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/next-seo": "^1.10.0",
|
|
"@types/node": "^12.11.1",
|
|
"@types/react": "^16.9.9",
|
|
"@typescript-eslint/eslint-plugin": "^2.4.0",
|
|
"@typescript-eslint/parser": "^2.4.0",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-config-prettier": "^6.4.0",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-react": "^7.16.0",
|
|
"prettier": "^1.18.2",
|
|
"typescript": "^3.6.4"
|
|
},
|
|
"engines": {
|
|
"node": "10.x"
|
|
}
|
|
}
|