|
1 | 1 | {
|
2 | 2 | "name": "plugins",
|
3 |
| - "version": "0.0.0", |
| 3 | + "version": "1.1.4", |
4 | 4 | "license": "MIT",
|
5 | 5 | "scripts": {
|
6 | 6 | "postinstall": "husky install && npx ts-patch install",
|
|
12 | 12 | "publish-packages": "nx g @nativescript/plugin-tools:publish",
|
13 | 13 | "sync-packages-with-demos": "nx g @nativescript/plugin-tools:sync-packages-with-demos",
|
14 | 14 | "remove-package": "nx g @nativescript/plugin-tools:remove-package",
|
15 |
| - "add-demo": "nx g @nativescript/plugin-tools:add-demo" |
| 15 | + "add-demo": "nx g @nativescript/plugin-tools:add-demo", |
| 16 | + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
16 | 17 | },
|
17 | 18 | "private": true,
|
18 | 19 | "devDependencies": {
|
| 20 | + "@angular-devkit/build-angular": "^13.2.0", |
19 | 21 | "@angular/animations": "^13.2.0",
|
20 | 22 | "@angular/common": "^13.2.0",
|
21 | 23 | "@angular/compiler": "^13.2.0",
|
|
31 | 33 | "@nativescript/types": "~8.2.0",
|
32 | 34 | "@nativescript/webpack": "~5.0.5",
|
33 | 35 | "@ngtools/webpack": "^13.0.0",
|
| 36 | + "conventional-changelog-cli": "^2.2.2", |
34 | 37 | "husky": "^7.0.0",
|
| 38 | + "nativescript-permissions": "1.3.11", |
35 | 39 | "nativescript-vue": "~2.9.0",
|
36 | 40 | "nativescript-vue-template-compiler": "~2.9.0",
|
37 | 41 | "ng-packagr": "^13.2.0",
|
38 | 42 | "rxjs": "~7.5.0",
|
39 | 43 | "stacktrace-js": "~2.0.2",
|
40 | 44 | "typescript": "~4.5.5",
|
41 |
| - "zone.js": "~0.11.1", |
42 | 45 | "vue": "~2.6.12",
|
43 |
| - "@angular-devkit/build-angular": "^13.2.0", |
44 |
| - "nativescript-permissions": "1.3.11" |
| 46 | + "zone.js": "~0.11.1" |
45 | 47 | },
|
46 | 48 | "lint-staged": {
|
47 | 49 | "**/*.{js,ts,scss,json,html}": [
|
|
0 commit comments