Update bower.json

This commit is contained in:
sigma-andex 2022-08-20 19:51:19 +01:00
parent 6ec16fbeb9
commit c9a04f9921
No known key found for this signature in database
GPG Key ID: C5F79968835855AB

33
bower.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "purescript-fetch",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/rowtype-yoga/purescript-fetch.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v7.0.0",
"purescript-aff-promise": "^v4.0.0",
"purescript-arraybuffer-types": "^v3.0.2",
"purescript-effect": "^v4.0.0",
"purescript-fetch-core": "https://github.com/rowtype-yoga/purescript-fetch-core.git#v4.0.4",
"purescript-foreign": "^v7.0.0",
"purescript-http-methods": "^v6.0.0",
"purescript-newtype": "^v5.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-record": "^v4.0.0",
"purescript-typelevel-prelude": "^v7.0.0",
"purescript-unsafe-coerce": "^v6.0.0",
"purescript-web-file": "^v4.0.0",
"purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#v3.0.0",
"purescript-web-streams": "https://github.com/purescript-web/purescript-web-streams.git#v3.0.0"
}
}