forked from purescript-react/purescript-react-basic-hooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 1.02 KB
/
bower.json
File metadata and controls
34 lines (34 loc) · 1.02 KB
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
{
"name": "purescript-react-basic-hooks",
"license": [
"Apache-2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v5.1.2",
"purescript-aff-promise": "^v2.1.0",
"purescript-console": "^v4.4.0",
"purescript-datetime": "^v4.1.1",
"purescript-effect": "^v2.0.1",
"purescript-either": "^v4.1.1",
"purescript-indexed-monad": "^v1.2.0",
"purescript-maybe": "^v4.0.1",
"purescript-newtype": "^v3.0.0",
"purescript-prelude": "^v4.1.1",
"purescript-psci-support": "^v4.0.0",
"purescript-react-basic": "^v15.0.0",
"purescript-type-equality": "^v3.0.0",
"purescript-unsafe-coerce": "^v4.0.0",
"purescript-unsafe-reference": "^v3.1.0",
"purescript-web-html": "^v2.3.0"
}
}