static-cms/website/package.json
renovate[bot] bd74ba6e70
fix(deps): update gatsby monorepo (#4161)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-17 13:21:23 +03:00

55 lines
1.7 KiB
JSON

{
"name": "netlify-cms-site",
"version": "1.0.0",
"description": "Netlify CMS documentation website built with Gatsby",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build && mv public dist",
"lint": "markdownlint 'content/docs/**/*.md'",
"copy:contribs": "cp ../.all-contributorsrc data/contributors.json",
"prepare": "npm run copy:contribs",
"reset": "rm -rf .cache"
},
"author": "",
"homepage": "https://www.netlifycms.org/",
"license": "MIT",
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"dayjs": "^1.8.23",
"emotion-theming": "^10.0.27",
"gatsby": "2.24.47",
"gatsby-plugin-catch-links": "2.3.11",
"gatsby-plugin-emotion": "^4.2.0",
"gatsby-plugin-manifest": "2.4.23",
"gatsby-plugin-netlify-cms": "^4.2.0",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-remark-autolink-headers": "2.3.11",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "3.5.10",
"gatsby-source-filesystem": "2.3.24",
"gatsby-transformer-json": "2.4.11",
"gatsby-transformer-remark": "2.8.28",
"gatsby-transformer-yaml": "2.4.10",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"netlify-cms-app": "^2.11.31",
"prismjs": "^1.21.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-github-btn": "^1.1.1",
"react-helmet": "^6.0.0",
"react-markdown": "^4.3.1",
"smooth-scroll": "^16.1.2"
},
"devDependencies": {
"babel-plugin-prismjs": "^2.0.1",
"babel-preset-gatsby": "^0.5.1",
"eslint": "^7.4.0",
"eslint-plugin-import": "^2.20.1",
"markdownlint-cli": "^0.23.2"
},
"private": true
}