-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "elections-us2020-electoral-college",
"version": "2.0.0",
"description": "A project generated from aunty's react project template.",
"license": "MIT",
"private": true,
"contributors": [
"Colin Gourlay <[email protected]>"
],
"scripts": {
"start": "aunty serve",
"test": "aunty test"
},
"abc": {
"css": {
"libraryDir": "./node_modules/@abcaustralia/nucleus/css",
"logVariables": "false"
}
},
"devDependencies": {
"@abcnews/aunty": "^11.1.1",
"@types/jest": "^26.0.14",
"@types/react": "^16.9.52",
"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "^16.9.3",
"@types/webpack-env": "^1.15.3",
"elections-us2020-results-data": "git+ssh://[email protected]:abcnews/elections-us2020-results-data.git",
"react-test-renderer": "^16.13.1"
},
"dependencies": {
"@abcnews/alternating-case-to-object": "^2.0.1",
"@abcnews/base-36-props": "^1.2.0",
"@abcnews/env-utils": "^2.0.0",
"@abcnews/google-doc-scrollyteller": "^1.0.1",
"@abcnews/mount-utils": "^2.0.0",
"@abcnews/scrollyteller": "^4.0.0",
"core-js": "^3.6.5",
"file-saver": "^2.0.2",
"jszip": "^3.5.0",
"react": "^16.14.0",
"react-dom": "^16.14.0"
}
}