add vite react plugin

This commit is contained in:
MapleLeaf
2021-12-31 10:55:29 -06:00
committed by Darius
parent 66e4ebc250
commit 594c0dc42d
4 changed files with 210 additions and 96 deletions

View File

@@ -6,16 +6,17 @@
"dev": "esmo src/server.tsx"
},
"dependencies": {
"express": "^4.17.2"
"express": "^4.17.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "*",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.9",
"@vitejs/plugin-react": "^1.1.3",
"esno": "^0.13.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.5.4",
"vite": "^2.7.10"
}