espial/purs/package.json
2024-02-09 23:44:06 +01:00

23 lines
817 B
JSON

{
"name": "espial",
"private": true,
"scripts": {
"spago": "spago",
"purs": "purs",
"make-install": "make install",
"make-watch": "inotifywait -m -r -q -e close_write --format '%T %w%f' --timefmt '%T' src | while read FILE; do echo $FILE; make; done",
"esbuild-bundle": "esbuild ./output/Main/index.js --bundle --format=iife --global-name=PS --target=chrome58,firefox57,edge18 --outfile=dist/app.js",
"esbuild-bundle-min": "esbuild ./output/Main/index.js --bundle --format=iife --global-name=PS --target=chrome58,firefox57,edge18 --minify --sourcemap --outfile=dist/app.min.js"
},
"devDependencies": {
"esbuild": "0.14.42",
"purescript": "0.15.2",
"spago": "0.20.9"
},
"dependencies": {
"dompurify": "2.3.8",
"marked": "4.0.16",
"moment": "2.29.3"
}
}