-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 1.06 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
{
"name": "yzmall-frontend",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-console": "^4.2.0",
"purescript-effect": "^2.0.0",
"purescript-variant": "^5.2.0",
"purescript-nonempty": "^5.0.0",
"purescript-aff": "^5.1.0",
"purescript-halogen": "^4.0.0",
"purescript-remotedata": "^4.0.0",
"purescript-routing": "^8.0.0",
"purescript-formatters": "^4.0.0",
"purescript-routing-duplex": "^0.2.0",
"purescript-now": "^4.0.0",
"purescript-behaviors": "^7.0.0",
"purescript-halogen-formless": "^0.5.2",
"purescript-affjax": "^7.0.0",
"purescript-slug": "^0.2.0",
"purescript-precise-datetime": "^5.1.1",
"purescript-typelevel-prelude": "^3.0.0",
"purescript-argonaut-codecs": "^5.1.0",
"purescript-argonaut-core": "^4.0.1"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-quickcheck": "^5.0.0",
"purescript-test-unit": "^14.0.0",
"purescript-debug": "^4.0.0"
}
}