-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.9 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "interactive-untangling-the-climate-mess",
"version": "1.1.1",
"description": "A project generated from aunty's react project template.",
"license": "MIT",
"private": true,
"contributors": [
"Joshua Byrd <[email protected]>",
"Colin Gourlay <[email protected]>"
],
"scripts": {
"start": "aunty serve",
"deploy": "aunty build && aunty deploy",
"release": "aunty release",
"test": "aunty test",
"data": "node utils/dataDeploy.js",
"apple": "node utils/appleBuild.js"
},
"aunty": {
"type": "react",
"serve": {
"hot": false
}
},
"abc": {
"css": {
"libraryDir": "./node_modules/@abcaustralia/nucleus/css",
"logVariables": "false"
}
},
"devDependencies": {
"@abcnews/aunty": "^12.0.3",
"@size-limit/preset-app": "^4.10.1",
"@types/jest": "^26.0.19",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"@types/react-test-renderer": "^17.0.1",
"@types/webpack-env": "^1.16.0",
"del": "^6.0.0",
"react-test-renderer": "^17.0.1",
"zip-a-folder": "^1.1.0"
},
"dependencies": {
"@abcnews/alternating-case-to-object": "^2.0.1",
"@abcnews/env-utils": "^3.0.0",
"@abcnews/mount-utils": "^2.0.0",
"@abcnews/poll-counters-client": "^1.3.1",
"@abcnews/progress-utils": "^1.3.1",
"await-to-js": "^2.1.1",
"axios": "^0.22.0",
"d3-scale": "^3.3.0",
"debounce-promise": "^3.1.2",
"gsap": "^3.6.0",
"html-react-parser": "^1.1.1",
"idb-keyval": "^6.0.3",
"intersection-observer": "^0.11.0",
"jankdefer": "^1.0.2",
"lodash.throttle": "^4.1.1",
"markdown-to-jsx": "^7.1.3",
"node-fetch": "^3.0.0",
"nodelist-foreach-polyfill": "^1.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-from-dom": "^0.5.1",
"react-inlinesvg": "^2.2.2",
"react-intersection-observer": "^8.32.0",
"react-portal": "^4.2.1",
"react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.7",
"smooth-scroll": "^16.1.3",
"swr": "^1.0.1"
}
}