feat: packages

This commit is contained in:
Nevo David 2024-09-11 17:20:45 +07:00
parent bb5ea065fa
commit cfc1b508f8
4 changed files with 3701 additions and 3063 deletions

View File

@ -1,5 +0,0 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

View File

@ -3,7 +3,7 @@ import {useCallback} from "react";
export const useFireEvents = () => {
const plausible = usePlausible();
return useCallback((name: string, props?: object) => {
return useCallback((name: string, props?: any) => {
plausible(name, {props});
}, []);
}

6756
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -78,6 +78,7 @@
"bufferutil": "^4.0.8",
"bullmq": "^5.12.12",
"cache-manager-redis-store": "^2.0.0",
"canvas": "^2.11.2",
"chart.js": "^4.4.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",