mirror of
https://github.com/alrayyes/my-opinionated-gatsby-starter
synced 2023-11-14 15:56:29 +00:00
re ordered dependencies
This commit is contained in:
parent
b6509da687
commit
fe99045cda
14
package.json
14
package.json
@ -5,8 +5,12 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"author": "Ryan Kes<alias+gatsbystarter@ryankes.eu>",
|
"author": "Ryan Kes<alias+gatsbystarter@ryankes.eu>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@emotion/core": "^10.0.28",
|
||||||
|
"@emotion/styled": "^10.0.27",
|
||||||
|
"autoprefixer": "^9.8.0",
|
||||||
"gatsby": "^2.21.37",
|
"gatsby": "^2.21.37",
|
||||||
"gatsby-image": "^2.4.4",
|
"gatsby-image": "^2.4.4",
|
||||||
|
"gatsby-plugin-emotion": "^4.3.3",
|
||||||
"gatsby-plugin-manifest": "^2.4.5",
|
"gatsby-plugin-manifest": "^2.4.5",
|
||||||
"gatsby-plugin-offline": "^3.2.3",
|
"gatsby-plugin-offline": "^3.2.3",
|
||||||
"gatsby-plugin-postcss": "^2.3.3",
|
"gatsby-plugin-postcss": "^2.3.3",
|
||||||
@ -17,13 +21,13 @@
|
|||||||
"precss": "^4.0.0",
|
"precss": "^4.0.0",
|
||||||
"react": "^16.12.0",
|
"react": "^16.12.0",
|
||||||
"react-dom": "^16.12.0",
|
"react-dom": "^16.12.0",
|
||||||
"react-helmet": "^6.0.0"
|
"react-helmet": "^6.0.0",
|
||||||
|
"tailwindcss": "^1.4.6",
|
||||||
|
"twin.macro": "^1.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.10.2",
|
"@babel/core": "^7.10.2",
|
||||||
"@babel/preset-typescript": "^7.10.1",
|
"@babel/preset-typescript": "^7.10.1",
|
||||||
"@emotion/core": "^10.0.28",
|
|
||||||
"@emotion/styled": "^10.0.27",
|
|
||||||
"@storybook/addon-actions": "^5.3.19",
|
"@storybook/addon-actions": "^5.3.19",
|
||||||
"@storybook/addon-links": "^5.3.19",
|
"@storybook/addon-links": "^5.3.19",
|
||||||
"@storybook/addons": "^5.3.19",
|
"@storybook/addons": "^5.3.19",
|
||||||
@ -34,7 +38,6 @@
|
|||||||
"@types/react-test-renderer": "^16.9.2",
|
"@types/react-test-renderer": "^16.9.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^3.1.0",
|
"@typescript-eslint/eslint-plugin": "^3.1.0",
|
||||||
"@typescript-eslint/parser": "^3.1.0",
|
"@typescript-eslint/parser": "^3.1.0",
|
||||||
"autoprefixer": "^9.8.0",
|
|
||||||
"babel-jest": "^26.0.1",
|
"babel-jest": "^26.0.1",
|
||||||
"babel-loader": "^8.1.0",
|
"babel-loader": "^8.1.0",
|
||||||
"babel-plugin-emotion": "^10.0.33",
|
"babel-plugin-emotion": "^10.0.33",
|
||||||
@ -51,7 +54,6 @@
|
|||||||
"eslint-plugin-prettier": "^3.1.3",
|
"eslint-plugin-prettier": "^3.1.3",
|
||||||
"eslint-plugin-react": "^7.20.0",
|
"eslint-plugin-react": "^7.20.0",
|
||||||
"eslint-plugin-react-hooks": "^4.0.4",
|
"eslint-plugin-react-hooks": "^4.0.4",
|
||||||
"gatsby-plugin-emotion": "^4.3.3",
|
|
||||||
"husky": ">=4",
|
"husky": ">=4",
|
||||||
"identity-obj-proxy": "^3.0.0",
|
"identity-obj-proxy": "^3.0.0",
|
||||||
"jest": "^26.0.1",
|
"jest": "^26.0.1",
|
||||||
@ -59,8 +61,6 @@
|
|||||||
"lint-staged": ">=10",
|
"lint-staged": ">=10",
|
||||||
"prettier": "^2.0.5",
|
"prettier": "^2.0.5",
|
||||||
"react-test-renderer": "^16.13.1",
|
"react-test-renderer": "^16.13.1",
|
||||||
"tailwindcss": "^1.4.6",
|
|
||||||
"twin.macro": "^1.3.0",
|
|
||||||
"typescript": "^3.9.3"
|
"typescript": "^3.9.3"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user