-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "mepwatch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx esbuild build.cjs --bundle --minify --sourcemap --outfile=dist/js/dcbundle.js; gzip -k -f dist/js/dcbundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bootstrap": "^4.1.1",
"crossfilter2": "^1.4.6",
"csv-parser": "^1.12.1",
"csv-write-stream": "^2.0.0",
"d3": "^5.5.0",
"d3-tip": "^0.9.1",
"daemonite-material": "^4.1.1",
"dc": "^3.0.4",
"dot": "^1.1.2",
"esbuild": "^0.8.57",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-download": "0.0.1",
"gulp-google-webfonts": "^2.0.0",
"gulp-gzip": "^1.4.2",
"gulp-rename": "^1.3.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.1",
"gulp-uglify": "^3.0.0",
"iframe-resizer": "^3.6.2",
"install": "^0.13.0",
"jquery": "^3.3.1",
"lozad": "^1.6.0",
"popper.js": "^1.14.3",
"reductio": "^0.6.3",
"stream-chain": "^2.0.3",
"stream-json": "^1.1.1",
"stream-to-promise": "^2.2.0",
"topojson": "^3.0.2"
},
"dependencies": {
"@mdi/svg": "^2.6.95",
"cached-request": "^3.0.0",
"country-flag-emoji-polyfill": "^0.1.8",
"d3-queue": "^3.0.7",
"d3-scale-chromatic": "^1.3.0",
"export-to-csv": "^1.3.0",
"flexsearch": "^0.7.43"
}
}