120 lines
3.9 KiB
JSON
120 lines
3.9 KiB
JSON
{
|
|
"name": "@lilith/platform-analytics-provider",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Provider-facing analytics dashboard for profile performance, earnings, and client engagement",
|
|
"author": {
|
|
"name": "QuinnFTW",
|
|
"email": "quinn@ftw.codes",
|
|
"url": "https://github.com/transquinnftw"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/transquinnftw/lilith-platform.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/transquinnftw/lilith-platform/issues"
|
|
},
|
|
"homepage": "https://github.com/transquinnftw/lilith-platform#readme",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run --passWithNoTests",
|
|
"test:unit": "vitest run",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:headed": "playwright test --headed",
|
|
"test:e2e:debug": "playwright test --debug",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint . --ext ts,tsx"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
"@emotion/unitless": "^0.10.0",
|
|
"@lilith/analytics-client": "1.0.2",
|
|
"@lilith/api-client": "*",
|
|
"@lilith/auth-provider": "*",
|
|
"@lilith/i18n": "*",
|
|
"@lilith/react-hooks": "*",
|
|
"@lilith/react-query-utils": "*",
|
|
"@lilith/service-react-bootstrap": "^1.2.0",
|
|
"@lilith/types": "*",
|
|
"@lilith/ui-accessibility": "^1.1.4",
|
|
"@lilith/ui-analytics": "^1.1.9",
|
|
"@lilith/ui-auth": "^2.1.11",
|
|
"@lilith/ui-charts": "^1.1.0",
|
|
"@lilith/ui-core": "^1.1.1",
|
|
"@lilith/ui-data": "^1.1.0",
|
|
"@lilith/ui-design-tokens": "^1.1.2",
|
|
"@lilith/ui-dev-content": "^1.0.2",
|
|
"@lilith/ui-dev-tools": "^1.1.15",
|
|
"@lilith/ui-developer-fab": "^1.0.12",
|
|
"@lilith/ui-error-pages": "^1.1.8",
|
|
"@lilith/ui-feedback": "^1.3.12",
|
|
"@lilith/ui-forms": "^1.1.6",
|
|
"@lilith/ui-header": "^1.0.0",
|
|
"@lilith/ui-icons": "^1.1.10",
|
|
"@lilith/ui-layout": "^1.1.3",
|
|
"@lilith/ui-navigation": "^1.2.3",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-router": "^1.2.0",
|
|
"@lilith/ui-styled-components": "^6.3.8",
|
|
"@lilith/ui-theme": "^1.3.3",
|
|
"@lilith/ui-themes": "^1.1.3",
|
|
"@lilith/ui-typography": "^1.1.4",
|
|
"@tanstack/query-core": "^5.90.19",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"css-to-react-native": "^3.2.0",
|
|
"csstype": "^3.2.3",
|
|
"date-fns": "^3.6.0",
|
|
"framer-motion": "^11.18.2",
|
|
"i18next": "^24.2.3",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-error-boundary": "^4.1.2",
|
|
"react-hot-toast": "^2.6.0",
|
|
"react-i18next": "^15.7.4",
|
|
"react-router": "^7.12.0",
|
|
"react-router-dom": "^7.12.0",
|
|
"shallowequal": "^1.1.0",
|
|
"styled-components": "6.3.8",
|
|
"stylis": "^4.3.6",
|
|
"tslib": "^2.8.1",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/config": "*",
|
|
"@lilith/configs": "^2.2.0",
|
|
"@lilith/playwright-e2e-docker": "^2.0.2",
|
|
"@lilith/service-orchestrator": "^1.2.0",
|
|
"@lilith/service-registry": "^1.3.0",
|
|
"@lilith/test-utils": "*",
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
|
"@playwright/test": "^1.57.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.1",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.53.0",
|
|
"@typescript-eslint/parser": "^8.53.0",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"@vitest/coverage-v8": "^4.0.17",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^9.1.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
"globals": "^17.0.0",
|
|
"jsdom": "^24.1.3",
|
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
}
|