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/",
|
|
|
|
"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}'",
|
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",
|
|
|
|
"lint": "run-p --continue-on-error lint:js lint:css lint:md lint:yml",
|
2018-11-16 11:12:28 +01:00
|
|
|
"test": "npm run lint",
|
2019-06-24 20:48:45 +02:00
|
|
|
"deploy": "./scripts/deploy.sh"
|
2018-11-12 12:39:11 +01:00
|
|
|
},
|
2018-11-07 12:24:53 +01:00
|
|
|
"dependencies": {
|
2019-02-06 13:34:52 +01:00
|
|
|
"@oceanprotocol/art": "^2.2.0",
|
2020-01-29 14:52:35 +01:00
|
|
|
"axios": "^0.19.2",
|
2018-11-10 15:40:06 +01:00
|
|
|
"classnames": "^2.2.6",
|
2020-05-15 10:01:43 +02:00
|
|
|
"gatsby": "^2.21.31",
|
|
|
|
"gatsby-image": "^2.4.3",
|
|
|
|
"gatsby-plugin-catch-links": "^2.3.1",
|
|
|
|
"gatsby-plugin-google-analytics": "^2.3.1",
|
|
|
|
"gatsby-plugin-manifest": "^2.4.3",
|
|
|
|
"gatsby-plugin-offline": "^3.2.2",
|
|
|
|
"gatsby-plugin-react-helmet": "^3.3.1",
|
|
|
|
"gatsby-plugin-sass": "^2.3.1",
|
|
|
|
"gatsby-plugin-sharp": "^2.6.3",
|
|
|
|
"gatsby-plugin-sitemap": "^2.4.2",
|
2019-03-21 19:04:04 +01:00
|
|
|
"gatsby-plugin-svgr": "^2.0.2",
|
2019-12-10 22:07:58 +01:00
|
|
|
"gatsby-plugin-webpack-size": "^1.0.0",
|
2020-05-15 10:01:43 +02:00
|
|
|
"gatsby-remark-autolink-headers": "^2.3.2",
|
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",
|
2020-05-15 10:01:43 +02:00
|
|
|
"gatsby-remark-copy-linked-files": "^2.3.2",
|
|
|
|
"gatsby-remark-embed-video": "^3.0.10",
|
2019-02-06 13:34:52 +01:00
|
|
|
"gatsby-remark-github": "^2.0.0",
|
2020-05-15 10:01:43 +02:00
|
|
|
"gatsby-remark-images": "^3.3.3",
|
|
|
|
"gatsby-remark-responsive-iframe": "^2.4.2",
|
|
|
|
"gatsby-remark-smartypants": "^2.3.1",
|
|
|
|
"gatsby-remark-vscode": "^2.1.1",
|
|
|
|
"gatsby-source-filesystem": "^2.3.3",
|
|
|
|
"gatsby-source-graphql": "^2.5.1",
|
|
|
|
"gatsby-transformer-remark": "^2.8.8",
|
|
|
|
"gatsby-transformer-sharp": "^2.5.2",
|
|
|
|
"gatsby-transformer-xml": "^2.3.1",
|
|
|
|
"gatsby-transformer-yaml": "^2.4.1",
|
2018-11-11 02:26:27 +01:00
|
|
|
"giphy-js-sdk-core": "^1.0.6",
|
2020-05-17 00:19:25 +02:00
|
|
|
"intersection-observer": "^0.10.0",
|
2020-03-24 09:04:30 +01:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2020-05-15 10:01:43 +02:00
|
|
|
"react-helmet": "^6.0.0",
|
2019-11-25 16:44:01 +01:00
|
|
|
"react-scrollspy": "^3.4.2",
|
2020-05-15 10:01:43 +02:00
|
|
|
"rehype-react": "^5.0.1",
|
|
|
|
"remark": "^12.0.0",
|
2019-02-06 13:34:52 +01:00
|
|
|
"remark-github-plugin": "^1.3.1",
|
2020-05-15 10:01:43 +02:00
|
|
|
"remark-react": "^7.0.1",
|
2019-11-06 12:43:33 +01:00
|
|
|
"shortid": "^2.2.15",
|
2020-03-16 10:52:35 +01:00
|
|
|
"slugify": "^1.4.0",
|
2019-03-27 14:03:53 +01:00
|
|
|
"smoothscroll-polyfill": "^0.4.4",
|
2020-05-15 10:01:43 +02:00
|
|
|
"swagger-client": "^3.10.3"
|
2018-11-07 12:24:53 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-05-15 10:01:43 +02:00
|
|
|
"@svgr/webpack": "^5.4.0",
|
2019-10-31 14:06:23 +01:00
|
|
|
"dotenv": "^8.2.0",
|
2020-05-17 00:20:51 +02:00
|
|
|
"eslint": "^7.0.0",
|
2019-08-20 11:42:35 +02:00
|
|
|
"eslint-config-oceanprotocol": "^1.5.0",
|
2020-05-15 10:01:43 +02:00
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
|
|
"markdownlint-cli": "^0.23.0",
|
|
|
|
"node-sass": "^4.14.1",
|
2018-11-27 14:42:08 +01:00
|
|
|
"npm-run-all": "^4.1.5",
|
2020-05-15 10:01:43 +02:00
|
|
|
"prettier": "^2.0.5",
|
2018-11-10 15:04:16 +01:00
|
|
|
"prettier-stylelint": "^0.4.2",
|
2020-05-15 10:01:43 +02:00
|
|
|
"stylelint": "^13.3.3",
|
2019-06-07 13:55:55 +02:00
|
|
|
"stylelint-config-bigchaindb": "^1.2.2",
|
2020-01-29 14:52:35 +01:00
|
|
|
"stylelint-config-css-modules": "^2.2.0",
|
2020-03-16 10:52:35 +01:00
|
|
|
"stylelint-config-standard": "^20.0.0"
|
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"
|
|
|
|
]
|
|
|
|
}
|