forked from telekom-mms/aurelia-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "t-systems-aurelia-components",
"version": "1.0.19",
"description": "Common useful components for the Aurelia framework",
"repository": "https://github.com/T-Systems-MMS/aurelia-components.git",
"author": "Mike Reiche <[email protected]>",
"scripts": {
"build": "tsc",
"webpack": "webpack --mode=production",
"test": "jest"
},
"license": "MIT",
"optionalPeerDependencies": {
"echarts": "^5.3.2",
"apexcharts": "^3.35.0",
"aurelia-templating": "^1.11.1",
"aurelia-validation": "^2.0.0-rc2",
"jquery": "^3.5.1",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"ts-md5": "^1.2.7",
"sanitize-html": "^2.7.0"
},
"devDependencies": {
"@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",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^3.9.7",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}