-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.28 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": "odyssey",
"version": "8.3.2",
"description": "Enhance feature-worthy stories",
"license": "MIT",
"private": true,
"contributors": [
"Joshua Byrd <[email protected]>",
"Simon Elvery <[email protected]>",
"Julian Fell <[email protected]>",
"Ash Kyd <Kyd.Ashley>@abc.net.au>",
"Colin Gourlay",
"Nathan Hoad"
],
"scripts": {
"start": "aunty serve",
"aws-login": "npx -y aws-azure-login --mode=gui",
"aws-login:configure": "npx -y aws-azure-login --configure",
"registry-login": "npm config set registry https://registry.npmjs.org && aws codeartifact login --tool npm --repository shared --domain abc --domain-owner 920345511325 --region ap-southeast-2 --namespace @abcaustralia",
"registry-rollback": "npm config set registry https://registry.npmjs.org"
},
"dependencies": {
"@abcaustralia/analytics-datalayer": "^24.0.0",
"@abcnews/dev-proxy": "^1.2.1",
"@abcnews/env-utils": "^4.0.0",
"@abcnews/url2cmid": "^1.1.0",
"classnames": "^2.2.6",
"core-js": "^3.23.4",
"debounce": "^2.0.0",
"nanohtml": "^1.10.0",
"ric": "^1.3.0"
},
"devDependencies": {
"@abcnews/aunty": "^15.0.3",
"@abcnews/mount-utils": "^3.0.0",
"@abcnews/terminus-fetch": "^6.0.1",
"typescript": "^5.4.5"
},
"browserslist": [
"> 1% in AU",
"Firefox ESR"
]
}