Initial React project

This commit is contained in:
Johan
2026-03-17 00:42:10 +01:00
parent c9031f2275
commit 8bca9680e4
1317 changed files with 48700 additions and 23334 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-react",
"version": "5.1.4",
"version": "5.2.0",
"description": "The default Vite plugin for React projects",
"keywords": [
"babel",
@@ -57,7 +57,7 @@
"tsdown": "^0.20.3"
},
"peerDependencies": {
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"