-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
{
"name": "job-loss",
"version": "0.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package",
"start": "parcel src/index.html --global script",
"prebuild": "rm -r -f dist/*",
"build": "parcel build src/index.html --global script --public-url https://spectator-static-assets.s3.amazonaws.com/job-loss --no-content-hash --no-source-maps"
},
"keywords": [],
"devDependencies": {
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
"eslint": "^7.0.0",
"mongodb": "^3.5.7",
"parcel-bundler": "^1.12.4",
"patch-package": "^6.2.0",
"posthtml-expressions": "^1.1.1",
"posthtml-include": "^1.4.0",
"sass": "^1.23.0"
},
"dependencies": {
"d3-array": "^2.4.0",
"d3-axis": "^1.0.12",
"d3-force": "^2.0.1",
"d3-format": "^1.4.4",
"d3-jetpack": "^2.0.20",
"d3-quadtree": "^1.0.7",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "^1.4.1",
"d3-shape": "^1.3.7",
"d3-svg-legend": "^2.25.6",
"d3-transition": "^1.3.2",
"enter-view": "^2.0.0",
"intersection-observer": "^0.10.0",
"just-throttle": "^1.1.0",
"scrollama": "^2.2.1",
"text-balancer": "^1.0.5"
},
"browserslist": [
"last 2 Chrome versions"
],
"spectate": {
"USE_NEWS_NAV": false,
"USE_EYE_NAV": true,
"USE_COVER_HED": false,
"IS_EMBED": false,
"DOC_URL": "https://docs.google.com/document/d/1V9zR4QFuN-srIGjIsGA4LjrZOHSP188aUDf7L4AGlUk/edit"
},
"prettier": {
"trailingComma": "all",
"singleQuote": true,
"arrowParens": "avoid"
}
}