@totvs-agro/t-notification
Version:
Componente Totvs para notificações
56 lines (55 loc) • 1.57 kB
JSON
{
"name": "@totvs-agro/t-notification",
"version": "0.0.41",
"description": "Componente Totvs para notificações",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"ngc": "ngc",
"build": "npm run ngc && xcopy src\\assets\\*.* dist\\assets\\*.* /s /e /y ",
"publishPackage": "npm run build && npm publish"
},
"keywords": [
"Angular",
"Android",
"Arquitetura e Framework Agro",
"Ionic",
"Totvs",
"Totvs Agro",
"T-Faces"
],
"author": "João Vinícius Sonsim da Silva - joao.sonsim@totvs.com.br",
"license": "MIT",
"devDependencies": {
"@angular/common": "^7.0.4",
"@angular/compiler": "^7.0.4",
"@angular/compiler-cli": "^7.0.4",
"@angular/core": "^7.0.4",
"@angular/forms": "^7.0.4",
"@angular/platform-browser": "^7.0.4",
"@angular/platform-browser-dynamic": "^7.0.4",
"@ionic-native/dialogs": "^4.17.0",
"@types/node": "^6.0.60",
"ionic-angular": "3.9.2",
"ngc-webpack": "^4.1.2",
"rxjs": "5.6.0-forward-compat.4",
"typescript": "^3.1.6",
"zone.js": "^0.8.4"
},
"dependencies": {
"@angular/animations": "^7.0.4",
"@angular/http": "^7.0.4",
"@angular/platform-server": "^7.0.4",
"@angular/router": "^7.0.4",
"@ionic-native/background-mode": "^4.17.0",
"@ionic-native/core": "^4.17.0",
"@ionic/app-scripts": "^3.2.1",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^4.0.0",
"@totvs-agro/t-translate": "0.0.19",
"rjs": "^4.0.2"
}
}