Update package.json to include postcss, autoprefixer, @tailwindcss/typography, and tailwindcss
This commit is contained in:
@@ -48,7 +48,11 @@
|
|||||||
"viem": "2.x",
|
"viem": "2.x",
|
||||||
"wagmi": "^2.8.7",
|
"wagmi": "^2.8.7",
|
||||||
"web3": "^4.0.2",
|
"web3": "^4.0.2",
|
||||||
"zustand": "^4.4.1"
|
"zustand": "^4.4.1",
|
||||||
|
"postcss": "^8.4.13",
|
||||||
|
"autoprefixer": "^10.4.7",
|
||||||
|
"@tailwindcss/typography": "^0.5.0",
|
||||||
|
"tailwindcss": "^3.0.23"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.0.9",
|
"@types/react": "^18.0.9",
|
||||||
|
|||||||
Reference in New Issue
Block a user