Feature/website overhaul (#49)

* Reorganize repo
* Overhaul website design and rewrite in NextJS and Typescript
* Delete website-publish.yml
This commit is contained in:
Daniel Lautzenheiser
2022-10-25 09:18:18 -04:00
committed by GitHub
parent 3674ee5bd8
commit 421ecf17e6
629 changed files with 6917 additions and 17824 deletions

View File

@ -1,52 +1,49 @@
{
"name": "static-cms-site",
"version": "1.0.0",
"description": "Static CMS documentation website built with Gatsby",
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths && rm -rf dist && mv public dist",
"lint": "markdownlint 'content/docs/**/*.md'",
"reset": "rm -rf .cache"
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": "",
"homepage": "https://staticjscms.github.io/static-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"
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.9",
"@mui/material": "5.10.10",
"date-fns": "2.29.3",
"gray-matter": "4.0.3",
"js-yaml": "4.1.0",
"next": "12.3.1",
"next-mdx-remote": "4.1.0",
"next-pwa": "5.6.0",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-schemaorg": "2.0.0",
"remark-gfm": "3.0.1",
"schema-dts": "1.1.0"
},
"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
"@babel/core": "7.19.6",
"@emotion/eslint-plugin": "11.10.0",
"@next/bundle-analyzer": "12.3.1",
"@types/js-yaml": "4.0.5",
"@types/node": "18.11.3",
"@types/prismjs": "1.26.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"babel-eslint": "10.1.0",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-unicorn": "44.0.2",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
}