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

23 lines
821 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.15.12",
"purescript": "^0.15.6",
"spago": "0.20.9"
},
"dependencies": {
"dompurify": "^2.4.0",
"marked": "^4.1.1",
"moment": "^2.29.4"
}
}