11{
2- "name" : " ngx-float-ui-repo" ,
3- "version" : " 19.0.0 " ,
4- "build" : 0 ,
5- "license" : " MIT" ,
6- "description" : " ngx-float-ui is an Angular wrapper for @floating-ui" ,
7- "homepage" : " https://tonysamperi.github.io/ngx-float-ui" ,
8- "repository" : {
9- "type" : " git" ,
10- "url" : " https://github.com/tonysamperi/ngx-float-ui.git"
11- },
12- "bugs" : {
13- "url" : " https://github.com/tonysamperi/ngx-float-ui/issues"
14- },
15- "author" : {
16- "name" : " Tony Samperi" ,
17- 18- },
19- "keywords" : [
20- " Angular 19+" ,
21- " ngx-float-ui" ,
22- " popper Angular" ,
23- " floating ui" ,
24- " float" ,
25- " ui"
26- ],
27- "engines" : {
28- "node" : " >=20.11.1"
29- },
30- "scripts" : {
31- "ng" : " ng" ,
32- "start" : " ng serve" ,
33- "test" : " ng test ngx-float-ui" ,
34- "test:ci" : " ng test ngx-float-ui --browsers=ChromeHeadless --watch=false" ,
35- "test:demo" : " ng test ngx-float-ui-repo" ,
36- "lint" : " ng lint" ,
37- "build++" : " gulp build++" ,
38- "build" : " ng build ngx-float-ui --configuration=production && gulp postBuild" ,
39- "build:demo" : " ng build ngx-float-ui-repo --configuration=production --base-href=" ,
40- "pack" : " gulp pack" ,
41- "release" : " npm publish ./dist/ngx-float-ui" ,
42- "release:beta" : " npm publish ./dist/ngx-float-ui --tag beta" ,
43- "bump:patch" : " gulp bump:patch" ,
44- "bump:minor" : " gulp bump:minor" ,
45- "bump:major" : " gulp bump:major"
46- },
47- "private" : true ,
48- "dependencies" : {
49- "@angular/animations" : " ^19.0.0" ,
50- "@angular/common" : " ^19.0.0" ,
51- "@angular/compiler" : " ^19.0.0" ,
52- "@angular/core" : " ^19.0.0" ,
53- "@angular/forms" : " ^19.0.0" ,
54- "@angular/platform-browser" : " ^19.0.0" ,
55- "@angular/platform-browser-dynamic" : " ^19.0.0" ,
56- "@angular/ssr" : " ^19.0.0" ,
57- "@floating-ui/dom" : " ^1.6.12" ,
58- "rxjs" : " ^7.4.0" ,
59- "tslib" : " ^2.3.1" ,
60- "typewriter-effect" : " ^2.19.0" ,
61- "zone.js" : " ^0.15.0"
62- },
63- "devDependencies" : {
64- "@angular-devkit/build-angular" : " ^19.0.0" ,
65- "@angular-devkit/build-ng-packagr" : " ^0.1002.0" ,
66- "@angular/cli" : " ^19.0.0" ,
67- "@angular/compiler-cli" : " ^19.0.0" ,
68- "@angular/language-service" : " ^19.0.0" ,
69- "@types/jasmine" : " ^3.3.8" ,
70- "@types/jasminewd2" : " ^2.0.3" ,
71- "@types/node" : " ^18.13.0" ,
72- "@types/prismjs" : " ^1.16.5" ,
73- "@types/semver" : " ^7.3.13" ,
74- "gulp" : " ^4.0.2" ,
75- "gulp-sass" : " ^5.1.0" ,
76- "jasmine-core" : " ^4.6.1" ,
77- "jasmine-spec-reporter" : " ^7.0.0" ,
78- "karma" : " ^6.4.4" ,
79- "karma-chrome-launcher" : " ^3.2.0" ,
80- "karma-coverage-istanbul-reporter" : " ^3.0.3" ,
81- "karma-jasmine" : " ^5.1.0" ,
82- "karma-jasmine-html-reporter" : " ^2.1.0" ,
83- "ng-packagr" : " ^19.0.1" ,
84- "plugin-log" : " ^0.1.0" ,
85- "prismjs" : " ^1.29.0" ,
86- "puppeteer" : " ^21.11.0" ,
87- "semver" : " ^7.6.2" ,
88- "through2" : " ^4.0.2" ,
89- "ts-node" : " ^10.9.1" ,
90- "tslint" : " ^6.1.3" ,
91- "tslint-consistent-codestyle" : " ^1.16.0" ,
92- "typescript" : " ~5.6.3"
93- },
94- "packageManager" :
" [email protected] " 95- }
2+ "name" : " ngx-float-ui-repo" ,
3+ "version" : " 19.0.1 " ,
4+ "build" : 0 ,
5+ "license" : " MIT" ,
6+ "description" : " ngx-float-ui is an Angular wrapper for @floating-ui" ,
7+ "homepage" : " https://tonysamperi.github.io/ngx-float-ui" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/tonysamperi/ngx-float-ui.git"
11+ },
12+ "bugs" : {
13+ "url" : " https://github.com/tonysamperi/ngx-float-ui/issues"
14+ },
15+ "author" : {
16+ "name" : " Tony Samperi" ,
17+ 18+ },
19+ "keywords" : [
20+ " Angular 19+" ,
21+ " ngx-float-ui" ,
22+ " popper Angular" ,
23+ " floating ui" ,
24+ " float" ,
25+ " ui"
26+ ],
27+ "engines" : {
28+ "node" : " >=20.11.1"
29+ },
30+ "scripts" : {
31+ "ng" : " ng" ,
32+ "start" : " ng serve" ,
33+ "test" : " ng test ngx-float-ui" ,
34+ "test:ci" : " ng test ngx-float-ui --browsers=ChromeHeadless --watch=false" ,
35+ "test:demo" : " ng test ngx-float-ui-repo" ,
36+ "lint" : " ng lint" ,
37+ "build++" : " gulp build++" ,
38+ "build" : " ng build ngx-float-ui --configuration=production && gulp postBuild" ,
39+ "build:demo" : " ng build ngx-float-ui-repo --configuration=production --base-href=" ,
40+ "pack" : " gulp pack" ,
41+ "release" : " npm publish ./dist/ngx-float-ui" ,
42+ "release:beta" : " npm publish ./dist/ngx-float-ui --tag beta" ,
43+ "bump:patch" : " gulp bump:patch" ,
44+ "bump:minor" : " gulp bump:minor" ,
45+ "bump:major" : " gulp bump:major"
46+ },
47+ "private" : true ,
48+ "dependencies" : {
49+ "@angular/animations" : " ^19.0.0" ,
50+ "@angular/common" : " ^19.0.0" ,
51+ "@angular/compiler" : " ^19.0.0" ,
52+ "@angular/core" : " ^19.0.0" ,
53+ "@angular/forms" : " ^19.0.0" ,
54+ "@angular/platform-browser" : " ^19.0.0" ,
55+ "@angular/platform-browser-dynamic" : " ^19.0.0" ,
56+ "@angular/ssr" : " ^19.0.0" ,
57+ "@floating-ui/dom" : " ^1.6.12" ,
58+ "rxjs" : " ^7.4.0" ,
59+ "tslib" : " ^2.3.1" ,
60+ "typewriter-effect" : " ^2.19.0" ,
61+ "zone.js" : " ^0.15.0"
62+ },
63+ "devDependencies" : {
64+ "@angular-devkit/build-angular" : " ^19.0.0" ,
65+ "@angular-devkit/build-ng-packagr" : " ^0.1002.0" ,
66+ "@angular/cli" : " ^19.0.0" ,
67+ "@angular/compiler-cli" : " ^19.0.0" ,
68+ "@angular/language-service" : " ^19.0.0" ,
69+ "@types/jasmine" : " ^3.3.8" ,
70+ "@types/jasminewd2" : " ^2.0.3" ,
71+ "@types/node" : " ^18.13.0" ,
72+ "@types/prismjs" : " ^1.16.5" ,
73+ "@types/semver" : " ^7.3.13" ,
74+ "gulp" : " ^4.0.2" ,
75+ "gulp-sass" : " ^5.1.0" ,
76+ "jasmine-core" : " ^4.6.1" ,
77+ "jasmine-spec-reporter" : " ^7.0.0" ,
78+ "karma" : " ^6.4.4" ,
79+ "karma-chrome-launcher" : " ^3.2.0" ,
80+ "karma-coverage-istanbul-reporter" : " ^3.0.3" ,
81+ "karma-jasmine" : " ^5.1.0" ,
82+ "karma-jasmine-html-reporter" : " ^2.1.0" ,
83+ "ng-packagr" : " ^19.0.1" ,
84+ "plugin-log" : " ^0.1.0" ,
85+ "prismjs" : " ^1.29.0" ,
86+ "puppeteer" : " ^21.11.0" ,
87+ "semver" : " ^7.6.2" ,
88+ "through2" : " ^4.0.2" ,
89+ "ts-node" : " ^10.9.1" ,
90+ "tslint" : " ^6.1.3" ,
91+ "tslint-consistent-codestyle" : " ^1.16.0" ,
92+ "typescript" : " ~5.6.3"
93+ },
94+ "packageManager" :
" [email protected] " 95+ }
0 commit comments