-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 1.1 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
40
{
"private": true,
"name": "purescript-halogen-slides",
"authors": [
"Benson Joeris <bjoeris@uwaterloo.ca>"
],
"description": "A library for creating an animated slide deck with purescript-halogen",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"dist"
],
"dependencies": {
"d3": "^4.1.1",
"purescript-console": "^1.0.0",
"purescript-foreign": "^1.0.0",
"purescript-foreign-generic": "^1.0.0",
"purescript-math": "^2.0.0",
"purescript-aff": "^1.0.0",
"purescript-aff-coroutines": "^2.0.0",
"purescript-aff-free": "^1.0.0",
"purescript-const": "^1.0.0",
"purescript-dom": "^1.1.0",
"purescript-free": "^1.0.0",
"purescript-maps": "^1.1.0",
"purescript-nullable": "^1.0.1",
"purescript-profunctor": "^1.0.0",
"purescript-stalling-coroutines": "^1.0.0",
"purescript-unsafe-coerce": "^1.0.0",
"purescript-transformers": "^1.0.0",
"KaTeX": "katex#^0.6.0",
"purescript-routing": "^1.0.0",
"purescript-prelude": "^1.0.1"
},
"devDependencies": {
"purescript-psci-support": "^1.0.0"
}
}