-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 800 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 800 Bytes
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
{
"name": "monkeypox-stats",
"version": "0.0.1",
"description": "monkeypox tracker",
"private": true,
"scripts": {
"deploy": "rimraf build && parcel build index.html --dist-dir build --public-url /monkeypox-stats && gh-pages --dist build/",
"start": "PARCEL_ELM_NO_DEBUG=1 parcel serve index.html --no-cache",
"test": "elm-test"
},
"author": "",
"license": "ISC",
"dependencies": {
"@parcel/packager-raw-url": "^2.7.0",
"@parcel/transformer-elm": "^2.6.2",
"@parcel/transformer-image": "^2.6.2",
"@parcel/transformer-sass": "^2.6.2",
"@parcel/transformer-webmanifest": "^2.7.0",
"bootstrap": "^5.2.0",
"elm-format": "^0.8.5",
"elm-test": "^0.19.1-revision9",
"gh-pages": "^4.0.0",
"parcel": "^2.7.0",
"rimraf": "^3.0.2"
}
}