mirror of
https://github.com/alrayyes/my-opinionated-gatsby-starter
synced 2023-11-14 15:56:29 +00:00
precss need to be a prod dependency for starter to build
This commit is contained in:
parent
ff3c9a4834
commit
b6509da687
@ -14,6 +14,7 @@
|
|||||||
"gatsby-plugin-sharp": "^2.6.4",
|
"gatsby-plugin-sharp": "^2.6.4",
|
||||||
"gatsby-source-filesystem": "^2.3.4",
|
"gatsby-source-filesystem": "^2.3.4",
|
||||||
"gatsby-transformer-sharp": "^2.5.2",
|
"gatsby-transformer-sharp": "^2.5.2",
|
||||||
|
"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"
|
||||||
@ -56,7 +57,6 @@
|
|||||||
"jest": "^26.0.1",
|
"jest": "^26.0.1",
|
||||||
"jest-emotion": "^10.0.32",
|
"jest-emotion": "^10.0.32",
|
||||||
"lint-staged": ">=10",
|
"lint-staged": ">=10",
|
||||||
"precss": "^4.0.0",
|
|
||||||
"prettier": "^2.0.5",
|
"prettier": "^2.0.5",
|
||||||
"react-test-renderer": "^16.13.1",
|
"react-test-renderer": "^16.13.1",
|
||||||
"tailwindcss": "^1.4.6",
|
"tailwindcss": "^1.4.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user