forked from GUI/covid-vaccine-spotter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 KB
/
package.json
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
49
50
51
52
53
54
{
"scripts": {
"start": "func host start --verbose",
"lint": "eslint src/**/*.js migrations/**/*.js *.js"
},
"dependencies": {
"@11ty/eleventy": "^0.11.1",
"@azure/cosmos": "^3.9.5",
"@extra/humanize": "^4.2.2-next.616",
"@extra/recaptcha": "^4.2.1-next.616",
"async-mutex": "^0.3.0",
"async-retry": "^1.3.1",
"capital-case": "^1.0.4",
"cheerio": "^1.0.0-rc.5",
"csv-parse": "^4.15.1",
"date-fns": "^2.17.0",
"del": "^6.0.0",
"dotenv": "^8.2.0",
"execa": "^5.0.0",
"fast-csv": "^4.3.6",
"got": "^11.8.1",
"hpagent": "^0.1.1",
"json-stable-stringify": "^1.0.1",
"knex": "^0.21.17",
"knex-tiny-logger": "^2.0.0",
"listify": "^1.0.3",
"lodash": "^4.17.20",
"log4js": "^6.3.0",
"luxon": "^1.26.0",
"objection": "^2.2.14",
"p-queue": "^6.6.2",
"p-retry": "^4.4.0",
"pg": "^8.5.1",
"playwright-core": "^1.8.1",
"playwright-extra": "^4.2.1-next.616",
"random-http-useragent": "^1.1.32",
"sleep-promise": "^9.1.0",
"topojson-client": "^3.1.0",
"tough-cookie": "^4.0.0",
"us-atlas": "^3.0.0"
},
"devDependencies": {
"download": "^8.0.0",
"ejs-lint": "^1.1.0",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"geo-tz": "^6.0.1",
"playwright": "^1.8.1",
"prettier": "2.2.1",
"serverless-offline": "^6.8.0"
}
}