-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
79 lines (79 loc) · 1.56 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
{
"name": "@alex_xu/xui",
"version": "0.1.0-snapshot.23",
"description": "An enterprise-class UI design language and React components implementation",
"keywords": [
"component",
"components",
"design",
"framework",
"frontend",
"react",
"react-component",
"ui",
"Modal",
"Table",
"Form",
"Input",
"Icon",
"react-icon",
"Notification",
"Button",
"Drawer",
"Alert",
"Tag",
"Empty",
"Spin",
"徐小夕"
],
"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.x"
},
"devDependencies": {
"father": "^2.16.0",
"pre-commit": "^1.2.2"
},
"dependencies": {
"@babel/runtime": "^7.7.1",
"babel-plugin-import": "^1.12.2",
"braft-editor": "^2.3.8",
"jsoneditor": "^8.1.0",
"querystring": "^0.2.0",
"rc-notification": "^4.0.0-rc.1",
"react-icons": "^3.9.0"
},
"files": [
"dist",
"lib",
"es"
],
"main": "lib/index.js",
"module": "es/index.js",
"browserslist": [
"last 2 version",
"Firefox ESR",
"> 1%",
"ie >= 9"
],
"publishConfig": {
"registry": ""
}
}