-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.5 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
{
"name": "housing-stress",
"version": "1.0.4",
"description": "A project generated from aunty's svelte project template.",
"license": "MIT",
"private": true,
"contributors": [
"Simon Elvery <[email protected]>"
],
"aunty": {
"type": "svelte",
"serve": {
"hasBundleAnalysis": true
},
"webpack": {
"devtool": "source-map"
},
"build": {
"includedDependencies": [
"layercake",
"carbon-components-svelte",
"carbon-icons-svelte",
"@abcnews/svelte-scrollyteller",
"../../svelte-scrollyteller"
],
"entry": [
"index",
"explorer"
]
}
},
"scripts": {
"start": "aunty serve",
"dev": "aunty serve",
"test": "aunty test"
},
"devDependencies": {
"@abcnews/aunty": "^14.0.0",
"@testing-library/svelte": "^4.0.1",
"@types/d3-array": "^3.0.5",
"@types/d3-shape": "^3.1.1",
"@types/jest": "^29.5.2",
"@types/webpack-env": "^1.18.1",
"carbon-components-svelte": "^0.76.0",
"carbon-icons-svelte": "^11.4.0",
"xlsx": "^0.18.5"
},
"dependencies": {
"@abcnews/alternating-case-to-object": "^3.1.0",
"@abcnews/base-36-props": "^1.4.0",
"@abcnews/dev-proxy": "^1.2.1",
"@abcnews/env-utils": "^3.1.0",
"@abcnews/mount-utils": "^3.0.0",
"@abcnews/palette": "^1.0.0-6",
"@abcnews/svelte-scrollyteller": "^1.0.0-2",
"d3-array": "^3.2.4",
"d3-dsv": "^3.0.1",
"d3-interpolate": "^3.0.1",
"d3-shape": "^3.2.0",
"jtfell-svelte-scrollyteller": "^0.0.11",
"layercake": "^7.6.0",
"nanoid": "^4.0.2",
"sass": "^1.63.6",
"zod": "^3.21.4"
}
}