Skip to content

Commit d79d5f9

Browse files
committed
firebase added
1 parent 0114ab5 commit d79d5f9

File tree

9 files changed

+1244
-11
lines changed

9 files changed

+1244
-11
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codingcatdev/blackcatui",
33
"private": false,
4-
"version": "0.0.5",
4+
"version": "0.1.0",
55
"description": "A Purrfect SvelteKit and Tailwind CSS component library.",
66
"author": "Alex Patterson <[email protected]>",
77
"scripts": {
@@ -41,11 +41,11 @@
4141
"./dist/styles/variants.css": "./dist/styles/variants.css",
4242
"./dist/themes/theme-blackcatui.css": "./dist/themes/theme-blackcatui.css",
4343
"./dist/themes/theme-skeleton.css": "./dist/themes/theme-skeleton.css",
44-
"./dist/tailwind/blackcatui.cjs":"./dist/tailwind/blackcatui.cjs"
44+
"./dist/tailwind/blackcatui.cjs": "./dist/tailwind/blackcatui.cjs"
4545
},
4646
"files": [
4747
"dist",
48-
"!dist/**/*.test.*"
48+
"!dist/**/*.test.*"
4949
],
5050
"peerDependencies": {
5151
"svelte": "^3.54.0"
@@ -89,6 +89,7 @@
8989
"types": "./dist/index.d.ts",
9090
"type": "module",
9191
"dependencies": {
92-
"@tailwindcss/forms": "^0.5.3"
92+
"@tailwindcss/forms": "^0.5.3",
93+
"firebase": "^9.20.0"
9394
}
9495
}

0 commit comments

Comments
 (0)