16 lines
430 B
JSON
16 lines
430 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pulp build --to dist/app.js",
|
|
"watch": "pulp -w build --to dist/app.js",
|
|
"watch-fast": "webpack --mode=development --entry ./entry.js --output-path ./dist --output-filename app.js --progress --watch"
|
|
},
|
|
"devDependencies": {
|
|
"pulp": "^12.3.0",
|
|
"purescript": "^0.12.0",
|
|
"purescript-psa": "^0.7.2",
|
|
"webpack": "^4.16.2",
|
|
"webpack-cli": "^3.1.0"
|
|
}
|
|
}
|