Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.

This commit is contained in:
becarta
2025-05-23 12:43:00 +02:00
parent f40db0f5c9
commit a544759a3b
11127 changed files with 1647032 additions and 0 deletions

42
node_modules/which-pm/package.json generated vendored Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "which-pm",
"version": "3.0.1",
"description": "Detects what package manager was used for installation",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=18.12"
},
"repository": "https://github.com/zkochan/packages/tree/main/which-pm",
"bugs": {
"url": "https://github.com/zkochan/packages/labels/package%3A%20which-pm"
},
"keywords": [
"npm",
"pnpm",
"bun",
"yarn"
],
"author": "Zoltan Kochan",
"license": "MIT",
"dependenciesMeta": {
"which-pm": {
"injected": true
}
},
"dependencies": {
"load-yaml-file": "^0.2.0"
},
"devDependencies": {
"standard": "^16.0.4",
"tape": "^5.3.2",
"which-pm": "file:"
},
"scripts": {
"test": "standard && node test"
}
}