1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00
docs/package.json

58 lines
1.7 KiB
JSON
Raw Normal View History

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>",
"dependencies": {
2018-11-07 17:00:54 +01:00
"@oceanprotocol/art": "^1.0.2",
2018-11-07 17:29:39 +01:00
"gatsby": "^2.0.40",
"gatsby-image": "^2.0.19",
"gatsby-plugin-catch-links": "^2.0.6",
2018-11-07 17:29:39 +01:00
"gatsby-plugin-manifest": "^2.0.7",
"gatsby-plugin-offline": "^2.0.12",
"gatsby-plugin-react-helmet": "^3.0.1",
"gatsby-plugin-sass": "^2.0.3",
2018-11-07 17:29:39 +01:00
"gatsby-plugin-sharp": "^2.0.12",
2018-11-07 17:00:54 +01:00
"gatsby-plugin-svgr": "^2.0.0-alpha",
"gatsby-remark-autolink-headers": "^2.0.10",
"gatsby-remark-images": "^2.0.6",
"gatsby-remark-prismjs": "^3.0.3",
2018-11-08 13:21:39 +01:00
"gatsby-remark-smartypants": "^2.0.6",
2018-11-07 17:29:39 +01:00
"gatsby-source-filesystem": "^2.0.7",
"gatsby-transformer-remark": "^2.1.11",
2018-11-07 17:29:39 +01:00
"gatsby-transformer-sharp": "^2.1.8",
2018-11-08 10:44:46 +01:00
"gatsby-transformer-yaml": "^2.1.4",
"intersection-observer": "^0.5.1",
"node-sass": "^4.10.0",
"prismjs": "^1.15.0",
2018-11-07 17:29:39 +01:00
"react": "^16.6.1",
"react-dom": "^16.6.1",
2018-11-07 12:24:53 +01:00
"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"
]
}