@bddh/starling-cutout
Version:
cutout
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "@bddh/starling-cutout",
"version": "1.2.1",
"description": "cutout",
"keywords": [
"cutout"
],
"author": "sunwen05 <sunwen05@baidu.com>",
"homepage": "",
"license": "MIT",
"module": "es/index.js",
"main": "cjs/index.js",
"typings": "es/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"cjs",
"es"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "ssh://sunwen05@icode.baidu.com:8235/baidu/acu-ai-fe/react-common-lib"
},
"scripts": {
"build": "rm -rf cjs es && rollup -c --bundleConfigAsCjs",
"test": "npx jest --passWithNoTests"
},
"peerDependencies": {
"@bddh/starling-wait-for-loading": "^1.0.1",
"lodash": "^4.17.21",
"react": ">=17",
"react-dom": ">=17",
"tinycolor2": "^1.6.0"
},
"dependencies": {
"@bddh/starling-wait-for-loading": "^1.0.1",
"lodash": "^4.17.21",
"tinycolor2": "^1.6.0",
"vconsole": "^3.15.1"
},
"gitHead": "b0e89ca43a1aab18099c4a97eb671f8b2581d505"
}