-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 949 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
{
"name": "olympics-2021-diving",
"version": "1.8.5",
"description": "A project generated from aunty's svelte project template.",
"license": "MIT",
"private": true,
"contributors": [
"Colin Gourlay <[email protected]>"
],
"scripts": {
"start": "aunty serve",
"test": "aunty test"
},
"abc": {
"css": {
"libraryDir": "./node_modules/@abcaustralia/nucleus/css",
"logVariables": "false"
}
},
"devDependencies": {
"@abcnews/aunty": "^15.0.3",
"@abcnews/dev-proxy": "^1.2.1",
"@types/webpack-env": "^1.16.0",
"calipers": "^2.0.1",
"calipers-jpeg": "^2.0.0",
"calipers-png": "^2.0.0",
"calipers-svg": "^2.0.1",
"svelte": "^4.2.18",
"write-json-file": "^4.3.0",
"zip-a-folder": "^1.1.0"
},
"dependencies": {
"@abcnews/alternating-case-to-object": "^3.0.2",
"@abcnews/env-utils": "^3.0.0",
"@abcnews/mount-utils": "^2.0.0",
"lottie-web": "^5.7.11",
"svelte-range-slider-pips": "^2.3.1"
}
}