2017-12-04 16:42:20 -08:00
|
|
|
{
|
2018-07-25 07:47:26 -04:00
|
|
|
"name": "netlify-cms-site",
|
2017-12-04 16:42:20 -08:00
|
|
|
"version": "1.0.0",
|
2018-07-25 07:47:26 -04:00
|
|
|
"description": "Netlify CMS documentation website built with Gatsby",
|
2017-12-04 16:42:20 -08:00
|
|
|
"scripts": {
|
2018-07-25 07:47:26 -04:00
|
|
|
"start": "gatsby develop",
|
2021-02-23 08:43:00 -08:00
|
|
|
"build": "gatsby build && rm -rf dist && mv public dist",
|
2020-07-28 19:00:28 +02:00
|
|
|
"lint": "markdownlint 'content/docs/**/*.md'",
|
2018-07-25 07:47:26 -04:00
|
|
|
"copy:contribs": "cp ../.all-contributorsrc data/contributors.json",
|
|
|
|
"prepare": "npm run copy:contribs",
|
2018-11-02 09:52:01 -06:00
|
|
|
"reset": "rm -rf .cache"
|
2017-12-04 16:42:20 -08:00
|
|
|
},
|
|
|
|
"author": "",
|
2018-07-25 07:47:26 -04:00
|
|
|
"homepage": "https://www.netlifycms.org/",
|
2017-12-04 16:42:20 -08:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2021-03-08 01:29:06 -08:00
|
|
|
"@emotion/cache": "^10.0.29",
|
2020-08-26 13:16:26 +03:00
|
|
|
"@emotion/core": "^10.0.35",
|
2020-01-23 21:55:18 -05:00
|
|
|
"@emotion/styled": "^10.0.27",
|
2020-03-20 14:50:27 +02:00
|
|
|
"dayjs": "^1.8.23",
|
2020-01-23 21:55:18 -05:00
|
|
|
"emotion-theming": "^10.0.27",
|
2021-09-13 11:41:22 +03:00
|
|
|
"gatsby": "3.13.0",
|
|
|
|
"gatsby-plugin-catch-links": "3.13.0",
|
2021-05-19 17:29:12 +03:00
|
|
|
"gatsby-plugin-emotion": "^4.0.0",
|
2021-09-13 11:41:22 +03:00
|
|
|
"gatsby-plugin-manifest": "3.13.0",
|
|
|
|
"gatsby-plugin-netlify-cms": "5.13.0",
|
|
|
|
"gatsby-plugin-react-helmet": "4.13.0",
|
|
|
|
"gatsby-remark-autolink-headers": "4.10.0",
|
2020-02-04 09:16:48 +02:00
|
|
|
"gatsby-remark-external-links": "^0.0.4",
|
2021-09-13 11:41:22 +03:00
|
|
|
"gatsby-remark-prismjs": "5.10.0",
|
|
|
|
"gatsby-source-filesystem": "3.13.0",
|
|
|
|
"gatsby-transformer-json": "3.13.0",
|
|
|
|
"gatsby-transformer-remark": "4.10.0",
|
|
|
|
"gatsby-transformer-yaml": "3.13.0",
|
2021-01-04 17:44:36 +02:00
|
|
|
"js-yaml": "^4.0.0",
|
2020-01-23 21:55:18 -05:00
|
|
|
"lodash": "^4.17.15",
|
|
|
|
"moment": "^2.24.0",
|
2021-09-13 13:42:16 +03:00
|
|
|
"netlify-cms-app": "^2.15.42",
|
2020-08-09 15:03:59 +03:00
|
|
|
"prismjs": "^1.21.0",
|
2021-03-08 01:29:06 -08:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
2020-01-23 21:55:18 -05:00
|
|
|
"react-github-btn": "^1.1.1",
|
2020-04-20 10:15:49 +03:00
|
|
|
"react-helmet": "^6.0.0",
|
2021-04-27 10:45:59 +03:00
|
|
|
"react-markdown": "^6.0.0",
|
2020-01-23 21:55:18 -05:00
|
|
|
"smooth-scroll": "^16.1.2"
|
2017-12-04 16:42:20 -08:00
|
|
|
},
|
2018-08-23 17:58:38 -04:00
|
|
|
"devDependencies": {
|
2020-01-23 21:55:18 -05:00
|
|
|
"babel-plugin-prismjs": "^2.0.1",
|
2021-03-08 01:29:06 -08:00
|
|
|
"babel-preset-gatsby": "^1.0.0",
|
2020-07-06 13:22:17 +03:00
|
|
|
"eslint": "^7.4.0",
|
2020-07-28 19:00:28 +02:00
|
|
|
"eslint-plugin-import": "^2.20.1",
|
2021-07-26 12:20:46 +03:00
|
|
|
"markdownlint-cli": "^0.28.0"
|
2021-02-23 08:43:00 -08:00
|
|
|
},
|
2018-08-03 19:23:43 -04:00
|
|
|
"private": true
|
2017-12-04 16:42:20 -08:00
|
|
|
}
|