File tree Expand file tree Collapse file tree 10 files changed +1098
-596
lines changed
projects/firebaseui-angular Expand file tree Collapse file tree 10 files changed +1098
-596
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,6 @@ dist-ssr
21
21
* .ntvs *
22
22
* .njsproj
23
23
* .sln
24
- * .sw ?
24
+ * .sw ?
25
+
26
+ firebase-ui- * .tgz
Original file line number Diff line number Diff line change 129
129
}
130
130
}
131
131
}
132
+ },
133
+ "cli" : {
134
+ "analytics" : false
132
135
}
133
136
}
Original file line number Diff line number Diff line change 5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
7
7
"build" : " ng build" ,
8
+ "build:lib" : " ng build firebaseui-angular" ,
9
+ "build:local" : " pnpm run build:lib && cd projects/firebaseui-angular && pnpm pack" ,
8
10
"watch" : " ng build --watch --configuration development" ,
9
11
"test" : " ng test" ,
10
12
"serve:ssr:angular-ssr" : " node dist/angular-ssr/server/server.mjs"
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " firebaseui- angular" ,
2
+ "name" : " @firebase-ui/ angular" ,
3
3
"version" : " 0.0.1" ,
4
4
"peerDependencies" : {
5
5
"@angular/common" : " ^19.1.0" ,
6
6
"@angular/core" : " ^19.1.0" ,
7
- "@firebase-ui/core" : " workspace:*"
8
- },
9
- "dependencies" : {
7
+ "@firebase-ui/core" : " workspace:*" ,
10
8
"@tanstack/angular-form" : " ^0.42.0" ,
11
9
"@nanostores/angular" : " ^0.0.4" ,
12
10
"tslib" : " ^2.3.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @firebase-ui/core" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " Core authentication service for Firebase UI" ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.cjs" ,
18
18
],
19
19
"scripts" : {
20
20
"build" : " tsup" ,
21
+ "build:local" : " pnpm run build && pnpm pack" ,
21
22
"dev" : " tsup --watch" ,
22
23
"lint" : " tsc --noEmit" ,
23
24
"format" : " prettier --write \" src/**/*.ts\" " ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @firebase-ui/react" ,
3
3
"private" : true ,
4
- "version" : " 0.0.0 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.cjs" ,
7
7
"module" : " ./dist/index.js" ,
18
18
],
19
19
"scripts" : {
20
20
"build" : " tsup" ,
21
+ "build:local" : " pnpm run build && pnpm pack" ,
21
22
"dev" : " tsup --watch" ,
22
23
"lint" : " tsc --noEmit" ,
23
24
"format" : " prettier --write \" src/**/*.ts\" " ,
24
25
"clean" : " rimraf dist"
25
26
},
26
- "dependencies " : {
27
+ "peerDependencies " : {
27
28
"@firebase-ui/core" : " workspace:*" ,
28
- "@firebase-ui/styles" : " workspace:*" ,
29
+ "@firebase-ui/styles" : " workspace:*"
30
+ },
31
+ "dependencies" : {
29
32
"@nanostores/react" : " ^0.8.4" ,
30
33
"@tanstack/react-form" : " ^0.41.3" ,
31
34
"clsx" : " ^2.1.1" ,
You can’t perform that action at this time.
0 commit comments