@trellixio/roaster-coffee
Version:
Beans' product component library
45 lines • 1.05 kB
JSON
{
"name": "@trellixio/roaster-coffee",
"version": "0.3.0",
"description": "Beans' product component library",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/trellixio/roaster-coffee.git"
},
"keywords": [
"react",
"beans",
"component",
"loyalty",
"roaster"
],
"author": "Beans <dev@trybeans.com>",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/trellixio/roaster-coffee/issues"
},
"homepage": "https://github.com/trellixio/roaster-coffee#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@floating-ui/react": "^0.27.8",
"react": "^18.2.0",
"react-transition-group": "4.4.5"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"@types/react": "18.2.0"
},
"engines": {
"node": ">=18.0.0"
},
"private": false
}