espial/purs/package.json

19 lines
548 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-05-23 23:03:07 +00:00
"marked": "^1.1.0",
"moment": "^2.26.0",
"parcel-bundler": "^1.12.4",
2020-05-23 23:03:07 +00:00
"purescript": "^0.13.8",
2020-04-17 19:09:01 +00:00
"spago": "^0.15.2",
2020-05-23 23:03:07 +00:00
"terser": "^4.7.0"
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
}