Replaced default template with new S-PDF template. added navbar

This commit is contained in:
Saud Fatayerji
2023-11-04 14:03:09 +03:00
parent 98a19e56a4
commit 35c5a457b7
12 changed files with 863 additions and 24 deletions

View File

@@ -13,9 +13,13 @@
"@stirling-pdf/shared-operations": "^0.0.0",
"@tauri-apps/api": "^1.5.1",
"archiver": "^6.0.1",
"bootstrap": "^5.3.2",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.18.0"
},
"devDependencies": {
@@ -23,6 +27,7 @@
"@types/archiver": "^5.3.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-bootstrap": "^0.26.5",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.4"