|
|
|
@ -13,36 +13,36 @@ |
|
|
|
|
"test:watch": "jest --watch" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.22", |
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.10.2", |
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.10.2", |
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.4", |
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.26", |
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.12.0", |
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.0", |
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.8", |
|
|
|
|
"@mapbox/rehype-prism": "^0.3.1", |
|
|
|
|
"@mdx-js/loader": "^1.5.1", |
|
|
|
|
"@mdx-js/react": "^1.5.1", |
|
|
|
|
"@next/mdx": "^9.1.2", |
|
|
|
|
"@svgr/webpack": "^4.3.3", |
|
|
|
|
"@mdx-js/loader": "^1.5.3", |
|
|
|
|
"@mdx-js/react": "^1.5.3", |
|
|
|
|
"@next/mdx": "^9.1.6", |
|
|
|
|
"@svgr/webpack": "^5.0.1", |
|
|
|
|
"@zeit/next-css": "latest", |
|
|
|
|
"@zeit/next-sass": "^1.0.1", |
|
|
|
|
"autoprefixer": "^9.6.1", |
|
|
|
|
"bootstrap": "^4.3.1", |
|
|
|
|
"autoprefixer": "^9.7.3", |
|
|
|
|
"bootstrap": "^4.4.1", |
|
|
|
|
"classnames": "^2.2.6", |
|
|
|
|
"date-fns": "^2.6.0", |
|
|
|
|
"date-fns": "^2.8.1", |
|
|
|
|
"font-awesome": "^4.7.0", |
|
|
|
|
"next": "^9.0.4", |
|
|
|
|
"node-sass": "^4.12.0", |
|
|
|
|
"postcss-css-variables": "^0.13.0", |
|
|
|
|
"next": "^9.1.6", |
|
|
|
|
"node-sass": "^4.13.0", |
|
|
|
|
"postcss-css-variables": "^0.14.0", |
|
|
|
|
"prism-themes": "^1.3.0", |
|
|
|
|
"query-string": "^6.8.3", |
|
|
|
|
"react": "^16.9.0", |
|
|
|
|
"react-dom": "^16.9.0", |
|
|
|
|
"styled-components": "^4.4.0" |
|
|
|
|
"query-string": "^6.9.0", |
|
|
|
|
"react": "^16.12.0", |
|
|
|
|
"react-dom": "^16.12.0", |
|
|
|
|
"styled-components": "^4.4.1" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"babel-plugin-styled-components": "^1.10.6", |
|
|
|
|
"gh-pages": "^2.1.1", |
|
|
|
|
"glob": "^7.1.5", |
|
|
|
|
"glob": "^7.1.6", |
|
|
|
|
"jest": "^24.9.0", |
|
|
|
|
"serve": "^11.2.0" |
|
|
|
|
"serve": "^11.3.0" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|