-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
50 lines (50 loc) · 1.28 KB
/
Copy pathpackage-lock.json
File metadata and controls
50 lines (50 loc) · 1.28 KB
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
{
"name": "eq-cir-management-ui",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "eq-cir-management-ui",
"version": "1.0.0",
"dependencies": {
"@ons/design-system": "72.10.0",
"prettier-plugin-jinja-template": "^2.1.0"
}
},
"node_modules/@ons/design-system": {
"version": "72.10.0",
"resolved": "https://registry.npmjs.org/@ons/design-system/-/design-system-72.10.0.tgz",
"integrity": "sha512-5Ihr9GSICCqv4a57bOuOrm7dlDABekbnLExII2Eo4WxxgKcaLgPTYVsJWioEVvditvKFSwUl2DyqwIA5PXTLkw==",
"license": "MIT",
"dependencies": {
"highcharts": "^12.1.2"
}
},
"node_modules/highcharts": {
"version": "12.2.0",
"license": "https://www.highcharts.com/license"
},
"node_modules/prettier": {
"version": "3.5.3",
"license": "MIT",
"peer": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-plugin-jinja-template": {
"version": "2.1.0",
"license": "MIT",
"peerDependencies": {
"prettier": "^3.0.0"
}
}
}
}