docs: convert website from postcss to emotion (#2068)
This commit is contained in:
committed by
Shawn Erquhart
parent
7b0838dfef
commit
3d474b1944
@ -13,38 +13,38 @@
|
||||
"homepage": "https://www.netlifycms.org/",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.5",
|
||||
"dayjs": "^1.7.5",
|
||||
"gatsby": "next",
|
||||
"gatsby-plugin-catch-links": "next",
|
||||
"gatsby-plugin-manifest": "next",
|
||||
"gatsby-plugin-netlify-cms": "^3.0.0-rc.1",
|
||||
"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",
|
||||
"github-buttons": "git+https://github.com/ntkme/github-buttons.git",
|
||||
"lodash": "^4.17.13",
|
||||
"netlify-cms": "^2.0.11",
|
||||
"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.15.0",
|
||||
"react": "^16.4.2",
|
||||
"react-dom": "^16.4.2",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-markdown": "^3.3.2",
|
||||
"smooth-scroll": "^14.2.0"
|
||||
"@emotion/core": "^10.0.27",
|
||||
"@emotion/styled": "^10.0.27",
|
||||
"dayjs": "^1.8.19",
|
||||
"emotion-theming": "^10.0.27",
|
||||
"gatsby": "2.19.3",
|
||||
"gatsby-plugin-catch-links": "2.1.24",
|
||||
"gatsby-plugin-emotion": "^4.1.21",
|
||||
"gatsby-plugin-manifest": "2.2.38",
|
||||
"gatsby-plugin-netlify-cms": "^4.1.37",
|
||||
"gatsby-plugin-react-helmet": "3.1.21",
|
||||
"gatsby-remark-autolink-headers": "2.1.23",
|
||||
"gatsby-remark-prismjs": "3.3.30",
|
||||
"gatsby-source-filesystem": "2.1.46",
|
||||
"gatsby-transformer-json": "2.2.25",
|
||||
"gatsby-transformer-remark": "2.6.48",
|
||||
"gatsby-transformer-yaml": "2.2.23",
|
||||
"lodash": "^4.17.15",
|
||||
"moment": "^2.24.0",
|
||||
"netlify-cms": "^2.10.11",
|
||||
"prismjs": "^1.19.0",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0",
|
||||
"react-github-btn": "^1.1.1",
|
||||
"react-helmet": "^5.2.1",
|
||||
"react-markdown": "^4.3.1",
|
||||
"smooth-scroll": "^16.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-prismjs": "^1.0.2"
|
||||
"babel-plugin-prismjs": "^2.0.1",
|
||||
"babel-preset-gatsby": "^0.2.27",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-import": "^2.20.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user