ry-blocks/.storybook/purescript-indexer/package.json
Mark Eibes 8049bd80dc
rip (#4)
* Port Storybook

* Remove extrablatt

* Improve cluster

* Magic Johnson

* Remove mentions of Plumage

And delete some unnecessary stuff

* Hä

* I have changed the code files

* Reexports for typeahead

* Bring Select back

* Fix dark mode of select

* Move out react-aria

* Export select properly

* Make select work I guess
2022-11-25 13:38:19 +01:00

27 lines
665 B
JSON

{
"name": "purescript-indexer",
"version": "1.0.0",
"description": "",
"main": "dist/index.mjs",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:production": "spago -x production.dhall build",
"prebundle": "npm run build:production",
"bundle": "esbuild output-es/Main/index.js --minify --format=esm --bundle --platform=node --outfile=dist/index.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"source-map": "^0.7.4"
},
"devDependencies": {
"esbuild": "^0.15.13",
"purs-backend-es": "^1.2.0"
}
}