Advertisement
yurystanev

xstate-platinum version compatability

Jan 13th, 2020
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.40 KB | None | 0 0
  1. {
  2.   "name": "parcel-sandbox",
  3.   "version": "1.0.0",
  4.   "description": "Simple Parcel Sandbox",
  5.   "main": "index.html",
  6.   "scripts": {
  7.     "start": "parcel index.html --open",
  8.     "build": "parcel build index.html"
  9.   },
  10.   "dependencies": {
  11.     "plantuml-encoder": "1.4.0",
  12.     "xstate": "4.4.0",
  13.     "xstate-plantuml": "0.4.4"
  14.   },
  15.   "devDependencies": {
  16.     "parcel-bundler": "^1.6.1"
  17.   }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement