UNPKG

@atlaskit/page

Version:

A page layout organizes sections on a page using a grid and grid columns.

104 lines (103 loc) 2.57 kB
{ "name": "@atlaskit/page", "version": "13.0.0", "description": "A page layout organizes sections on a page using a grid and grid columns.", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "types": "dist/types/index.d.ts", "typesVersions": { ">=4.5 <4.9": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "sideEffects": [ "**/*.compiled.css" ], "atlaskit:src": "src/index.tsx", "atlaskit:designLink": "https://atlassian.design/foundations/grid", "atlassian": { "team": "Design System Team", "website": { "name": "Page", "category": "Layout and structure", "status": { "type": "intent-to-deprecate", "description": "We are planning on deprecating Page component. We recommend using the Page layout component instead.", "actions": [ { "text": "View page layout documentation", "href": "https://atlassian.design/components/page-layout" } ] } }, "runReact18": true }, "af:exports": { "./types": "./src/types.tsx", ".": "./src/index.tsx", "./Grid": "./src/grid-wrapper.tsx", "./GridColumn": "./src/grid-column.tsx", "./Page": "./src/page.tsx" }, "dependencies": { "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@af/accessibility-testing": "*", "@af/integration-testing": "*", "@atlaskit/banner": "^13.0.0", "@atlaskit/code": "^16.0.0", "@atlaskit/docs": "*", "@atlaskit/ds-lib": "^4.0.0", "@atlaskit/icon": "^24.0.0", "@atlaskit/link": "^3.0.0", "@atlaskit/primitives": "^14.0.0", "@atlaskit/section-message": "*", "@atlaskit/ssr": "*", "@atlaskit/tokens": "^4.0.0", "@atlaskit/visual-regression": "*", "@testing-library/react": "^13.4.0", "react-dom": "^18.2.0", "typescript": "~5.4.2" }, "keywords": [ "atlaskit", "react", "ui" ], "techstack": { "@atlassian/frontend": { "import-structure": "atlassian-conventions" }, "@repo/internal": { "dom-events": "use-bind-event-listener", "design-tokens": [ "color", "spacing" ], "analytics": "analytics-next", "styling": [ "static", "emotion" ], "deprecation": "no-deprecated-imports", "design-system": "v1" } }, "homepage": "https://atlassian.design/components/page" }