{ "name": "@oceanprotocol/docs", "description": "One site to rule all docs", "version": "0.0.1", "author": "Ocean Protocol ", "license": "Apache-2.0", "scripts": { "build": "npm run typedoc && gatsby build", "start": "npm run typedoc && gatsby develop", "ssr": "npm run build && serve -s public/", "format:js": "prettier --write '**/*.{js,jsx}'", "format:css": "prettier-stylelint --write --quiet 'src/**/*.{css,scss}'", "format:md": "prettier --write '**/*.md'", "format:yml": "prettier --write '**/*.{yml,yaml}'", "format": "run-p format:js format:css format:md format:yml", "lint:js": "eslint --ignore-path .gitignore --ignore-path .prettierignore --ext .js,.jsx .", "lint:css": "stylelint './src/**/*.{css,scss}'", "lint:md": "markdownlint './**/*.{md,markdown}' --ignore './{node_modules,external,public}/**/*'", "lint:yml": "prettier '**/*.{yml,yaml}' --list-different", "lint": "run-p --continue-on-error lint:js lint:css lint:md lint:yml", "test": "npm run lint", "deploy": "./scripts/deploy.sh", "typedoc": "node ./scripts/typedoc.js" }, "dependencies": { "@oceanprotocol/art": "^2.1.0", "axios": "^0.18.0", "classnames": "^2.2.6", "gatsby": "^2.0.67", "gatsby-image": "^2.0.25", "gatsby-plugin-catch-links": "^2.0.9", "gatsby-plugin-google-analytics": "^2.0.8", "gatsby-plugin-manifest": "^2.0.12", "gatsby-plugin-offline": "^2.0.19", "gatsby-plugin-react-helmet": "^3.0.4", "gatsby-plugin-sass": "^2.0.7", "gatsby-plugin-sharp": "^2.0.17", "gatsby-plugin-sitemap": "^2.0.3", "gatsby-plugin-svgr": "^2.0.1", "gatsby-remark-autolink-headers": "^2.0.12", "gatsby-remark-component": "^1.1.3", "gatsby-remark-copy-linked-files": "^2.0.7", "gatsby-remark-embed-video": "^1.4.0", "gatsby-remark-github": "^1.0.1", "gatsby-remark-images": "^3.0.1", "gatsby-remark-prismjs": "^3.1.4", "gatsby-remark-responsive-iframe": "^2.0.7", "gatsby-remark-smartypants": "^2.0.7", "gatsby-source-filesystem": "^2.0.12", "gatsby-source-graphql": "^2.0.7", "gatsby-transformer-remark": "^2.1.15", "gatsby-transformer-sharp": "^2.1.9", "gatsby-transformer-yaml": "^2.1.6", "giphy-js-sdk-core": "^1.0.6", "intersection-observer": "^0.5.1", "node-sass": "^4.11.0", "prismjs": "^1.15.0", "react": "^16.6.3", "react-dom": "^16.6.3", "react-helmet": "^5.2.0", "react-scrollspy": "^3.3.5", "rehype-react": "^3.1.0", "remark": "^10.0.1", "remark-react": "^5.0.0", "slugify": "^1.3.4", "smoothscroll-polyfill": "^0.4.3", "swagger-client": "^3.8.22" }, "devDependencies": { "@svgr/webpack": "^4.1.0", "dotenv": "^6.2.0", "eslint": "^5.10.0", "eslint-config-oceanprotocol": "^1.3.0", "eslint-config-prettier": "^3.3.0", "eslint-plugin-prettier": "^3.0.0", "markdownlint-cli": "^0.13.0", "npm-run-all": "^4.1.5", "ora": "^3.0.0", "prettier": "^1.15.3", "prettier-stylelint": "^0.4.2", "stylelint": "^9.9.0", "stylelint-config-bigchaindb": "^1.2.1", "stylelint-config-css-modules": "^1.3.0", "stylelint-config-standard": "^18.2.0", "typedoc": "^0.14.2" }, "repository": { "type": "git", "url": "https://github.com/oceanprotocol/docs" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }