Skip to content

Commit

Permalink
Add bowerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman committed Jun 23, 2022
1 parent 937f99a commit 3b44f95
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "purescript-halogen-formless",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/thomashoneyman/purescript-halogen-formless"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-convertable-options": "https://github.com/natefaubion/purescript-convertable-options.git#v1.0.0",
"purescript-effect": "^v4.0.0",
"purescript-either": "^v6.0.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-foreign-object": "^v4.0.0",
"purescript-halogen": "^v7.0.0",
"purescript-heterogeneous": "^v0.6.0",
"purescript-maybe": "^v6.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-record": "^v4.0.0",
"purescript-safe-coerce": "^v2.0.0",
"purescript-type-equality": "^v4.0.1",
"purescript-unsafe-coerce": "^v6.0.0",
"purescript-unsafe-reference": "^v5.0.0",
"purescript-variant": "^v8.0.0",
"purescript-web-events": "^v4.0.0",
"purescript-web-uievents": "^v4.0.0"
}
}

0 comments on commit 3b44f95

Please sign in to comment.