We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08181e8 commit b000576Copy full SHA for b000576
bower.json
@@ -0,0 +1,30 @@
1
+{
2
+ "name": "purescript-web-router",
3
+ "license": [
4
+ "BSD-3-Clause"
5
+ ],
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/robertdp/purescript-web-router.git"
9
+ },
10
+ "ignore": [
11
+ "**/.*",
12
+ "node_modules",
13
+ "bower_components",
14
+ "output"
15
16
+ "dependencies": {
17
+ "purescript-aff": "^v7.0.0",
18
+ "purescript-effect": "^v4.0.0",
19
+ "purescript-foldable-traversable": "^v6.0.0",
20
+ "purescript-foreign": "^v7.0.0",
21
+ "purescript-freet": "^v7.0.0",
22
+ "purescript-indexed-monad": "^v2.1.0",
23
+ "purescript-maybe": "^v6.0.0",
24
+ "purescript-prelude": "^v6.0.0",
25
+ "purescript-profunctor-lenses": "^v8.0.0",
26
+ "purescript-refs": "^v6.0.0",
27
+ "purescript-routing": "^v11.0.0",
28
+ "purescript-type-equality": "^v4.0.1"
29
+ }
30
+}
0 commit comments