-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1021 Bytes
/
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": "scaler",
"version": "0.2.22",
"description": "A project generated from aunty's svelte project template.",
"license": "MIT",
"private": true,
"contributors": [
"Julian Fell <[email protected]>"
],
"aunty": {
"type": "svelte"
},
"scripts": {
"start": "aunty serve",
"test": "aunty test"
},
"abc": {
"css": {
"libraryDir": "./node_modules/@abcaustralia/nucleus/css",
"logVariables": "false"
}
},
"devDependencies": {
"@abcnews/aunty": "^14.0.0",
"@testing-library/svelte": "^3.1.3",
"@types/jest": "^28.1.6",
"@types/webpack-env": "^1.17.0"
},
"dependencies": {
"@abcnews/alternating-case-to-object": "^3.0.2",
"@abcnews/base-36-props": "^1.4.0",
"@abcnews/dev-proxy": "^1.1.0",
"@abcnews/env-utils": "^3.0.1",
"@abcnews/mount-utils": "^2.0.0",
"@abcnews/poll-counters-client": "^1.3.1",
"carbon-components": "^10.58.1",
"carbon-components-svelte": "0.71.0",
"d3-fetch": "^3.0.1",
"d3-scale": "^4.0.2",
"layercake": "^7.0.0",
"svelte": "^3.49.0"
}
}