UNPKG

@atlaskit/tree

Version:

A React Component for displaying expandable and sortable tree hierarchies

72 lines (71 loc) 1.65 kB
{ "name": "@atlaskit/tree", "version": "9.0.1", "description": "A React Component for displaying expandable and sortable tree hierarchies", "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": false, "atlaskit:src": "src/index.ts", "atlassian": { "team": "Confluence Discovery & Organization", "runReact18": false, "website": { "name": "Tree", "deprecated": "This package has been deprecated." } }, "af:exports": { ".": "./src/index.ts", "./types": "./src/types.ts", "./utils/mutateTree": "./src/utils/mutateTree.ts", "./utils/moveItemOnTree": "./src/utils/moveItemOnTree.ts" }, "dependencies": { "@babel/runtime": "^7.0.0", "css-box-model": "^1.2.0", "react-beautiful-dnd-next": "11.0.5" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@atlaskit/ssr": "^0.4.0", "@atlaskit/visual-regression": "^0.10.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.1", "exenv": "^1.2.2", "react-dom": "^18.2.0", "styled-components": "^3.2.6", "typescript": "~5.4.2", "wait-for-expect": "^1.2.0" }, "keywords": [ "atlaskit", "react", "ui" ], "techstack": { "@repo/internal": { "design-tokens": [ "color", "spacing" ] } } }