-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1 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
{
"name": "dbird",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack",
"watch": "npx webpack -w"
},
"keywords": [],
"author": "Richard Littauer <richard.littauer@gmail.com> (https://burntfen.com)",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.1.0",
"axios": "^0.19.0",
"bootstrap": "^4.4.1",
"cheerio": "^1.0.0-rc.3",
"colors": "^1.4.0",
"css-loader": "^3.4.2",
"csv": "^5.3.2",
"d3": "^5.15.0",
"d3-geo": "^1.11.9",
"fs": "0.0.1-security",
"geojson-geometries-lookup": "^0.3.1",
"graceful-fs": "^4.2.3",
"htmlparser2": "^4.0.0",
"jquery": "^3.4.1",
"meow": "^6.0.0",
"moment": "^2.24.0",
"papaparse": "^5.1.0",
"popper.js": "^1.16.1",
"style-loader": "^1.1.3",
"topojson": "^3.0.2",
"webpack": "^4.41.6"
},
"devDependencies": {
"csv-loader": "^3.0.2",
"webpack-cli": "^3.3.11"
}
}