mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-18 16:02:53 +08:00
90 lines
2.8 KiB
JSON
90 lines
2.8 KiB
JSON
{
|
|
"name": "ionic-native",
|
|
"version": "5.0.0-beta.24",
|
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
|
"homepage": "https://ionicframework.com/",
|
|
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"build:core": "tsc -p tsconfig.core.json",
|
|
"build:esm": "ts-node -P scripts/tsconfig.json scripts/tasks/build-esm",
|
|
"build:es5": "ts-node -P scripts/tsconfig.json scripts/tasks/build-es5",
|
|
"build:ngx": "ts-node -P scripts/tsconfig.json scripts/tasks/build-ngx",
|
|
"build": "npm run build:core && npm run build:esm && npm run build:ngx && npm run build:es5",
|
|
"prebuild": "rimraf -rf dist",
|
|
"npmpub": "ts-node -P scripts/tsconfig.json scripts/tasks/publish",
|
|
"lint": "gulp lint",
|
|
"readmes": "gulp readmes",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
|
"postchangelog": "git commit -am \"chore(): update changelog\"",
|
|
"shipit": "npm run build && npm run readmes && npm run npmpub"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/common": "^7.2.1",
|
|
"@angular/compiler": "^7.2.1",
|
|
"@angular/compiler-cli": "^7.2.1",
|
|
"@angular/core": "^7.2.1",
|
|
"@types/cordova": "0.0.34",
|
|
"@types/fs-extra": "^5.0.4",
|
|
"@types/jest": "^23.3.13",
|
|
"@types/lodash": "^4.14.120",
|
|
"@types/node": "^10.12.18",
|
|
"@types/rimraf": "^2.0.2",
|
|
"@types/webpack": "^4.4.23",
|
|
"ajv": "^6.7.0",
|
|
"async-promise-queue": "^1.0.4",
|
|
"conventional-changelog-cli": "^2.0.11",
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"dgeni": "^0.4.11",
|
|
"dgeni-packages": "0.16.10",
|
|
"fs-extra": "^7.0.1",
|
|
"gulp": "3.9.1",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-tslint": "^8.1.3",
|
|
"jest": "^23.6.0",
|
|
"lodash": "^4.17.11",
|
|
"minimist": "1.2.0",
|
|
"natives": "^1.1.6",
|
|
"rimraf": "^2.6.3",
|
|
"rxjs": "^6.3.3",
|
|
"ts-jest": "^23.10.5",
|
|
"ts-node": "^7.0.1",
|
|
"tslint": "^5.12.1",
|
|
"tslint-ionic-rules": "0.0.21",
|
|
"typescript": "3.2.4",
|
|
"uglifyjs-webpack-plugin": "^2.1.1",
|
|
"unminified-webpack-plugin": "^2.0.0",
|
|
"webpack": "^4.28.4",
|
|
"winston": "^3.1.0",
|
|
"zone.js": "^0.8.26"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.tsx?$": "ts-jest"
|
|
},
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|ts?)$",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ionic-team/ionic-native.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ionic-team/ionic-native/issues"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|