{ "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", "copy:contribs": "cp ../.all-contributorsrc data/contributors.json", "prepare": "npm run copy:contribs", "reset": "rm -rf .cache", "lint": "eslint src" }, "author": "", "homepage": "https://www.netlifycms.org/", "license": "MIT", "dependencies": { "classnames": "^2.2.5", "eslint": "^3.1.1", "eslint-plugin-import": "^1.11.1", "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", "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", "prismjs": "^1.14.0", "react-helmet": "^5.2.0", "react-markdown": "^3.3.2", "react-sidecar": "^0.1.1", "smooth-scroll": "^14.2.0" }, "devDependencies": {} }