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",
|
|
|
|
"build": "gatsby build && mv public dist",
|
|
|
|
"copy:contribs": "cp ../.all-contributorsrc data/contributors.json",
|
|
|
|
"prepare": "npm run copy:contribs",
|
|
|
|
"reset": "rm -rf .cache",
|
2017-12-04 16:42:20 -08:00
|
|
|
"lint": "eslint src"
|
|
|
|
},
|
|
|
|
"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": {
|
2018-07-25 07:47:26 -04:00
|
|
|
"classnames": "^2.2.5",
|
2017-12-04 16:42:20 -08:00
|
|
|
"eslint": "^3.1.1",
|
|
|
|
"eslint-plugin-import": "^1.11.1",
|
2018-07-25 07:47:26 -04:00
|
|
|
"gatsby": "^1.9.270",
|
|
|
|
"gatsby-plugin-catch-links": "^1.0.22",
|
|
|
|
"gatsby-plugin-manifest": "^1.0.21",
|
|
|
|
"gatsby-plugin-postcss-sass": "^1.0.20",
|
|
|
|
"gatsby-plugin-react-helmet": "^2.0.11",
|
|
|
|
"gatsby-plugin-react-next": "^1.0.11",
|
|
|
|
"gatsby-remark-autolink-headers": "^1.4.18",
|
|
|
|
"gatsby-remark-prismjs": "^2.0.2",
|
|
|
|
"gatsby-source-filesystem": "^1.5.35",
|
|
|
|
"gatsby-transformer-json": "^1.0.17",
|
|
|
|
"gatsby-transformer-remark": "^1.7.42",
|
|
|
|
"gatsby-transformer-yaml": "^1.5.16",
|
2017-12-04 16:42:20 -08:00
|
|
|
"postcss-at2x": "^2.0.0",
|
|
|
|
"postcss-colour-functions": "^1.5.1",
|
|
|
|
"postcss-cssnext": "^2.7.0",
|
|
|
|
"postcss-neat": "^2.5.2",
|
|
|
|
"postcss-nested": "^1.0.0",
|
|
|
|
"postcss-simple-extend": "^1.0.0",
|
|
|
|
"postcss-simple-vars-async": "^1.2.1",
|
2018-07-25 07:47:26 -04:00
|
|
|
"prismjs": "^1.14.0",
|
|
|
|
"react-helmet": "^5.2.0",
|
|
|
|
"react-markdown": "^3.3.2",
|
|
|
|
"react-sidecar": "^0.1.1",
|
|
|
|
"smooth-scroll": "^14.2.0"
|
2017-12-04 16:42:20 -08:00
|
|
|
},
|
2018-08-03 19:23:43 -04:00
|
|
|
"private": true
|
2017-12-04 16:42:20 -08:00
|
|
|
}
|