Initial commit, psc-package build
parents
Showing
.envrc
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
nix/easy-ps.nix
0 → 100644
nix/pinned.nix
0 → 100644
nix/psc-package-nix.nix
0 → 100644
nix/purs-project.nix
0 → 100644
package.json
0 → 100644
{ | |||
"name": "purescript-reactix-d3", | |||
"version": "0.0.1", | |||
"description": "Purescript Reactix bindings for D3", | |||
"author": "Przemysław Kamiński", | |||
"license": "MPL-2.0", | |||
"devDependencies": { | |||
"@testing-library/react": "^8.0.1", | |||
"karma": "^4.4.1", | |||
"karma-chrome-launcher": "^3.1.0", | |||
"karma-cli": "^2.0.0", | |||
"karma-mocha": "^1.3.0", | |||
"mocha": "^7.0.0", | |||
"psc-package": "^4.0.1", | |||
"pulp": "^15.0.0", | |||
"purescript": "^0.14.1", | |||
"spago": "^0.20.3" | |||
}, | |||
"dependencies": { | |||
"d3": "^6.7.0" | |||
} | |||
} |
psc-package.json
0 → 100644
shell.nix
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment