1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20{ "name": "frwk", "ignore": [ "**/.*", "node_modules", "bower_components", "output" ], "dependencies": { "purescript-prelude": "^4.0.1", "purescript-console": "^4.0.0", "purescript-effect": "^2.0.0", "purescript-halogen-vdom" : "https://github.com/JamesGeorg/purescript-halogen-vdom.git#ui-frwk", "purescript-behaviors" : "v8.0.0" }, "devDependencies": { "purescript-psci-support": "^4.0.0" } }