This commit is contained in:
Philippe Torrel
2026-07-24 13:31:30 +02:00
parent c118892017
commit e5c2f47063
19 changed files with 1380 additions and 659 deletions

View File

@@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "run-p server css js",
"js": "npx esbuild dev/scripts/main.js --watch --bundle --sourcemap --outfile=assets/js/build.js",
"http-server": "npx http-server -p 3000 -c-1",
"server": "npx browser-sync start --server --files 'assets/css/*.css, assets/js/*.js, **/*.html, *.html'",
@@ -21,6 +22,7 @@
"sass": "^1.101.3"
},
"dependencies": {
"bootstrap": "^5.3.8"
"bootstrap": "^5.3.8",
"toastify-js": "^1.12.0"
}
}