-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 915 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
{
"name": "@bsi-cx/design-standard-library-web",
"version": "1.4.8",
"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"
},
"author": {
"name": "Design Team BSI",
"email": "[email protected]",
"url": "https://bsi-software.github.io/bsi-cx-docs/"
},
"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",
"sortablejs": "^1.15.0"
},
"devDependencies": {
"@bsi-cx/design-build": "^1.13.3",
"file-loader": "^6.2.0"
}
}