UNPKG

2.12 kBJSONView Raw
1{
2 "name": "@beisen/recruit-auto-tree",
3 "version": "1.1.14",
4 "description": "AutoTree",
5 "main": "lib/index.js",
6 "repository": {
7 "type": "git",
8 "url": "git@gitlab.beisencorp.com:ux-tms-ui/ux-auto-tree.git"
9 },
10 "author": {
11 "name": "wangsixiao",
12 "email": "wangsixiao@beisen.com"
13 },
14 "maintainers": [
15 {
16 "name": "wangsixiao",
17 "email": "wangsixiao@beisen.com"
18 }
19 ],
20 "config": {
21 "commitizen": {
22 "path": "node_modules/cz-conventional-changelog"
23 }
24 },
25 "scripts": {
26 "start": "italent-thunder start",
27 "build": "italent-thunder build prod --mode development",
28 "build-prod": "italent-thunder build prod",
29 "lib": "stl build lib",
30 "examples": "sbl start --port 9002"
31 },
32 "license": "ISC",
33 "peerDependencies": {
34 "react": "16.x.x",
35 "react-dom": "16.x.x"
36 },
37 "devDependencies": {
38 "commitizen": "^2.10.1",
39 "cz-conventional-changelog": "^2.1.0",
40 "@beisen/storybook": "1.x.x",
41 "@beisen/build": "1.x.x",
42 "@beisen/webpack": "4.x.x",
43 "@beisen/ts": "1.x.x",
44 "@beisen/storybook-react": "4.x.x",
45 "@beisen/italent-thunder": "1.x.x",
46 "@beisen/babel": "7.x.x",
47 "eslint": "^5.15.3",
48 "eslint-plugin-react": "^7.11.1",
49 "react": "16.x.x",
50 "react-dom": "16.x.x"
51 },
52 "dependencies": {
53 "@beisen-platform/base-button": "1.0.9",
54 "@beisen-platform/common-func": "1.0.0",
55 "@beisen-platform/common-input": "1.0.2",
56 "@beisen-platform/common-label": "1.0.3",
57 "@beisen-platform/common-mount": "1.0.5",
58 "@beisen-platform/dropdown": "1.0.8",
59 "@beisen-platform/dropdown-list": "1.0.20",
60 "@beisen-platform/input-box": "1.0.4",
61 "@beisen-platform/loading": "1.0.3",
62 "@beisen-platform/react-icons": "0.0.8",
63 "@beisen-platform/search": "1.0.17",
64 "@beisen-platform/selected-component": "1.0.0",
65 "@beisen-platform/selected-list": "1.0.4",
66 "@beisen-platform/tool-tip": "1.0.2",
67 "@beisen-platform/tree": "1.0.1",
68 "@beisen/es6-promise-debounce": "0.0.4",
69 "@beisen-platform/platform-tip": "1.0.20",
70 "@beisen-platform/ethos": "1.0.24"
71 }
72}