-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (56 loc) · 1.34 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
{
"name": "r-design",
"version": "1.0.5",
"description": "基于 react native 和 Ant Design Mobile 的移动端UI组件设计库",
"keywords": [
"react-native",
"react-component",
"react-native-calendar",
"react-native-picker",
"react-native-navigation",
"react-native-button",
"react-native-switch",
"react-native-flatlist",
"react-native-tab",
"react-native-checkbox",
"react-native-textinput",
"react-native-toast",
"react-native-modal",
"react-native-dialog",
"react-native-menu",
"react-native-progress",
"react-native-datepicker",
"antd-mobile",
"react-native-ui-widget",
"react-native-drawer-layout",
"react-native-tab-bar"
],
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/GankLun/R-Design.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/GankLun/R-Design/issues"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"antd-mobile": "^2.1.8",
"prop-types": "^15.6.1",
"rc-form": "^2.1.7",
"react-native-calendars": "^1.17.6",
"react-dom": "^16.3.2",
"react-navigation": "^1.5.9"
},
"devDependencies": {
"react": "16.3.0-alpha.1",
"react-native": "0.54.1",
"babel-eslint": "^8.0.2",
"eslint": "^4.8.0",
"eslint-plugin-react": "^7.4.0"
}
}