{ "name": "@oceanprotocol/docs", "description": "One site to rule all docs", "version": "0.0.1", "author": "Ocean Protocol ", "dependencies": { "gatsby": "^2.0.19", "gatsby-image": "^2.0.15", "gatsby-plugin-manifest": "^2.0.5", "gatsby-plugin-offline": "^2.0.11", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-plugin-sharp": "^2.0.7", "gatsby-source-filesystem": "^2.0.4", "gatsby-transformer-sharp": "^2.1.4", "react": "^16.5.1", "react-dom": "^16.5.1", "react-helmet": "^5.2.0" }, "license": "Apache-2.0", "scripts": { "build": "gatsby build", "start": "gatsby develop", "ssr": "npm run build && serve -s public/", "format": "prettier --write 'src/**/*.{js,jsx}'", "test": "eslint --ext .js,.jsx ." }, "devDependencies": { "eslint": "^5.8.0", "eslint-config-oceanprotocol": "^1.3.0", "eslint-config-prettier": "^3.1.0", "eslint-plugin-prettier": "^3.0.0", "prettier": "^1.14.2" }, "repository": { "type": "git", "url": "https://github.com/oceanprotocol/docs" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }