-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 931 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
{
"name": "@bsi-cx/design-standard-library-web",
"version": "1.4.7",
"description": "Standard content element library for BSI CX.",
"license": "MIT",
"repository": "github:bsi-software/bsi-cx-design-standard-library-web",
"bugs": {
"url": "https://github.com/bsi-software/bsi-cx-design-standard-library-web/issues"
},
"contributors": [
{
"name": "Benjamin Vier"
},
{
"name": "Lukas Heyer"
},
{
"name": "Lukas Steiger"
},
{
"name": "Sophia Wild"
}
],
"dependencies": {
"@alpinejs/csp": "^3.13.5",
"@bsi-cx/chart": "github:bsi-software/bsi-cx-chart#semver:1.3.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.1",
"flatpickr": "^4.6.13",
"intl-tel-input": "^19.5.3"
},
"devDependencies": {
"@bsi-cx/design-build": "^1.13.3",
"file-loader": "^6.2.0"
}
}