feat: init react

This commit is contained in:
Philippe Torrel
2026-08-04 10:04:24 +02:00
parent 17aa46a4bc
commit 1afc687270
15 changed files with 1075 additions and 89 deletions

View File

@@ -1,14 +0,0 @@
{
"name": "webseite-gulp-ts-frontend",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"type": "module",
"devDependencies": {
"gulp": "^5.0.1"
}
}

View File

@@ -25,7 +25,7 @@
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@rollup/stream": "^3.0.1",
"@types/bootstrap": "^5.2.10",
"@types/bootstrap": "^5.2.11",
"@types/toastify-js": "^1.12.4",
"browser-sync": "^3.0.4",
"core-js": "^3.46.0",

View File

@@ -19,7 +19,7 @@
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@rollup/stream": "^3.0.1",
"@types/bootstrap": "^5.2.10",
"@types/bootstrap": "^5.2.11",
"@types/toastify-js": "^1.12.4",
"browser-sync": "^3.0.4",
"core-js": "^3.46.0",