Skip to content

Instantly share code, notes, and snippets.

@maxfarseer
Created February 16, 2020 08:42
Show Gist options
  • Save maxfarseer/49d72c5c785925720ae8fc190b8d361b to your computer and use it in GitHub Desktop.
Save maxfarseer/49d72c5c785925720ae8fc190b8d361b to your computer and use it in GitHub Desktop.
elm-webinar-2-setup-ide
{
"name": "elm-webinar-2",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"clean": "rm dist/bundle.js",
"start": "parcel src/index.html",
"build-prod": "parcel build src/index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"elm-hot": "^1.1.4",
"node-elm-compiler": "^5.0.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment