@ohayojp.com/components
Version:
Common business components of ohayojp.
40 lines (39 loc) • 939 B
JSON
{
"name": "@ohayojp.com/components",
"version": "1.0.0",
"author": "ohayojp",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ohayojp/ohayo.git"
},
"bugs": {
"url": "https://github.com/ohayojp/ohayojp/issues"
},
"homepage": "https://ohayojp.com",
"keywords": [
"ohayo",
"ohayojp",
"ohayo",
"antd",
"ng-zorro-antd",
"angular",
"component"
],
"dependencies": {
"file-saver": "^2.0.2",
"ngx-countdown": "^10.0.0",
"@ohayojp.com/theme": "^1.0.0",
"@ohayojp.com/util": "^1.0.0",
"@ohayojp.com/acl": "^1.0.0",
"tslib": "^2.0.0"
},
"main": "bundles/components.umd.js",
"module": "fesm2015/components.js",
"es2015": "fesm2015/components.js",
"esm2015": "esm2015/components.js",
"fesm2015": "fesm2015/components.js",
"typings": "components.d.ts",
"metadata": "components.metadata.json",
"sideEffects": false
}