-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
37 lines (37 loc) · 1.22 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "purescript-react-halo",
"license": [
"BSD-3-Clause"
],
"repository": {
"type": "git",
"url": "https://github.com/robertdp/purescript-react-halo.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v7.0.0",
"purescript-bifunctors": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-either": "^v6.1.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-free": "^v7.0.0",
"purescript-freeap": "^v7.0.0",
"purescript-halogen-subscriptions": "https://github.com/purescript-halogen/purescript-halogen-subscriptions.git#v2.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-newtype": "^v5.0.0",
"purescript-ordered-collections": "^v3.0.0",
"purescript-parallel": "^v6.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-react-basic-hooks": "^v8.0.0",
"purescript-refs": "^v6.0.0",
"purescript-tailrec": "^v6.0.0",
"purescript-transformers": "^v6.0.0",
"purescript-tuples": "^v7.0.0",
"purescript-unsafe-reference": "^v5.0.0"
}
}