Files
spring-flo/projects/flo/package.json
2024-04-25 18:04:53 -04:00

25 lines
652 B
JSON

{
"name": "spring-flo",
"version": "0.13.1",
"description": "Library for quickly building text DSL visualization diagram editor",
"author": "Andy Clement, Alex Boyko",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/spring-projects/spring-flo.git"
},
"dependencies": {
"codemirror": "5.65.12",
"jointjs": "3.4.2",
"jquery": "^3.6.3",
"lodash": "^4.17.21",
"ts-disposables": "2.2.3"
},
"peerDependencies": {
"@angular/core": ">=15.0.0 <17.0.0",
"@angular/forms": ">=15.0.0 < 17.0.0",
"@angular/common": ">=15.0.0 <17.0.0",
"rxjs": ">=7.0.0 <8.0.0"
}
}