UNPKG

@atlaskit/app-provider

Version:

A top level provider for the Design System.

79 lines (78 loc) 2.13 kB
{ "name": "@atlaskit/app-provider", "version": "7.0.0", "description": "A top level provider for the Design System.", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "atlassian": { "react-compiler": { "enabled": true, "gating": { "source": "@atlaskit/react-compiler-gating", "importSpecifierName": "isReactCompilerActivePlatform" } }, "team": "Design System Team", "website": { "name": "App provider", "category": "Tooling", "status": { "type": "beta" } } }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "types": "dist/types/index.d.ts", "sideEffects": [ "**/*.compiled.css" ], "atlaskit:src": "src/index.tsx", "dependencies": { "@atlaskit/browser-apis": "^1.2.0", "@atlaskit/css": "^1.1.0", "@atlaskit/platform-feature-flags": "^2.2.0", "@atlaskit/react-compiler-gating": "^0.2.0", "@atlaskit/tokens": "^18.0.0", "@babel/runtime": "^7.0.0", "bind-event-listener": "^3.0.0" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0" }, "devDependencies": { "@af/visual-regression": "workspace:^", "@atlaskit/button": "^25.3.0", "@atlaskit/code": "^19.2.0", "@atlaskit/dropdown-menu": "^18.3.0", "@atlaskit/form": "^17.2.0", "@atlaskit/heading": "^7.2.0", "@atlaskit/primitives": "^22.5.0", "@atlaskit/select": "^22.11.0", "@atlaskit/tile": "^4.1.0", "@atlassian/feature-flags-test-utils": "^1.3.0", "@atlassian/ssr-tests": "workspace:^", "@atlassian/testing-library": "^0.11.0", "@atlassian/workbench": "workspace:*", "react": "^19.0.0", "react-dom": "^19.2.0", "react-resource-router": "^0.20.0" }, "platform-feature-flags": { "platform_dst_scrollbar_harmonisation": { "type": "boolean" }, "platform_dst_scrollbar_harmonisation_transparent": { "type": "boolean" }, "platform_increased-contrast-themes": { "type": "boolean" } }, "homepage": "https://atlassian.design/components/app-provider" }