-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 879 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 879 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
{
"name": "purescript-lynx",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-effect": "^2.0.0",
"purescript-argonaut": "^5.0.0",
"purescript-generics-rep": "^6.1.0",
"purescript-halogen": "^4.0.0",
"purescript-ocelot": "^0.16.3",
"purescript-remotedata": "4.1.0",
"purescript-affjax": "6.0.0",
"purescript-matryoshka": "^0.4.0",
"purescript-uri": "^6.1.0",
"purescript-quickcheck": "^5.0.0",
"purescript-codec-argonaut": "^6.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-routing-duplex": "^0.2.0",
"purescript-routing": "^8.0.0",
"purescript-test-unit": "^14.0.0",
"purescript-uuid": "^5.2.2"
},
"resolutions": {
"purescript-profunctor-lenses": "^5.0.0"
}
}