@asphalt-react/textfield
Version:
Textfield
62 lines (61 loc) • 1.47 kB
JSON
{
"name": "@asphalt-react/textfield",
"version": "2.5.1",
"description": "Textfield",
"keywords": [
"form",
"input",
"asphalt",
"design language system",
"dls"
],
"author": "UX Engineering - Web <uxe@gojek.com>",
"license": "UNLICENSED",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"files": [
"dist"
],
"asphalt": {
"status": "experimental"
},
"scripts": {
"test": "jest"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">= 16.8.2"
},
"devDependencies": {
"@asphalt-react/build": "^2.0.0",
"@testing-library/react": "^13.1.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "~13.0.16"
},
"dependencies": {
"@asphalt-react/button": "^2.5.0",
"@asphalt-react/context": "^2.0.0",
"@asphalt-react/helper": "^2.0.0",
"@asphalt-react/iconpack": "^2.0.0",
"@asphalt-react/icontuner": "^2.1.0",
"@asphalt-react/popover": "^2.5.0",
"@asphalt-react/qualifier": "^2.0.0",
"@asphalt-react/selection": "^2.5.1",
"@asphalt-react/toggle-button": "^2.5.0",
"classnames": "^2.5.1",
"prop-types": "^15.8.1"
},
"gitHead": "1389bb68fd42c372aed0c68897da2f2daccf52e2"
}