forked from telekom-mms/aurelia-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.61 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "t-systems-aurelia-components",
"version": "1.1.6",
"description": "Common useful components for the Aurelia framework",
"repository": "https://github.com/telekom-mms/aurelia-components.git",
"author": "Mike Reiche <[email protected]>",
"scripts": {
"build": "tsc",
"webpack": "webpack --mode=production",
"test": "jest"
},
"license": "MIT",
"devDependencies": {
"@types/bootstrap": "^5.1.12",
"@types/jest": "^27.4.1",
"@types/sanitize-html": "^2.6.2",
"aurelia-binding": "^2.5.4",
"aurelia-bootstrapper": "^2.3.3",
"aurelia-dependency-injection": "^1.5.2",
"aurelia-event-aggregator": "^1.0.3",
"aurelia-loader-webpack": "^2.2.1",
"aurelia-polyfills": "^1.3.4",
"aurelia-webpack-plugin": "^4.0.0",
"jest": "^27.5.1",
"jest-html-reporters": "^3.1.4",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"peerDependencies": {
"apexcharts": "^3.35.0",
"aurelia-templating": "^1.11.1",
"aurelia-validation": "^2.0.0-rc2",
"bootstrap": "^5.1.3",
"echarts": "^5.3.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"sanitize-html": "^2.7.0",
"ts-md5": "^1.2.7"
},
"peerDependenciesMeta": {
"apexcharts": {
"optional": true
},
"aurelia-templating": {
"optional": true
},
"aurelia-validation": {
"optional": true
},
"bootstrap": {
"optional": true
},
"echarts": {
"optional": true
},
"moment": {
"optional": true
},
"moment-duration-format": {
"optional": true
},
"ts-md5": {
"optional": true
},
"sanitize-html": {
"optional": true
}
}
}