Files
spring-flo/projects/flo/package.json
2025-01-17 17:01:31 -05:00

25 lines
651 B
JSON

{
"name": "spring-flo",
"version": "0.14.0",
"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.18",
"jointjs": "3.7.7",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"ts-disposables": "2.2.3"
},
"peerDependencies": {
"@angular/core": ">=18.0.0 <20.0.0",
"@angular/forms": ">=18.0.0 <20.0.0",
"@angular/common": ">=18.0.0 <20.0.0",
"rxjs": ">=7.0.0 <8.0.0"
}
}