/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/analytics/package.json
32 строки
848 B
David Dias
chore: new v2 version
30 май 2026, 00:54
30 май 2026, 00:54
7c05904
Код
Авторство
О чём код?
{ "name": "@thedaviddias/analytics", "version": "1.0.0", "private": true, "sideEffects": false, "exports": { ".": "./index.tsx", "./head": "./head.tsx", "./server": "./server.ts", "./providers/openpanel-identify": "./providers/openpanel-identify.tsx" }, "main": "./index.tsx", "types": "./index.tsx", "scripts": { "clean": "git clean -xdf .cache .turbo dist node_modules", "typecheck": "tsc --noEmit --emitDeclarationOnly false" }, "dependencies": { "@openpanel/sdk": "^1.3.1", "@openpanel/web": "^1.4.1", "@repo/auth": "workspace:*", "next": "catalog:", "react": "catalog:", "server-only": "^0.0.1" }, "devDependencies": { "@repo/config-typescript": "workspace:^", "@types/node": "catalog:", "@types/react": "catalog:", "@types/react-dom": "catalog:" } }