mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 16:25:37 +01:00
92536d4fd7
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
92 lines
3.1 KiB
JSON
92 lines
3.1 KiB
JSON
{
|
|
"name": "@oceanprotocol/docs",
|
|
"description": "One site to rule all docs",
|
|
"version": "0.0.1",
|
|
"author": "Ocean Protocol <devops@oceanprotocol.com>",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"start": "gatsby develop",
|
|
"ssr": "npm run build && serve -s public/",
|
|
"format": "prettier --ignore-path .gitignore './**/*.{css,scss,yml,js,jsx,ts,tsx,json}' --write",
|
|
"lint:js": "eslint --ignore-path .gitignore --ignore-path .prettierignore --ext .js,.jsx .",
|
|
"lint:md": "markdownlint './**/*.{md,markdown}' --ignore './{node_modules,external,public,.cache,markdowns}/**/*'",
|
|
"lint:yml": "prettier '**/*.{yml,yaml}' --list-different",
|
|
"lint": "run-p --continue-on-error lint:js lint:md lint:yml",
|
|
"test": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"@oceanprotocol/art": "^3.2.0",
|
|
"axios": "^0.24.0",
|
|
"classnames": "^2.3.1",
|
|
"gatsby": "^2.32.13",
|
|
"gatsby-image": "^3.11.0",
|
|
"gatsby-plugin-catch-links": "^2.10.0",
|
|
"gatsby-plugin-manifest": "^2.12.1",
|
|
"gatsby-plugin-offline": "^3.10.2",
|
|
"gatsby-plugin-react-helmet": "^3.10.0",
|
|
"gatsby-plugin-sass": "^3.2.0",
|
|
"gatsby-plugin-sharp": "^2.14.4",
|
|
"gatsby-plugin-sitemap": "^2.12.0",
|
|
"gatsby-plugin-svgr": "^2.1.0",
|
|
"gatsby-plugin-webpack-size": "^2.0.1",
|
|
"gatsby-remark-autolink-headers": "^2.11.0",
|
|
"gatsby-remark-code-titles": "^1.1.0",
|
|
"gatsby-remark-component": "^1.1.3",
|
|
"gatsby-remark-embed-video": "^3.1.1",
|
|
"gatsby-remark-github": "^2.0.0",
|
|
"gatsby-remark-images": "^3.11.1",
|
|
"gatsby-remark-responsive-iframe": "^2.11.0",
|
|
"gatsby-remark-smartypants": "^2.10.0",
|
|
"gatsby-remark-vscode": "^3.3.0",
|
|
"gatsby-source-filesystem": "^2.11.1",
|
|
"gatsby-source-git": "^1.1.0",
|
|
"gatsby-source-graphql": "^2.14.0",
|
|
"gatsby-transformer-remark": "^2.16.1",
|
|
"gatsby-transformer-remark-plaintext": "^1.0.3",
|
|
"gatsby-transformer-sharp": "^2.12.1",
|
|
"gatsby-transformer-xml": "^2.10.0",
|
|
"gatsby-transformer-yaml": "^2.11.0",
|
|
"giphy-js-sdk-core": "^1.0.6",
|
|
"intersection-observer": "^0.12.0",
|
|
"js-search": "^2.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-helmet": "^6.1.0",
|
|
"react-json-view": "^1.21.3",
|
|
"react-scrollspy": "^3.4.3",
|
|
"rehype-react": "^7.0.3",
|
|
"remark": "^13.0.0",
|
|
"remark-github-plugin": "^1.4.0",
|
|
"remark-react": "^8.0.0",
|
|
"shortid": "^2.2.16",
|
|
"slugify": "^1.6.2",
|
|
"smoothscroll-polyfill": "^0.4.4",
|
|
"swagger-client": "^3.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^5.5.0",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"git-format-staged": "^2.1.2",
|
|
"husky": "^7.0.4",
|
|
"markdownlint-cli": "^0.30.0",
|
|
"node-sass": "^5.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.4.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/oceanprotocol/docs"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|