summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 56505ad7ee8043eae7e2c012382ac426a05cce41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "shoob-book",
    "version": "1.0.0",
    "description": "",
    "main": "",
    "scripts": {
        "start": "parcel index.html",
        "build": "parcel build index.html",
        "db": "json-server --watch -p 5678 db.json"
    },
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "elm": "0.19.1-5",
        "elm-format": "0.8.5",
        "elm-hot": "1.1.6",
        "json-server": "0.17.0",
        "node-elm-compiler": "5.0.6",
        "parcel-bundler": "1.12.5"
    },
    "dependencies": {
        "@auth0/auth0-spa-js": "1.19.2"
    }
}