-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
113 lines (113 loc) · 2.99 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@alex_xu/npm-dooring",
"version": "1.0.0",
"description": "An enterprise-class UI design language and React components implementation",
"keywords": [
"component",
"components"
],
"homepage": "https://github.com/MrXujiang/xu_ui",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrXujiang/xu_ui/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com:MrXujiang/xu_ui.git"
},
"contributors": [
"alex_xu"
],
"scripts": {
"dev": "npx --max_old_space_size=8096 father doc dev --host 0.0.0.0",
"build": "father build",
"build:doc": "father doc build",
"deploy": "father doc deploy"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"father": "^2.30.1",
"pre-commit": "^1.2.2",
"@types/classnames": "^2.2.10",
"@types/codemirror": "^0.0.98",
"@types/events": "^3.0.0",
"@types/file-saver": "^2.0.1",
"@types/node": "^14.6.2",
"@types/react-color": "^3.0.4",
"@types/react-grid-layout": "^1.1.1",
"@types/redux-logger": "^3.0.8",
"@typescript-eslint/eslint-plugin": "4.1.1",
"@typescript-eslint/parser": "4.1.1",
"babel-eslint": "10.x",
"babel-plugin-import": "^1.13.0",
"eslint": "6.x",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "2.x",
"redux-logger": "^3.0.6"
},
"dependencies": {
"@babel/runtime": "^7.7.1",
"babel-plugin-import": "^1.13.3",
"@ant-design/icons": "^4.2.2",
"@antv/f2": "^3.7.7",
"antd": "^4.6.2",
"braft-editor": "^2.3.9",
"lint-staged": "^10.0.7",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"qrcode.react": "^1.0.0",
"react-audio-player": "^0.14.0",
"react-contexify": "^5.0.0",
"react-grid-layout": "^1.0.0",
"sass-loader": "^9.0.3",
"video-react": "^0.14.1",
"zarm": "^2.5.3",
"@umijs/plugin-sass": "^1.1.1",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.2.19",
"antd-img-crop": "^3.10.0",
"chatbot-antd": "^0.6.0",
"codemirror": "^5.57.0",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.2",
"keymaster": "^1.6.2",
"react-codemirror2": "^7.2.1",
"react-color": "^2.18.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.12.0",
"react-draggable": "^4.4.3",
"react-hotkeys-hook": "^2.3.1",
"react-text-loop": "^2.3.0",
"redux-undo": "^1.0.1",
"socket.io-client": "^2.3.0",
"umi": "^3.2.19",
"xlsx": "^0.16.7",
"yh-react-popover": "^0.3.0",
"yorkie": "^2.0.0"
},
"files": [
"dist",
"lib",
"es"
],
"main": "lib/index.js",
"module": "es/index.js",
"browserslist": [
"last 2 version",
"Firefox ESR",
"> 1%",
"ie >= 9"
],
"publishConfig": {
"registry": ""
}
}