@roo-ui/components
Version:
44 lines (43 loc) • 1.26 kB
JSON
{
"name": "@roo-ui/components",
"version": "0.63.5",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublish": "yarn build",
"build": "yarn build:cjs && yarn build:esm",
"build:cjs": "babel --root-mode upward src -d dist/cjs",
"build:esm": "ESM_BUILD=1 babel --root-mode upward src -d dist/esm",
"build:cjs:watch": "yarn run build:cjs --watch",
"build:esm:watch": "yarn run build:esm --watch",
"build:watch": "concurrently --kill-others yarn:build:cjs:watch yarn:build:esm:watch"
},
"devDependencies": {
"@roo-ui/icons": "^0.62.5",
"@roo-ui/test-utils": "^0.62.5",
"@roo-ui/themes": "^0.62.5",
"react-powerplug": "^1.0.0-rc.1"
},
"peerDependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"polished": "^2.2.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"styled-system": "^4.1.0"
},
"dependencies": {
"@emotion/is-prop-valid": "^0.7.3",
"date-fns": "^1.29.0",
"dayzed": "^2.2.0",
"react-modal": "^3.8.1",
"react-onclickoutside": "^6.7.1",
"react-popper": "^1.0.0",
"react-text-mask": "^5.4.2"
}
}