-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 760 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 760 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
{
"name": "src",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^4.1.1",
"purescript-console": "^4.2.0",
"purescript-effect": "^2.0.1",
"purescript-math": "^2.1.1",
"purescript-maybe": "^4.0.1",
"purescript-foldable-traversable": "^4.1.1",
"purescript-canvas": "^4.0.0",
"purescript-signal": "^10.1.0",
"purescript-lists": "^5.4.0",
"purescript-integers": "^4.0.0",
"purescript-web-dom": "^2.0.0",
"purescript-web-html": "^2.0.1",
"purescript-unicode": "^4.0.1",
"purescript-random": "^4.0.0",
"purescript-unordered-collections": "^1.8.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"
}
}