@asphalt-react/appbar
Version:
Appbar
56 lines (55 loc) • 1.21 kB
JSON
{
"name": "@asphalt-react/appbar",
"version": "2.8.0",
"description": "Appbar",
"keywords": [
"asphalt",
"appbar",
"component",
"dls",
"design language system"
],
"author": "UX Engineering - Web <uxe@gojek.com>",
"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": "^11.2.7"
},
"dependencies": {
"@asphalt-react/button": "^2.8.0",
"@asphalt-react/context": "^2.0.0",
"@asphalt-react/helper": "^2.0.0",
"@asphalt-react/iconpack": "^2.8.0",
"@asphalt-react/svg-normalizer": "^2.0.0",
"classnames": "^2.5.1",
"prop-types": "^15.8.1"
},
"license": "UNLICENSED",
"gitHead": "49c18b011b499a7ee594260859ab2ba9f29683e1"
}