Skip to content

Commit 28ffaa3

Browse files
committed
Add generated bower.json
1 parent 014e646 commit 28ffaa3

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

bower.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "purescript-react-basic-hooks",
3+
"license": [
4+
"Apache-2.0"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/spicydonuts/purescript-react-basic-hooks"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-aff": "^v5.1.2",
18+
"purescript-aff-promise": "^v2.1.0",
19+
"purescript-console": "^v4.4.0",
20+
"purescript-datetime": "^v4.1.1",
21+
"purescript-effect": "^v2.0.1",
22+
"purescript-either": "^v4.1.1",
23+
"purescript-indexed-monad": "^v1.2.0",
24+
"purescript-maybe": "^v4.0.1",
25+
"purescript-newtype": "^v3.0.0",
26+
"purescript-prelude": "^v4.1.1",
27+
"purescript-psci-support": "^v4.0.0",
28+
"purescript-react-basic": "^v15.0.0",
29+
"purescript-type-equality": "^v3.0.0",
30+
"purescript-unsafe-coerce": "^v4.0.0",
31+
"purescript-unsafe-reference": "^v3.1.0",
32+
"purescript-web-html": "^v2.3.0"
33+
}
34+
}

0 commit comments

Comments
 (0)