-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 942 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 942 Bytes
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",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"repository": {
"type": "git",
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks.git"
},
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-effect": "^2.0.1",
"purescript-aff": "^5.1.2",
"purescript-newtype": "^3.0.0",
"purescript-maybe": "^4.0.1",
"purescript-numbers": "^7.0.0",
"purescript-either": "^4.1.1",
"purescript-type-equality": "^3.0.0",
"purescript-datetime": "^4.1.1",
"purescript-web-html": "^2.3.0",
"purescript-aff-promise": "^2.1.0",
"purescript-unsafe-reference": "^3.0.1",
"purescript-indexed-monad": "^1.2.0",
"purescript-react-basic": "^15.0.0",
"purescript-unsafe-coerce": "^4.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"
}
}