-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 1.32 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
{
"name": "purescript-nextjs",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/rowtype-yoga/purescript-nextjs.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-aff": "^v7.1.0",
"purescript-aff-promise": "^v4.0.0",
"purescript-console": "^v6.0.0",
"purescript-datetime": "^v6.1.0",
"purescript-effect": "^v4.0.0",
"purescript-either": "^v6.1.0",
"purescript-foldable-traversable": "^v6.0.0",
"purescript-foreign": "^v7.0.0",
"purescript-foreign-object": "^v4.1.0",
"purescript-functions": "^v6.0.0",
"purescript-identity": "^v6.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-nullable": "^v6.0.0",
"purescript-options": "^v7.0.0",
"purescript-partial": "^v4.0.0",
"purescript-prelude": "^v6.0.1",
"purescript-react-basic": "^v17.0.0",
"purescript-react-basic-hooks": "^v8.1.2",
"purescript-transformers": "^v6.0.0",
"purescript-typelevel-prelude": "^v7.0.0",
"purescript-unsafe-coerce": "^v6.0.0",
"purescript-yoga-json": "https://github.com/rowtype-yoga/purescript-yoga-json.git#v4.0.1"
}
}