@smashing/select-menu
Version:
Component used to select options
40 lines (39 loc) • 873 B
JSON
{
"name": "@smashing/select-menu",
"version": "1.1.0",
"description": "Component used to select options",
"repository": "eyedea-io/smashing-ui",
"license": "MIT",
"author": "Eyedea AS",
"main": "lib/cjs/index.js",
"types": "lib/esm/index.d.ts",
"module": "lib/esm/index.js",
"files": [
"src",
"lib"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@smashing/button": "^1.1.0",
"@smashing/menu": "^1.0.2",
"@smashing/popover": "^1.1.0",
"@smashing/text-input": "^1.1.1",
"@smashing/theme": "^0.15.0",
"@smashing/typography": "^1.1.0"
},
"devDependencies": {
"react": "^16.13.1"
},
"peerDependencies": {
"react": "^16.13.1",
"styled-components": "^5.0.0"
},
"keywords": [
"smashing",
"react",
"ui"
],
"gitHead": "1b3ec12399dcea4e7e79e1ca4cfdf03bae8fe0c1"
}