UNPKG

@octopusdeploy/design-system-components

Version:
98 lines 2.88 kB
{ "name": "@octopusdeploy/design-system-components", "version": "2026.3.4178", "description": "The design systems component library.", "main": "dist/src/index.js", "exports": "./dist/src/index.js", "publishConfig": { "access": "public" }, "files": [ "dist/src", "skills", "!skills/_artifacts" ], "repository": { "type": "git", "url": "https://github.com/OctopusDeploy/OctopusDeploy.git", "directory": "frontend/packages/design-system-components" }, "keywords": [ "tanstack-intent" ], "intent": { "skills": [ "octopus-design-system" ] }, "devDependencies": { "@popperjs/core": "^2.11.8", "@swc/core": "^1.15.2", "@tanstack/intent": "latest", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/lodash.debounce": "^4.0.9", "@types/lodash.throttle": "^4.1.7", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.1", "@types/react-is": "^18.3.1", "dotenv-cli": "^10.0.0", "pnpm": "^11.1.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-is": "^18.3.1", "typescript": "^6.0.2", "vitest": "^4.1.1", "vitest-axe": "^0.1.0", "@octopusdeploy/eslint-plugin-custom-portal-rules": "^2026.3.4178", "@octopusdeploy/intents": "^2026.3.4178", "@octopusdeploy/logging-test-utils": "^2026.3.4178", "@octopusdeploy/testing-library": "^2026.3.4178", "@octopusdeploy/eslint-config": "^2026.3.4178", "@octopusdeploy/logging": "^2026.3.4178" }, "peerDependencies": { "@types/react": "^18.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-is": "^18.3.1", "redux": "^4.0.4 || ^5.0.1" }, "peerDependenciesMeta": { "redux": { "optional": true } }, "dependencies": { "@dnd-kit/dom": "^0.4.0", "@dnd-kit/helpers": "^0.4.0", "@dnd-kit/react": "^0.4.0", "@emotion/css": "^11.11.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^7.1.0", "@mui/x-date-pickers": "^7.29.4", "@tanstack/react-virtual": "^3.13.18", "date-fns": "^2.30.0", "lodash.debounce": "^4.0.8", "lodash.throttle": "^4.1.1", "react-day-picker": "^9.13.0", "react-dropzone": "^14.3.8", "react-responsive": "^10.0.0", "react-tippy": "^1.4.0", "recharts": "^3.1.0", "uuid": "^13.0.0", "@octopusdeploy/design-system-tokens": "^2026.3.4178", "@octopusdeploy/type-utils": "^2026.3.4178", "@octopusdeploy/design-system-icons": "^2026.3.4178" }, "scripts": { "lint": "eslint --quiet .", "lint:verbose": "eslint .", "lint:fix": "eslint --quiet --fix .", "test": "vitest", "ci:build": "tsc -b", "ci:package": "octopus-intents sync-skills && mkdir -p output && pnpm pack --pack-destination output" } }