@atlaskit/field-text
Version:
Field Text Component
55 lines (54 loc) • 1.62 kB
JSON
{
"name": "@atlaskit/field-text",
"version": "11.0.7",
"description": "Field Text Component",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "index.d.ts",
"sideEffects": false,
"atlaskit:src": "src/index.js",
"atlaskit:designLink": "https://atlassian.design/guidelines/product/components/text-field",
"atlassian": {
"team": "Design System Team",
"deprecatedAutoEntryPoints": true,
"inPublicMirror": true,
"releaseModel": "scheduled",
"website": {
"name": "Field Text",
"deprecated": "@atlaskit/field-text is deprecated in favor of @atlaskit/textfield."
}
},
"dependencies": {
"@atlaskit/analytics-next": "^8.0.0",
"@atlaskit/field-base": "^15.0.0",
"@atlaskit/theme": "^12.0.0",
"@babel/runtime": "^7.0.0"
},
"peerDependencies": {
"react": "^16.8.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
"@atlaskit/build-utils": "*",
"@atlaskit/button": "^16.0.0",
"@atlaskit/docs": "*",
"@atlaskit/section-message": "^6.0.0",
"@atlaskit/ssr": "*",
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
"enzyme": "^3.10.0",
"react-dom": "^16.8.0",
"wait-for-expect": "^1.2.0"
},
"keywords": [
"atlaskit",
"react",
"ui"
],
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
}