-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 1.04 KB
/
bower.json
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
35
36
37
38
39
{
"name": "mypure",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-lists": "^3.3.0",
"purescript-functions": "^2.0.0",
"purescript-foreign": "^3.0.1",
"purescript-transformers": "^2.1.0",
"d3-selection": "^1.0.3",
"purescript-parsing": "^3.2.0",
"purescript-halogen": "^0.12.0"
},
"devDependencies": {
"purescript-psci-support": "^2.0.0"
},
"resolutions": {
"purescript-functions": "^2.0.0",
"purescript-either": "^2.0.0",
"purescript-foldable-traversable": "^2.0.0",
"purescript-strings": "^2.0.0",
"purescript-maybe": "^2.0.0",
"purescript-prelude": "^2.1.0",
"purescript-eff": "^2.0.0",
"purescript-arrays": "^3.0.0",
"purescript-generics": "^3.0.0",
"purescript-tuples": "^3.0.0",
"purescript-unfoldable": "^2.0.0",
"purescript-bifunctors": "^2.0.0",
"purescript-monoid": "^2.0.0",
"purescript-st": "^2.0.0",
"purescript-control": "^2.0.0",
"purescript-invariant": "^2.0.0"
}
}