-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.27 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
{
"name": "interactive-expandable-cards",
"version": "8.1.1",
"description": "Groups of expandable \"winners and losers\"-style cards that can be embedded in stories.",
"license": "MIT",
"private": true,
"contributors": [
"Colin Gourlay <[email protected]>",
"Ash Kyd <[email protected]>",
"Simon Elvery <[email protected]>",
"Andrew Kesper <[email protected]>"
],
"aunty": {
"type": "preact",
"build": {
"addModernJS": true
},
"serve": {
"hot": false
}
},
"size-limit": [
{
"limit": "20 KB",
"path": ".aunty/build/index.js"
}
],
"scripts": {
"start": "aunty serve",
"dev": "aunty serve",
"test": "aunty test",
"build": "aunty build",
"size": "npm run build && size-limit"
},
"devDependencies": {
"@abcnews/aunty": "^14.0.0",
"@size-limit/file": "^11.0.0",
"@types/jest": "^29.4.0",
"@types/webpack-env": "^1.16.0",
"preact-render-to-string": "^6.1.0",
"size-limit": "^11.0.0"
},
"dependencies": {
"@abcnews/alternating-case-to-object": "^3.0.1",
"@abcnews/dev-proxy": "^1.1.0",
"@abcnews/env-utils": "^3.0.0",
"@abcnews/mount-utils": "^3.0.0",
"@abcnews/terminus-fetch": "^6.0.0",
"@abcnews/url2cmid": "^1.1.0",
"classnames": "^2.2.6",
"core-js": "^3.9.1",
"preact": "^10.5.12"
}
}