f58db5fb08
* website: initial conversion to gatsby v2 * fix unexpected history use warning * use commonjs only to fix gatsby error * fix gatsby import error with sidecar * remove unused postcss-colour-functions * remove unused prop * lowercase layout filename import to match actual file * chore(lint): format code
49 lines
1.4 KiB
JSON
Executable File
49 lines
1.4 KiB
JSON
Executable File
{
|
|
"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",
|
|
"gatsby": "next",
|
|
"gatsby-plugin-catch-links": "next",
|
|
"gatsby-plugin-manifest": "next",
|
|
"gatsby-plugin-postcss": "^1.0.0",
|
|
"gatsby-plugin-react-helmet": "next",
|
|
"gatsby-remark-autolink-headers": "next",
|
|
"gatsby-remark-prismjs": "next",
|
|
"gatsby-source-filesystem": "next",
|
|
"gatsby-transformer-json": "next",
|
|
"gatsby-transformer-remark": "next",
|
|
"gatsby-transformer-yaml": "next",
|
|
"postcss-at2x": "^2.0.0",
|
|
"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": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-helmet": "^5.2.0",
|
|
"react-markdown": "^3.3.2",
|
|
"react-sidecar": "^0.1.1",
|
|
"smooth-scroll": "^14.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.1.1",
|
|
"eslint-plugin-import": "^1.11.1"
|
|
},
|
|
"private": true
|
|
}
|