@morphood/capacitor-lottie-splash-screen
Advanced tools
Comparing version 0.0.6 to 0.1.0
{ | ||
"name": "@morphood/capacitor-lottie-splash-screen", | ||
"version": "0.0.6", | ||
"version": "0.1.0", | ||
"description": "Lottie splash screen plugin for capacitor", | ||
@@ -41,3 +41,3 @@ "main": "dist/plugin.cjs.js", | ||
"docgen": "docgen --api CapacitorLottieSplashScreenPlugin --output-readme README.md --output-json dist/docs.json", | ||
"build": "npm run clean && npm run docgen && standard-version && tsc && rollup -c rollup.config.js", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js", | ||
"build-module": "npm run clean && tsc && rollup -c rollup.config.js", | ||
@@ -47,23 +47,25 @@ "clean": "rimraf ./dist", | ||
"prepublishOnly": "npm run build", | ||
"release": "standard-version && npm publish", | ||
"prepare": "npm run build-module" | ||
}, | ||
"devDependencies": { | ||
"@capacitor/android": "^3.0.0", | ||
"@capacitor/core": "^3.0.0", | ||
"@capacitor/docgen": "^0.0.18", | ||
"@capacitor/ios": "^3.0.0", | ||
"@capacitor/android": "^4.7.0", | ||
"@capacitor/core": "^4.7.0", | ||
"@capacitor/docgen": "^0.2.1", | ||
"@capacitor/ios": "^4.7.0", | ||
"@ionic/eslint-config": "^0.3.0", | ||
"@ionic/prettier-config": "^1.0.1", | ||
"@ionic/prettier-config": "^2.0.0", | ||
"@ionic/swiftlint-config": "^1.1.2", | ||
"eslint": "^7.11.0", | ||
"prettier": "~2.2.0", | ||
"prettier-plugin-java": "~1.0.0", | ||
"@types/node": "^18.14.6", | ||
"eslint": "^7.32.0", | ||
"prettier": "~2.8.4", | ||
"prettier-plugin-java": "~1.6.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.32.0", | ||
"rollup": "^2.79.1", | ||
"standard-version": "^9.5.0", | ||
"swiftlint": "^1.0.1", | ||
"typescript": "~4.0.3" | ||
"typescript": "~4.9.5" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.0.0" | ||
"@capacitor/core": "^4.7.0" | ||
}, | ||
@@ -70,0 +72,0 @@ "prettier": "@ionic/prettier-config", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29271
16