This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
/
package.json
111 lines (111 loc) · 3.16 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "covid-vaccine-spotter",
"version": "1.0.0",
"private": true,
"scripts": {
"setup": "node src/tasks/setupDev.js",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@cliqz/adblocker-playwright": "^1.20.3",
"@extra/humanize": "^4.2.2-next.616",
"@extra/recaptcha": "^4.2.1-next.616",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@nuxt/http": "^0.6.4",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/svg": "^0.1.12",
"@turf/bbox": "^6.3.0",
"@turf/circle": "^6.3.0",
"@turf/helpers": "^6.3.0",
"async-mutex": "^0.3.0",
"async-retry": "^1.3.1",
"bootstrap": "^5.0.0",
"capital-case": "^1.0.4",
"cheerio": "^1.0.0-rc.5",
"commander": "^7.2.0",
"core-js": "^3.8.3",
"cross-fetch": "^3.0.6",
"csv-parse": "^4.15.1",
"del": "^6.0.0",
"dotenv": "^9.0.0",
"execa": "^5.0.0",
"geokdbush": "^1.1.0",
"got": "^11.8.1",
"hpagent": "^0.1.1",
"html-entities": "^2.3.2",
"json-stable-stringify": "^1.0.1",
"kdbush": "^3.0.0",
"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",
"maplibre-gl": "^1.14.0",
"mkdirp": "^1.0.4",
"ndjson": "^2.0.0",
"node-libcurl": "^2.3.1",
"nuxt": "^2.14.12",
"nuxt-i18n": "^6.21.1",
"nuxt-rollbar-module": "^1.1.0",
"objection": "^2.2.14",
"p-queue": "^6.6.2",
"p-retry": "^4.4.0",
"p-throttle": "^4.1.1",
"p-timeout": "^4.1.0",
"parse-address": "^1.1.2",
"pg": "^8.5.1",
"pg-copy-streams": "^5.1.1",
"pg-query-stream": "^4.0.0",
"playwright-core": "^1.10.0",
"playwright-extra": "^4.2.1-next.616",
"random-http-useragent": "^1.1.32",
"rollbar": "^2.21.1",
"sleep-promise": "^9.1.0",
"slug": "^5.0.0",
"socket.io-client": "^2.0.0",
"topojson-client": "^3.1.0",
"tough-cookie": "^4.0.0",
"ultimate-pagination": "^1.0.0",
"us-atlas": "^3.0.0",
"uuid": "^8.3.2",
"vue": "^2.6.12",
"vuex-persistedstate": "^4.0.0-beta.3",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@localazy/cli": "^1.4.0",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"babel-eslint": "^10.1.0",
"download": "^8.0.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
"geo-tz": "^6.0.1",
"gettext-extractor": "^3.5.3",
"gettext-extractor-vue": "^5.0.0",
"playwright": "^1.10.0",
"prettier": "^2.2.1",
"vue-i18n-scanner": "^1.0.5",
"vue-template-compiler": "^2.6.12",
"vuei18n-po": "^1.3.0"
},
"resolutions": {
"playwright-extra/**/playwright-core": "^1.10.0"
}
}