2018-11-07 12:24:53 +01:00
|
|
|
{
|
|
|
|
"name": "@oceanprotocol/docs",
|
|
|
|
"description": "One site to rule all docs",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"author": "Ocean Protocol <devops@oceanprotocol.com>",
|
2018-11-12 12:39:11 +01:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"scripts": {
|
2019-06-24 20:48:45 +02:00
|
|
|
"build": "gatsby build",
|
|
|
|
"start": "gatsby develop",
|
2018-11-12 12:39:11 +01:00
|
|
|
"ssr": "npm run build && serve -s public/",
|
2020-07-01 11:24:21 +02:00
|
|
|
"format": "prettier --ignore-path .gitignore './**/*.{css,scss,yml,js,jsx,ts,tsx,json}' --write",
|
2018-11-12 12:39:11 +01:00
|
|
|
"lint:js": "eslint --ignore-path .gitignore --ignore-path .prettierignore --ext .js,.jsx .",
|
2019-04-16 13:49:52 +02:00
|
|
|
"lint:md": "markdownlint './**/*.{md,markdown}' --ignore './{node_modules,external,public,.cache}/**/*'",
|
2018-11-12 12:39:11 +01:00
|
|
|
"lint:yml": "prettier '**/*.{yml,yaml}' --list-different",
|
2020-07-01 11:24:21 +02:00
|
|
|
"lint": "run-p --continue-on-error lint:js lint:md lint:yml",
|
2021-01-26 15:57:03 +01:00
|
|
|
"test": "npm run lint"
|
2018-11-12 12:39:11 +01:00
|
|
|
},
|
2018-11-07 12:24:53 +01:00
|
|
|
"dependencies": {
|
2020-07-01 11:24:21 +02:00
|
|
|
"@oceanprotocol/art": "^3.0.0",
|
2021-01-13 09:07:00 +01:00
|
|
|
"axios": "^0.21.1",
|
2021-04-20 13:18:13 +02:00
|
|
|
"classnames": "^2.3.1",
|
2021-05-10 03:22:24 +02:00
|
|
|
"gatsby": "^2.32.13",
|
2021-05-25 09:30:46 +02:00
|
|
|
"gatsby-image": "^3.5.0",
|
2021-02-15 11:29:22 +01:00
|
|
|
"gatsby-plugin-catch-links": "^2.10.0",
|
2021-03-02 18:39:22 +01:00
|
|
|
"gatsby-plugin-manifest": "^2.12.1",
|
|
|
|
"gatsby-plugin-offline": "^3.10.2",
|
2021-02-23 16:19:31 +01:00
|
|
|
"gatsby-plugin-react-helmet": "^3.10.0",
|
2021-02-15 11:27:57 +01:00
|
|
|
"gatsby-plugin-sass": "^3.2.0",
|
2021-03-02 18:39:22 +01:00
|
|
|
"gatsby-plugin-sharp": "^2.14.3",
|
2021-02-18 09:27:41 +01:00
|
|
|
"gatsby-plugin-sitemap": "^2.12.0",
|
2021-01-13 09:07:00 +01:00
|
|
|
"gatsby-plugin-svgr": "^2.1.0",
|
2021-04-16 01:46:09 +02:00
|
|
|
"gatsby-plugin-webpack-size": "^2.0.1",
|
2021-02-15 11:20:38 +01:00
|
|
|
"gatsby-remark-autolink-headers": "^2.11.0",
|
2019-07-16 16:17:34 +02:00
|
|
|
"gatsby-remark-code-titles": "^1.1.0",
|
2018-11-11 01:32:05 +01:00
|
|
|
"gatsby-remark-component": "^1.1.3",
|
2021-02-23 16:19:31 +01:00
|
|
|
"gatsby-remark-copy-linked-files": "^2.10.0",
|
2021-04-16 01:46:09 +02:00
|
|
|
"gatsby-remark-embed-video": "^3.1.1",
|
2019-02-06 13:34:52 +01:00
|
|
|
"gatsby-remark-github": "^2.0.0",
|
2021-03-02 18:39:22 +01:00
|
|
|
"gatsby-remark-images": "^3.11.1",
|
2021-02-18 09:24:11 +01:00
|
|
|
"gatsby-remark-responsive-iframe": "^2.11.0",
|
2021-02-23 16:19:31 +01:00
|
|
|
"gatsby-remark-smartypants": "^2.10.0",
|
2021-04-16 01:39:34 +02:00
|
|
|
"gatsby-remark-vscode": "^3.2.1",
|
2021-03-02 18:39:22 +01:00
|
|
|
"gatsby-source-filesystem": "^2.11.1",
|
2021-04-10 18:11:58 +02:00
|
|
|
"gatsby-source-git": "^1.1.0",
|
2021-02-23 16:19:31 +01:00
|
|
|
"gatsby-source-graphql": "^2.14.0",
|
2021-03-02 18:41:27 +01:00
|
|
|
"gatsby-transformer-remark": "^2.16.1",
|
2021-04-16 01:46:09 +02:00
|
|
|
"gatsby-transformer-sharp": "^2.12.1",
|
2021-02-08 03:06:32 +01:00
|
|
|
"gatsby-transformer-xml": "^2.10.0",
|
2021-02-23 16:19:31 +01:00
|
|
|
"gatsby-transformer-yaml": "^2.11.0",
|
2018-11-11 02:26:27 +01:00
|
|
|
"giphy-js-sdk-core": "^1.0.6",
|
2020-12-14 03:07:19 +01:00
|
|
|
"intersection-observer": "^0.12.0",
|
2021-04-16 01:46:09 +02:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2020-07-01 11:24:21 +02:00
|
|
|
"react-helmet": "^6.1.0",
|
2020-07-27 11:22:27 +02:00
|
|
|
"react-scrollspy": "^3.4.3",
|
2021-01-26 17:39:08 +01:00
|
|
|
"rehype-react": "^6.2.0",
|
2020-10-20 22:25:15 +02:00
|
|
|
"remark": "^13.0.0",
|
2020-07-01 11:24:21 +02:00
|
|
|
"remark-github-plugin": "^1.4.0",
|
2020-10-20 22:25:15 +02:00
|
|
|
"remark-react": "^8.0.0",
|
2020-10-26 03:04:55 +01:00
|
|
|
"shortid": "^2.2.16",
|
2021-05-25 09:30:25 +02:00
|
|
|
"slugify": "^1.5.3",
|
2019-03-27 14:03:53 +01:00
|
|
|
"smoothscroll-polyfill": "^0.4.4",
|
2021-04-16 01:46:09 +02:00
|
|
|
"swagger-client": "^3.13.2"
|
2018-11-07 12:24:53 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-24 13:25:05 +01:00
|
|
|
"@svgr/webpack": "^5.5.0",
|
2019-10-31 14:06:23 +01:00
|
|
|
"dotenv": "^8.2.0",
|
2021-05-25 09:50:46 +02:00
|
|
|
"eslint": "^7.27.0",
|
2019-08-20 11:42:35 +02:00
|
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
2021-04-26 03:03:00 +02:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-04-16 01:46:09 +02:00
|
|
|
"eslint-plugin-prettier": "^3.4.0",
|
2021-01-28 12:36:06 +01:00
|
|
|
"git-format-staged": "^2.1.1",
|
2021-04-16 01:00:26 +02:00
|
|
|
"husky": "^6.0.0",
|
2021-04-16 01:46:09 +02:00
|
|
|
"markdownlint-cli": "^0.27.1",
|
2021-01-13 09:07:00 +01:00
|
|
|
"node-sass": "^5.0.0",
|
2018-11-27 14:42:08 +01:00
|
|
|
"npm-run-all": "^4.1.5",
|
2020-12-03 18:56:17 +01:00
|
|
|
"prettier": "^2.2.1"
|
2018-11-07 12:24:53 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/oceanprotocol/docs"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
|
|
|
}
|