espial/purs/package.json

20 lines
561 B
JSON
Raw Normal View History

2019-01-31 02:54:47 +00:00
{
"name": "espial",
"private": true,
"scripts": {
"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",
"parcel-build": "parcel build dist/bundle.js --out-file dist/app.min.js --public-url /static/js/"
2019-01-31 02:54:47 +00:00
},
"devDependencies": {
"parcel-bundler": "^1.11.0",
2019-01-31 02:54:47 +00:00
"purescript": "^0.12.1",
"purescript-spago": "^0.6.2",
"terser": "^3.14.1"
},
"dependencies": {
"marked": "^0.6.0",
"moment": "^2.24.0"
}
2019-01-31 02:54:47 +00:00
}