espial/purs/package.json

23 lines
821 B
JSON
Raw Permalink Normal View History

2019-01-31 02:54:47 +00:00
{
"name": "espial",
"private": true,
"scripts": {
"spago": "spago",
"purs": "purs",
2019-01-31 02:54:47 +00:00
"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",
2022-06-01 14:52:33 +00:00
"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"
2019-01-31 02:54:47 +00:00
},
"devDependencies": {
2022-10-29 02:59:18 +00:00
"esbuild": "^0.15.12",
"purescript": "^0.15.6",
2022-06-01 14:52:33 +00:00
"spago": "0.20.9"
2019-01-31 02:54:47 +00:00
},
2021-09-26 18:47:20 +00:00
"dependencies": {
2022-10-29 02:59:18 +00:00
"dompurify": "^2.4.0",
"marked": "^4.1.1",
"moment": "^2.29.4"
2021-09-26 18:47:20 +00:00
}
2019-01-31 02:54:47 +00:00
}