Skip to content

Instantly share code, notes, and snippets.

@soupi
Last active December 15, 2016 21:12
Show Gist options
  • Select an option

  • Save soupi/aec3c558ac1fedce6c4b2e740dc3e9e0 to your computer and use it in GitHub Desktop.

Select an option

Save soupi/aec3c558ac1fedce6c4b2e740dc3e9e0 to your computer and use it in GitHub Desktop.
packages for try-purescript-slides
{
"name": "try-purescript-slides",
"license": "BSD-3-Clause",
"version": "0.1.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"output"
],
"dependencies": {
"purescript-prelude": "^2.1.0",
"purescript-slides": "^0.4.6",
"purescript-slides-remember": "^0.1.0",
"purescript-control": "^2.0.0",
"purescript-arrays": "^3.0.0",
"purescript-lists": "^3.2.0",
"purescript-nonempty": "^3.0.0",
"purescript-maybe": "^2.0.1",
"purescript-either": "^2.0.0",
"purescript-exists": "^2.0.0",
"purescript-debug": "^2.0.0",
"purescript-eff": "^2.0.0",
"purescript-aff": "^2.0.2",
"purescript-foldable-traversable": "^2.0.0",
"purescript-localstorage": "^3.0.1",
"purescript-signal": "^8.0.0"
},
"devDependencies": {
"purescript-psci-support": "^2.0.0"
},
"resolutions": {
"purescript-dom": "^3.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment