Last active
December 15, 2016 21:12
-
-
Save soupi/aec3c558ac1fedce6c4b2e740dc3e9e0 to your computer and use it in GitHub Desktop.
packages for try-purescript-slides
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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