-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.64 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
{
"name": "@sishuguojixuefu/antd-mobile-rn",
"version": "3.1.8-beta.11",
"description": "基于蚂蚁金服移动设计规范的 React Native 组件库",
"keywords": [
"ant",
"design",
"react",
"react-component",
"component",
"components",
"ui",
"framework",
"frontend",
"mobile",
"react native"
],
"repository": {
"type": "github",
"url": "https://github.com/sishuguojixuefu/antd-mobile-rn"
},
"files": [
"lib"
],
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"@ant-design/icons-react-native": "^1.0.2",
"@bang88/react-native-drawer-layout": "^2.0.3",
"@bang88/react-native-ultimate-listview": "^3.3.0",
"array-tree-filter": "~2.1.0",
"babel-runtime": "^6.x",
"deepmerge": "^3.0.0",
"normalize-css-color": "^1.0.2",
"react-native-collapsible": "^1.4.0",
"react-native-modal-popover": "^0.0.12",
"react-native-safe-area-view": "^0.11.0",
"react-native-swipeout": "^2.3.6",
"utility-types": "^2.1.0"
},
"devDependencies": {
"@types/prop-types": "^15.5.7",
"@types/react": "~16.7.13",
"@types/react-native": "^0.57.15",
"babel-eslint": "^7.2.3",
"eslint": "~4.3.0",
"eslint-config-airbnb": "~15.1.0",
"eslint-plugin-babel": "~4.1.1",
"eslint-plugin-import": "~2.7.0",
"eslint-plugin-jsx-a11y": "~6.0.2",
"eslint-plugin-react": "~7.2.0",
"rc-form": "2.2.7",
"typescript": "^3.2.2"
},
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"postversion": "git push --tags && git push && npm publish",
"prepublishOnly": "tsc -p ./tsconfig.json"
}
}