diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..c766721 --- /dev/null +++ b/package.json @@ -0,0 +1,48 @@ +{ + "name": "elm-friday-hacks-11-2021", + "version": "1.0.0", + "dependencies": { + "balanced-match": "1.0.2", + "brace-expansion": "1.1.11", + "concat-map": "0.0.1", + "cross-spawn": "6.0.5", + "find-elm-dependencies": "2.0.4", + "firstline": "1.3.1", + "fs.realpath": "1.0.0", + "glob": "7.2.0", + "inflight": "1.0.6", + "inherits": "2.0.4", + "isexe": "2.0.0", + "lodash": "4.17.21", + "minimatch": "3.0.4", + "minimist": "1.2.5", + "mkdirp": "0.5.5", + "nice-try": "1.0.5", + "once": "1.4.0", + "path-is-absolute": "1.0.1", + "path-key": "2.0.1", + "rimraf": "2.6.3", + "semver": "5.7.1", + "shebang-command": "1.2.0", + "shebang-regex": "1.0.0", + "temp": "0.9.4", + "which": "1.3.1", + "wrappy": "1.0.2" + }, + "devDependencies": { + "@parcel/transformer-elm": "2.0.0", + "elm": "0.19.1-5", + "elm-hot": "1.1.6", + "node-elm-compiler": "5.0.6", + "parcel": "2.0.0" + }, + "scripts": { + "copy-assets": "cp -r assets dist/", + "start": "npm run copy-assets && PARCEL_ELM_NO_DEBUG=1 parcel src/index.html", + "build": "npm run copy-assets && parcel build src/index.html", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "description": "" +}
\ No newline at end of file |
