Publication de la nouvelle branche au propre. Reste à tester.

This commit is contained in:
batche
2022-11-21 17:19:10 +01:00
parent 6412bfe1ce
commit 711a75e88d
69 changed files with 8669 additions and 644 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear --host",
"start": "sirv public --no-clear",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
@@ -25,8 +25,6 @@
"typescript": "^4.0.0"
},
"dependencies": {
"axios": "^1.1.3",
"bootstrap": "^5.2.2",
"sirv-cli": "^2.0.0",
"svelte-spa-router": "^3.3.0"
}