forked from alexmingoia/purescript-pux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 1016 Bytes
/
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
{
"name": "purescript-pux",
"description": "Build type-safe web apps with PureScript.",
"authors": [
"Alexander Mingoia <[email protected]>"
],
"license": "Apache-2.0",
"ignore": [
"node_modules",
"bower_components"
],
"keywords": [
"purescript",
"pux",
"react",
"elm",
"flux",
"redux",
"frp",
"virtual-dom"
],
"repository": {
"type": "git",
"url": "git://github.com/alexmingoia/purescript-pux.git"
},
"dependencies": {
"purescript-aff": "^3.0.0",
"purescript-eff": "^3.1.0",
"purescript-lists": "^4.0.1",
"purescript-signal": "^9.0.0",
"purescript-maps": "^3.0.0",
"purescript-functions": "^3.0.0",
"purescript-profunctor": "^3.0.0",
"purescript-react": "^3.0.0",
"purescript-globals": "^3.0.0",
"purescript-dom": "^4.2.0",
"purescript-smolder": "^9.0.0",
"purescript-css": "^3.0.0"
},
"devDependencies": {
"purescript-affjax": "^4.0.0",
"purescript-argonaut": "^3.0.0"
}
}