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:
22
node_modules/load-yaml-file/package.json
generated
vendored
Normal file
22
node_modules/load-yaml-file/package.json
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "load-yaml-file",
|
||||
"version": "0.2.0",
|
||||
"license": "MIT",
|
||||
"repository": "LinusU/load-yaml-file",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.1.5",
|
||||
"js-yaml": "^3.13.0",
|
||||
"pify": "^4.0.1",
|
||||
"strip-bom": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^6.0.2",
|
||||
"standard": "^12.0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user