-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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
{
"name": "elections-us2024-electoral-college",
"version": "1.0.66",
"description": " Successor of https://github.com/abcnews/elections-us2020-electoral-college",
"license": "MIT",
"private": true,
"contributors": [
"Colin Gourlay <[email protected]>"
],
"scripts": {
"start": "aunty serve",
"test": "aunty test",
"generate-mapdata": "node data/runme.mjs"
},
"abc": {
"css": {
"libraryDir": "./node_modules/@abcaustralia/nucleus/css",
"logVariables": "false"
}
},
"devDependencies": {
"@abcnews/aunty": "^15.0.3",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"@types/webpack-env": "^1.18.5",
"elections-us2020-results-data": "git+ssh://[email protected]:abcnews/elections-us2020-results-data.git",
"honeycomb-grid": "^4.1.5",
"polygon-clipping": "^0.15.7",
"typescript-require": "^0.3.0"
},
"dependencies": {
"@abcnews/alternating-case-to-object": "^3.1.1",
"@abcnews/base-36-props": "^1.4.0",
"@abcnews/base-36-text": "^1.0.1",
"@abcnews/env-utils": "^4.0.0",
"@abcnews/google-doc-scrollyteller": "^1.0.1",
"@abcnews/mount-utils": "^3.0.0",
"@abcnews/scrollyteller": "^4.1.1",
"@abcnews/svelte-scrollyteller": "github:abcnews/svelte-scrollyteller#feature/future-news",
"core-js": "^3.37.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"memoize": "^10.0.0",
"msrand": "^1.0.3",
"react": "^17.0.2"
}
}