75f29219
Anan Sangthongtum
first commit
|
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": "soc-app-library",
"version": "1.11.44",
"peerDependencies": {
"@angular/common": "^6.1.9",
"@angular/core": "^6.1.9",
"@angular/forms": "^6.1.9"
},
"dependencies": {
"angular2-uuid": "^1.1.1",
"devextreme": "18.2.3",
"devextreme-angular": "18.2.3",
"devextreme-intl": "^18.2.3",
"moment-es6": "^1.0.0",
"ng-zorro-antd": "^1.8.1",
"ngx-bootstrap": "^3.0.1",
"qrcode-reader": "^1.0.4",
"tslib": "^1.9.0"
},
"main": "bundles/soc-app-library.umd.js",
"module": "fesm5/soc-app-library.js",
"es2015": "fesm2015/soc-app-library.js",
"esm5": "esm5/soc-app-library.js",
"esm2015": "esm2015/soc-app-library.js",
"fesm5": "fesm5/soc-app-library.js",
"fesm2015": "fesm2015/soc-app-library.js",
"typings": "soc-app-library.d.ts",
"metadata": "soc-app-library.metadata.json",
"sideEffects": false
}
|