diff --git a/package-lock.json b/package-lock.json index 57116e351..69a39ff67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12840,12 +12840,6 @@ "loose-envify": "cli.js" } }, - "node_modules/lottie-web": { - "version": "5.13.0", - "resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.13.0.tgz", - "integrity": "sha512-+gfBXl6sxXMPe8tKQm7qzLnUy5DUPJPKIyRHwtpCpyUEYjHYRJC/5gjUvdkuO2c3JllrPtHXH5UJJK8LRYl5yQ==", - "license": "MIT" - }, "node_modules/loupe": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz", @@ -19561,7 +19555,6 @@ "@radix-ui/react-tabs": "^1.1.13", "clsx": "^2.1.1", "cmdk": "^1.1.1", - "lottie-web": "^5.13.0", "react-dropzone": "^14.3.8", "react-intersection-observer": "^9.16.0", "react-markdown": "^10.1.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 240850818..2d8b32852 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,86 +1,85 @@ { - "name": "@probo/ui", - "version": "1.0.0", - "private": true, - "type": "module", - "main": "src/index.ts", - "scripts": { - "lint": "eslint .", - "dev": "storybook dev -p 6006 --no-open", - "check": "tsc --noEmit -p tsconfig.app.json", - "icons": "bun run src/Atoms/Icons/generator.ts" - }, - "prettier": "@probo/prettier", - "dependencies": { - "@ariakit/react": "^0.4.17", - "@probo/helpers": "1.0.0", - "@probo/i18n": "1.0.0", - "@radix-ui/react-alert-dialog": "^1.1.15", - "@radix-ui/react-dropdown-menu": "^2.1.16", - "@radix-ui/react-label": "^2.1.8", - "@radix-ui/react-popover": "^1.1.15", - "@radix-ui/react-portal": "^1.1.10", - "@radix-ui/react-scroll-area": "^1.2.10", - "@radix-ui/react-select": "^2.2.6", - "@radix-ui/react-tabs": "^1.1.13", - "clsx": "^2.1.1", - "cmdk": "^1.1.1", - "lottie-web": "^5.13.0", - "react-dropzone": "^14.3.8", - "react-intersection-observer": "^9.16.0", - "react-markdown": "^10.1.0", - "rehype-raw": "^7.0.0", - "remark-gfm": "^4.0.1", - "tailwind-variants": "^1.0.0", - "tailwindcss": "^4.1.7", - "tw-animate-css": "^1.3.0", - "zustand": "^5.0.4" - }, - "devDependencies": { - "@chromatic-com/storybook": "^3.2.6", - "@eslint/js": "^9.25.0", - "@probo/prettier": "1.0.0", - "@rollup/pluginutils": "^5.1.4", - "@storybook/addon-essentials": "^8.6.13", - "@storybook/blocks": "^8.6.13", - "@storybook/experimental-addon-test": "^8.6.13", - "@storybook/react": "^8.6.13", - "@storybook/react-vite": "^8.6.13", - "@storybook/test": "^8.6.13", - "@tailwindcss/typography": "^0.5.16", - "@tailwindcss/vite": "^4.1.17", - "@types/react": "^19.1.2", - "@types/react-dom": "^19.1.2", - "@vitejs/plugin-react": "^4.4.1", - "@vitest/browser": "^3.1.3", - "@vitest/coverage-v8": "^3.1.3", - "eslint": "^9.25.0", - "eslint-plugin-react-hooks": "^5.2.0", - "eslint-plugin-storybook": "^0.12.0", - "globals": "^16.0.0", - "playwright": "^1.55.1", - "prettier": "^3.5.3", - "react": "^19.1.0", - "react-docgen": "^7.1.1", - "react-dom": "^19.1.0", - "react-router": "^7.6.0", - "storybook": "^8.6.13", - "typescript": "~5.8.3", - "typescript-eslint": "^8.30.1", - "vite": "^6.4.1", - "vitest": "^3.1.3" - }, - "peerDependencies": { - "react": "^19.1.0", - "react-dom": "^19.1.0", - "react-router": "^7.6.0" - }, - "eslintConfig": { - "extends": [ - "plugin:storybook/recommended" - ] - }, - "volta": { - "node": "24.4.0" - } + "name": "@probo/ui", + "version": "1.0.0", + "private": true, + "type": "module", + "main": "src/index.ts", + "scripts": { + "lint": "eslint .", + "dev": "storybook dev -p 6006 --no-open", + "check": "tsc --noEmit -p tsconfig.app.json", + "icons": "bun run src/Atoms/Icons/generator.ts" + }, + "prettier": "@probo/prettier", + "dependencies": { + "@ariakit/react": "^0.4.17", + "@probo/helpers": "1.0.0", + "@probo/i18n": "1.0.0", + "@radix-ui/react-alert-dialog": "^1.1.15", + "@radix-ui/react-dropdown-menu": "^2.1.16", + "@radix-ui/react-label": "^2.1.8", + "@radix-ui/react-popover": "^1.1.15", + "@radix-ui/react-portal": "^1.1.10", + "@radix-ui/react-scroll-area": "^1.2.10", + "@radix-ui/react-select": "^2.2.6", + "@radix-ui/react-tabs": "^1.1.13", + "clsx": "^2.1.1", + "cmdk": "^1.1.1", + "react-dropzone": "^14.3.8", + "react-intersection-observer": "^9.16.0", + "react-markdown": "^10.1.0", + "rehype-raw": "^7.0.0", + "remark-gfm": "^4.0.1", + "tailwind-variants": "^1.0.0", + "tailwindcss": "^4.1.7", + "tw-animate-css": "^1.3.0", + "zustand": "^5.0.4" + }, + "devDependencies": { + "@chromatic-com/storybook": "^3.2.6", + "@eslint/js": "^9.25.0", + "@probo/prettier": "1.0.0", + "@rollup/pluginutils": "^5.1.4", + "@storybook/addon-essentials": "^8.6.13", + "@storybook/blocks": "^8.6.13", + "@storybook/experimental-addon-test": "^8.6.13", + "@storybook/react": "^8.6.13", + "@storybook/react-vite": "^8.6.13", + "@storybook/test": "^8.6.13", + "@tailwindcss/typography": "^0.5.16", + "@tailwindcss/vite": "^4.1.17", + "@types/react": "^19.1.2", + "@types/react-dom": "^19.1.2", + "@vitejs/plugin-react": "^4.4.1", + "@vitest/browser": "^3.1.3", + "@vitest/coverage-v8": "^3.1.3", + "eslint": "^9.25.0", + "eslint-plugin-react-hooks": "^5.2.0", + "eslint-plugin-storybook": "^0.12.0", + "globals": "^16.0.0", + "playwright": "^1.55.1", + "prettier": "^3.5.3", + "react": "^19.1.0", + "react-docgen": "^7.1.1", + "react-dom": "^19.1.0", + "react-router": "^7.6.0", + "storybook": "^8.6.13", + "typescript": "~5.8.3", + "typescript-eslint": "^8.30.1", + "vite": "^6.4.1", + "vitest": "^3.1.3" + }, + "peerDependencies": { + "react": "^19.1.0", + "react-dom": "^19.1.0", + "react-router": "^7.6.0" + }, + "eslintConfig": { + "extends": [ + "plugin:storybook/recommended" + ] + }, + "volta": { + "node": "24.4.0" + } }