forked from purescript-react/purescript-react-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
23 lines (23 loc) · 717 Bytes
/
bower.json
File metadata and controls
23 lines (23 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "purescript-react-basic",
"license": "Apache-2.0",
"ignore": ["**/.*", "node_modules", "bower_components", "output"],
"repository": {
"type": "git",
"url": "git://github.com/lumihq/purescript-react-basic.git"
},
"dependencies": {
"purescript-aff": "^5.0.2",
"purescript-console": "^4.1.0",
"purescript-effect": "^2.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-functions": "^4.0.0",
"purescript-nullable": "^4.1.0",
"purescript-record": "^1.0.0",
"purescript-typelevel-prelude": "^3.0.0",
"purescript-unsafe-coerce": "^4.0.0",
"purescript-web-dom": "^1.0.0",
"purescript-web-html": "^1.0.0",
"purescript-web-events": "^1.0.0"
}
}