-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 779 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 779 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
{
"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",
"purescript-indexed-monad": "^1.0.0"
}
}