UNPKG

@porsche-design-system/components-react

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

140 lines (139 loc) 4.59 kB
{ "name": "@porsche-design-system/components-react", "version": "4.3.0", "description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.", "keywords": [ "porsche", "design", "system", "web", "component", "library", "react", "js" ], "scope": "@porsche-design-system", "author": "Dr. Ing. h.c. F. Porsche AG", "license": "SEE LICENSE IN LICENSE", "homepage": "https://designsystem.porsche.com", "repository": { "type": "git", "url": "https://github.com/porsche-design-system/porsche-design-system" }, "dependencies": { "@porsche-design-system/components-js": "4.3.0" }, "peerDependencies": { "ag-grid-community": ">= 35.0.0 <36.0.0", "ag-grid-enterprise": ">= 35.0.0 <36.0.0", "ag-grid-react": ">= 35.0.0 <36.0.0", "react": ">=19.0.0 <20.0.0", "react-dom": ">=19.0.0 <20.0.0", "tailwindcss": ">= 4.0.0 <5.0.0" }, "peerDependenciesMeta": { "ag-grid-community": { "optional": true }, "ag-grid-enterprise": { "optional": true }, "ag-grid-react": { "optional": true }, "tailwindcss": { "optional": true } }, "main": "cjs/public-api.cjs", "module": "esm/public-api.mjs", "types": "esm/public-api.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./esm/public-api.d.ts", "style": "./stylesheets/index.css", "import": "./esm/public-api.mjs", "default": "./cjs/public-api.cjs" }, "./jsdom-polyfill": { "types": "./jsdom-polyfill/index.d.ts", "default": "./jsdom-polyfill/index.cjs" }, "./partials": { "types": "./partials/esm/index.d.ts", "module": "./partials/esm/index.mjs", "default": "./partials/cjs/index.cjs" }, "./ssr": { "types": "./ssr/esm/public-api.d.ts", "import": "./ssr/esm/components-react/projects/react-ssr-wrapper/src/public-api.mjs", "default": "./ssr/cjs/components-react/projects/react-ssr-wrapper/src/public-api.cjs" }, "./tokens": { "types": "./tokens/esm/index.d.ts", "import": "./tokens/esm/index.mjs", "default": "./tokens/cjs/index.cjs" }, "./scss": { "sass": "./scss/_index.scss" }, "./emotion": { "types": "./emotion/esm/index.d.ts", "import": "./emotion/esm/index.mjs", "default": "./emotion/cjs/index.cjs" }, "./meta": { "types": "./meta/esm/index.d.ts", "import": "./meta/esm/index.mjs", "default": "./meta/cjs/index.cjs" }, "./vanilla-extract": { "types": "./vanilla-extract/esm/index.d.ts", "import": "./vanilla-extract/esm/index.mjs", "default": "./vanilla-extract/cjs/index.cjs" }, "./ag-grid": { "types": "./ag-grid/esm/index.d.ts", "import": "./ag-grid/esm/index.mjs", "default": "./ag-grid/cjs/index.cjs" }, "./testing": { "types": "./testing/index.d.ts", "default": "./testing/index.cjs" }, "./styles": { "types": "./emotion/esm/index.d.ts", "sass": "./scss/_index.scss", "import": "./emotion/esm/index.mjs", "default": "./emotion/cjs/index.cjs" }, "./styles/vanilla-extract": { "types": "./vanilla-extract/esm/index.d.ts", "import": "./vanilla-extract/esm/index.mjs", "default": "./vanilla-extract/cjs/index.cjs" }, "./tailwindcss": "./tailwindcss/index.css", "./tailwindcss/index.css": "./tailwindcss/index.css", "./tailwindcss/index": "./tailwindcss/index.css", "./index.css": "./stylesheets/index.css", "./index": "./stylesheets/index.css", "./color-scheme.css": "./stylesheets/color-scheme.css", "./color-scheme": "./stylesheets/color-scheme.css", "./font-face.css": "./stylesheets/font-face.css", "./font-face": "./stylesheets/font-face.css", "./normalize.css": "./stylesheets/normalize.css", "./normalize": "./stylesheets/normalize.css", "./variables.css": "./stylesheets/variables.css", "./variables": "./stylesheets/variables.css", "./cn": "./stylesheets/cn/index.css", "./cn/index.css": "./stylesheets/cn/index.css", "./cn/index": "./stylesheets/cn/index.css", "./cn/font-face.css": "./stylesheets/cn/font-face.css", "./cn/font-face": "./stylesheets/cn/font-face.css" }, "style": "./stylesheets/index.css", "bin": { "patchRemixRunProcessBrowserGlobalIdentifier": "./bin/patchRemixRunProcessBrowserGlobalIdentifier.js" } }