1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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": ""
}
|