-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 848 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 848 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
{
"name": "usmcstudy.github.io",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-console": "^4.2.0",
"purescript-effect": "^2.0.1",
"purescript-ordered-collections": "^1.6.0",
"purescript-arraybuffer": "^10.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-react-mui": "^3.9.2",
"purescript-web-html": "^2.0.0",
"purescript-aff": "^5.1.0",
"purescript-react-queue": "^1.3.0",
"purescript-record": "^2.0.0",
"purescript-yarn": "^4.0.0",
"purescript-parseint": "^1.1.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"
},
"resolutions": {
"purescript-web-dom": "^2.0.0",
"purescript-web-events": "^2.0.0",
"purescript-typelevel-prelude": "^4.0.0"
}
}