forked from cryogenian/slamdata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
64 lines (64 loc) · 2.07 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "slamdata",
"homepage": "https://github.com/slamdata/slamdata",
"description": "The web-based front-end for SlamData.",
"authors": [
"Maxim Zimaliev <[email protected]>",
"Gary Burgess <[email protected]>"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purescript-ace-halogen": "^3.0.0",
"purescript-aff-coroutines": "^3.0.0",
"purescript-aff": "^1.1.0",
"purescript-affjax": "^2.0.0",
"purescript-argonaut": "^1.0.0",
"purescript-css": "^1.1.0",
"purescript-datetime": "^1.0.0",
"purescript-dom": "^2.0.0",
"purescript-ejson": "^1.0.0",
"purescript-fixed-points": "^1.0.0",
"purescript-functor-coproducts": "^1.0.1",
"purescript-generics": "^1.0.1",
"purescript-halogen-bootstrap": "^3.0.0",
"purescript-halogen-css": "^3.0.0",
"purescript-halogen-echarts": "44a8e7d703cde9347192d89485fad0b5d952871d",
"purescript-halogen-menu": "^2.0.0",
"purescript-halogen": "^0.11.0",
"purescript-js-timers": "^1.0.0",
"purescript-jtable": "^2.0.0",
"purescript-maps": "^1.1.0",
"purescript-markdown-halogen": "^2.0.0",
"purescript-markdown": "^7.0.0",
"purescript-minimatch": "^0.2.0",
"purescript-oidc-crypt-utils": "^3.0.0",
"purescript-pathy": "^2.0.0",
"purescript-profunctor-lenses": "^1.0.0",
"purescript-quasar": "^3.0.0",
"purescript-routing": "^2.0.0",
"purescript-search": "^1.0.0",
"purescript-these": "^1.0.0",
"purescript-tuples": "^1.0.0",
"purescript-uri": "^1.0.0",
"purescript-zclipboard": "^2.0.0"
},
"devDependencies": {
"purescript-chalky": "^1.0.0",
"purescript-debug": "^1.0.0",
"purescript-node-child-process": "^2.0.0",
"purescript-node-fs-aff": "^2.0.0",
"purescript-node-path": "^1.0.0",
"purescript-node-process": "^2.0.0",
"purescript-platform": "^1.0.0",
"purescript-quasar-test-starter": "quasar-test-starter#^0.1.0",
"purescript-strongcheck": "^1.1.1",
"purescript-webdriver": "^2.0.0"
}
}