mirror of
https://github.com/rowtype-yoga/purescript-nextjs.git
synced 2024-11-25 06:07:08 +03:00
31 lines
576 B
Plaintext
31 lines
576 B
Plaintext
{ name = "nextjs"
|
|
, dependencies =
|
|
[ "aff"
|
|
, "aff-promise"
|
|
, "console"
|
|
, "datetime"
|
|
, "effect"
|
|
, "either"
|
|
, "foldable-traversable"
|
|
, "foreign"
|
|
, "foreign-object"
|
|
, "functions"
|
|
, "identity"
|
|
, "maybe"
|
|
, "nullable"
|
|
, "options"
|
|
, "partial"
|
|
, "prelude"
|
|
, "react-basic"
|
|
, "react-basic-hooks"
|
|
, "transformers"
|
|
, "typelevel-prelude"
|
|
, "unsafe-coerce"
|
|
, "yoga-json"
|
|
]
|
|
, packages = ./packages.dhall
|
|
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
|
, license = "MIT"
|
|
, repository = "https://github.com/rowtype-yoga/purescript-nextjs.git"
|
|
}
|