espial/purs/package.json

19 lines
549 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": {
2020-04-17 19:09:01 +00:00
"marked": "^0.8.2",
2019-06-19 18:49:48 +00:00
"moment": "^2.24.0",
"parcel-bundler": "^1.12.4",
"purescript": "^0.13.3",
2020-04-17 19:09:01 +00:00
"spago": "^0.15.2",
"terser": "^4.6.11"
2019-01-31 02:54:47 +00:00
},
2019-06-19 18:49:48 +00:00
"dependencies": {}
2019-01-31 02:54:47 +00:00
}