UNPKG

xstate-router

Version:

XState Router. Add routes to your XState machine.

51 lines (50 loc) 1.17 kB
{ "name": "xstate-router", "version": "0.4.3", "description": "XState Router. Add routes to your XState machine.", "main": "lib/index.js", "files": [ "lib/" ], "types": "lib/index.d.ts", "typings": "lib/index.d.ts", "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "tsc", "build:watch": "tsc --watch" }, "peerDependencies": { "@xstate/react": "^0.8.1", "react": "^16.12.0", "xstate": "^4.7.6" }, "devDependencies": { "@testing-library/react": "^9.4.0", "@types/jest": "^24.9.0", "@types/react": "^16.9.18", "jest": "^24.8.0", "react": "^16.12.0", "react-dom": "^16.12.0", "ts-jest": "^24.3.0", "typescript": "^3.7.5", "xstate": "^4.7.6" }, "keywords": [ "xstate", "react", "router", "statecharts", "state-machines", "javascript" ], "repository": "carloslfu/xstate-react-router", "author": "@carloslfu", "license": "MIT", "dependencies": { "@xstate/graph": "^1.0.0", "@xstate/react": "^0.8.1", "history": "^4.10.1", "path-to-regexp": "^6.1.0" } }