forked from purescript-concur/purescript-concur-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 897 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 897 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
30
31
32
33
34
35
36
{
"name": "purescript-concur-react",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/ajnsit/purescript-concur"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^5.1.2",
"purescript-arrays": "^5.3.1",
"purescript-avar": "^3.0.0",
"purescript-concur-core": "^0.4.2",
"purescript-console": "^4.4.0",
"purescript-foldable-traversable": "^4.1.1",
"purescript-free": "^5.2.0",
"purescript-nonempty": "^5.0.0",
"purescript-profunctor-lenses": "^6.3.0",
"purescript-react": "^8.0.0",
"purescript-react-dom": "^6.1.0",
"purescript-tailrec": "^4.1.1",
"purescript-web-dom": "^4.0.1",
"purescript-web-html": "^2.3.0"
},
"resolutions": {
"purescript-react": "^8.0.0",
"purescript-web-dom": "^4.0.1"
}
}