static-cms/website/package.json
2022-09-30 19:34:18 -04:00

53 lines
1.6 KiB
JSON

{
"name": "simple-cms-site",
"version": "1.0.0",
"description": "Simple CMS documentation website built with Gatsby",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths && rm -rf dist && mv public dist",
"lint": "markdownlint 'content/docs/**/*.md'",
"reset": "rm -rf .cache"
},
"author": "",
"homepage": "https://www.simplecms.github.io/simple-cms/",
"license": "MIT",
"dependencies": {
"@emotion/cache": "^10.0.29",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"dayjs": "^1.8.23",
"emotion-theming": "^10.0.27",
"gatsby": "3.14.6",
"gatsby-plugin-catch-links": "3.14.0",
"gatsby-plugin-emotion": "^4.0.0",
"gatsby-plugin-manifest": "3.14.0",
"gatsby-plugin-netlify-cms": "5.14.0",
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-remark-autolink-headers": "4.11.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "5.11.0",
"gatsby-source-filesystem": "3.14.0",
"gatsby-transformer-json": "3.14.0",
"gatsby-transformer-remark": "4.11.0",
"gatsby-transformer-yaml": "3.14.0",
"js-yaml": "^4.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"netlify-cms-app": "^2.15.72",
"prismjs": "^1.21.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.0.0",
"react-markdown": "^6.0.0",
"smooth-scroll": "^16.1.2"
},
"devDependencies": {
"babel-plugin-prismjs": "^2.0.1",
"babel-preset-gatsby": "^1.0.0",
"eslint": "^7.4.0",
"eslint-plugin-import": "^2.20.1",
"markdownlint-cli": "^0.31.0"
},
"private": true
}