2016-01-18 22:17:22 +01:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2017-02-28 01:31:13 +01:00
|
|
|
"build": "pulp build --to dist/app.js",
|
2017-09-23 20:11:01 +02:00
|
|
|
"watch": "pulp -w build --to dist/app.js",
|
2018-07-23 22:59:40 +02:00
|
|
|
"watch-fast": "webpack --mode=development --entry ./entry.js --output-path ./dist --output-filename app.js --progress --watch"
|
2016-01-18 22:17:22 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-23 22:59:40 +02:00
|
|
|
"pulp": "^12.3.0",
|
|
|
|
"purescript": "^0.12.0",
|
|
|
|
"purescript-psa": "^0.7.2",
|
|
|
|
"webpack": "^4.16.2",
|
|
|
|
"webpack-cli": "^3.1.0"
|
2016-01-18 22:17:22 +01:00
|
|
|
}
|
|
|
|
}
|