-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 919 Bytes
/
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
{
"name": "streamwall-example-content",
"version": "0.0.1",
"private": true,
"description": "Example overlays and content for use with Streamwall",
"devDependencies": {
"css-loader": "^4.0.0",
"html-webpack-plugin": "^4.3.0",
"raw-loader": "^4.0.1",
"react-dev-utils": "^10.2.1",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode production"
},
"keywords": [
"stream",
"overlay",
"streamwall"
],
"author": "Max Goodhart <[email protected]>",
"license": "MIT",
"dependencies": {
"d3-geo": "^2.0.0",
"d3-geo-projection": "^2.9.0",
"d3-selection": "^2.0.0",
"d3-timer": "^2.0.0",
"lodash": "^4.17.20",
"topojson-client": "^3.1.0",
"world-atlas": "^2.0.2"
}
}