add necessary prod dependencies

This commit is contained in:
MapleLeaf
2022-01-07 15:23:46 -06:00
parent bdc76fb423
commit f96eb05681
2 changed files with 9 additions and 8 deletions

View File

@@ -13,6 +13,7 @@
"@heroicons/react": "^1.0.5",
"@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.7.1",
"autoprefixer": "^10.4.1",
"clsx": "^1.1.1",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
@@ -30,6 +31,7 @@
"pino-colada": "^2.2.2",
"pino-http": "^6.5.0",
"postcss": "^8.4.5",
"react-ssr-prepass": "^1.5.0",
"reacord": "workspace:*",
"react": "^18.0.0-rc.0",
"react-dom": "^18.0.0-rc.0",
@@ -46,11 +48,9 @@
"@types/react-dom": "^17.0.9",
"@types/tailwindcss": "^3.0.0",
"@types/wait-on": "^5.3.1",
"autoprefixer": "^10.4.1",
"browser-sync": "^2.27.7",
"execa": "^6.0.0",
"nodemon": "^2.0.15",
"react-ssr-prepass": "^1.5.0",
"rxjs": "^7.5.1",
"tsup": "^5.11.10",
"type-fest": "^2.8.0",