UNPKG

1.27 kBJSONView Raw
1{
2 "name": "@beisen-platform/dropdown-button",
3 "version": "1.0.15",
4 "description": "平台下拉按钮基础组件",
5 "main": "lib/index.js",
6 "scripts": {
7 "lib": "stl build lib",
8 "examples": "sbl start --port 9001",
9 "prepublish": "npm run lib"
10 },
11 "keywords": [
12 "beisen",
13 "react-component",
14 "es6"
15 ],
16 "author": {
17 "name": "beisen",
18 "email": "beisen@beisen.com"
19 },
20 "maintainers": [
21 {
22 "name": "beisen",
23 "email": "beisen@beisen.com"
24 }
25 ],
26 "license": "ISC",
27 "repository": {
28 "type": "git",
29 "url": "http://gitlab.beisencorp.com/ux-cnpm/ux-dropdown-button"
30 },
31 "dependencies": {
32 "@beisen-platform/common-func": "",
33 "@beisen-platform/common-mount": "",
34 "@beisen-platform/react-icons": "",
35 "@beisen-platform/tool-tip": ""
36 },
37 "devDependencies": {
38 "core-js": "^2.5.7",
39 "commitizen": "^2.10.1",
40 "cz-conventional-changelog": "^2.1.0",
41 "@beisen/storybook": "1.x.x",
42 "@beisen/build": "1.x.x",
43 "@beisen/webpack": "4.x.x",
44 "@beisen/ts": "1.x.x",
45 "@beisen/storybook-react": "4.x.x",
46 "@beisen/babel": "7.x.x",
47 "react": "16.x.x",
48 "react-dom": "16.x.x"
49 },
50 "config": {
51 "commitizen": {
52 "path": "node_modules/cz-conventional-changelog"
53 }
54 },
55 "peerDependencies": {
56 "react": "16.x.x",
57 "react-dom": "16.x.x"
58 }
59}