@xeito/router
Version:
Router for Xeito | Framework for building web applications
28 lines (27 loc) • 556 B
JSON
{
"name": "@xeito/router",
"version": "0.3.5",
"description": "Router for Xeito | Framework for building web applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {},
"files": [
"dist"
],
"author": "Samuel Bazaga",
"license": "MIT",
"keywords": [
"Xeito",
"Framework",
"Web",
"Typescript"
],
"dependencies": {
"@xeito/core": "^0.3.5",
"@xeito/injection": "^0.3.5",
"@xeito/store": "^0.3.5",
"history": "^5.3.0",
"path-to-regexp": "^6.2.1"
}
}