feat: dashboard v2, esm, upgrades (#211)

* esm

* wip

* wip

* wip

* wip

* wip

* wip

* subscription notice

* wip

* wip

* wip

* fix envs

* fix: update docker build

* fix

* esm/types

* delete dashboard :D

* add patches to dockerfiles

* update packages + catalogs + ts

* wip

* remove native libs

* ts

* improvements

* fix redirects and fetching session

* try fix favicon

* fixes

* fix

* order and resize reportds within a dashboard

* improvements

* wip

* added userjot to dashboard

* fix

* add op

* wip

* different cache key

* improve date picker

* fix table

* event details loading

* redo onboarding completely

* fix login

* fix

* fix

* extend session, billing and improve bars

* fix

* reduce price on 10M
This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-16 12:27:44 +02:00
committed by GitHub
parent 436e81ecc9
commit 81a7e5d62e
741 changed files with 32695 additions and 16996 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "@openpanel/root",
"version": "1.0.0",
"type": "module",
"private": true,
"license": "MIT",
"author": "Carl-Gerhard Lindesvärd",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@10.6.2",
"scripts": {
"test": "vitest run",
"gen:bots": "pnpm -r --filter api gen:bots",
@@ -25,7 +26,8 @@
"lint:fix": "biome check --write .",
"lint:workspace": "pnpm dlx sherif@latest",
"typecheck": "pnpm -r typecheck",
"update-simple-git-hooks": "npx simple-git-hooks"
"update-simple-git-hooks": "npx simple-git-hooks",
"deps:unused": "node tooling/unused-deps.mjs"
},
"simple-git-hooks": {
"pre-push": "pnpm typecheck && pnpm test"
@@ -34,7 +36,7 @@
"@hyperdx/node-opentelemetry": "^0.8.1",
"dotenv-cli": "^7.3.0",
"semver": "^7.5.4",
"typescript": "^5.2.2",
"typescript": "catalog:",
"winston": "^3.14.2"
},
"trustedDependencies": [
@@ -51,7 +53,13 @@
],
"devDependencies": {
"@biomejs/biome": "1.9.1",
"depcheck": "^1.4.7",
"simple-git-hooks": "^2.12.1",
"vitest": "^3.0.4"
},
"pnpm": {
"patchedDependencies": {
"nuqs": "patches/nuqs.patch"
}
}
}