forked from ant-design/ant-design-mobile-rn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
169 lines (169 loc) · 5.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "@ant-design/react-native",
"version": "4.0.5",
"description": "基于蚂蚁金服移动设计规范的 React Native 组件库",
"keywords": [
"ant",
"design",
"react",
"react-component",
"component",
"components",
"ui",
"framework",
"frontend",
"mobile",
"react native"
],
"repository": {
"type": "git",
"url": "http://github.com/ant-design/ant-design-mobile-rn"
},
"bugs": {
"url": "http://github.com/ant-design/ant-design-mobile-rn/issues"
},
"files": [
"lib",
"es",
"react-native.config.js"
],
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"dependencies": {
"@ant-design/icons-react-native": "^2.2.1",
"@bang88/react-native-drawer-layout": "^2.0.3",
"@bang88/react-native-ultimate-listview": "^3.3.4",
"array-tree-filter": "~2.1.0",
"babel-runtime": "^6.x",
"deepmerge": "^4.2.2",
"normalize-css-color": "^1.0.2",
"react-native-collapsible": "^1.5.2",
"react-native-modal-popover": "^0.0.12",
"react-native-swipeout": "^2.3.6",
"utility-types": "^3.10.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/cameraroll": "^1.5.2",
"@react-native-community/eslint-config": "^0.0.5",
"@react-native-community/masked-view": "^0.1.9",
"@react-native-community/picker": "^1.3.0",
"@react-native-community/segmented-control": "^1.4.0",
"@react-native-community/slider": "^2.0.9",
"@react-native-community/viewpager": "^3.3.0",
"@react-navigation/native": "^5.1.6",
"@react-navigation/stack": "^5.2.11",
"@testing-library/react-native": "^5.0.3",
"@types/jest": "^25.2.1",
"@types/prop-types": "^15.7.3",
"@types/react": "~16.9.34",
"@types/react-native": "^0.62.2",
"ant-design-palettes": "^1.1.3",
"antd": "3.11.1",
"antd-mobile-demo-data": "^0.2.0",
"antd-tools": "^5.2.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^25.4.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-react-native": "^4.0.1",
"bisheng": "^0.28.0",
"bisheng-plugin-antd": "^0.17.0",
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-react": "^0.6.0",
"bisheng-plugin-toc": "^0.4.0",
"classnames": "^2.2.1",
"codesandbox": "^1.3.5",
"concurrently": "^4.0.1",
"cross-env": "^5.0.1",
"css-split-webpack-plugin": "^0.2.5",
"dora-plugin-upload": "^0.3.1",
"enquire.js": "^2.1.1",
"eslint": "^6.5.1",
"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-markdown": "~1.0.0-beta.6",
"eslint-plugin-react": "~7.2.0",
"eslint-tinker": "~0.4.1",
"glob": "^7.1.1",
"jest": "^25.4.0",
"jsonml.js": "^0.1.0",
"lint-staged": "^8.0.4",
"metro-react-native-babel-preset": "^0.58.0",
"mockdate": "^2.0.1",
"pre-commit": "1.x",
"qrcode.react": "^0.8.0",
"raf": "^3.4.0",
"rc-form": "2.2.7",
"react": "16.11.0",
"react-copy-to-clipboard": "^5.0.0",
"react-document-title": "^2.0.1",
"react-github-button": "^0.1.9",
"react-intl": "^2.2.3",
"react-native": "0.62.2",
"react-native-gesture-handler": "^1.6.1",
"react-native-mocker": "^0.0.12",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.5.0",
"react-test-renderer": "16.11.0",
"regenerator-runtime": "^0.13.1",
"ts-jest": "^25.4.0",
"typescript": "^3.2.2"
},
"peerDependencies": {
"@react-native-community/async-storage": ">= 1.11.0",
"@react-native-community/cameraroll": ">= 1.5.2",
"@react-native-community/picker": ">= 1.2.0",
"@react-native-community/segmented-control": ">= 1.4.0",
"@react-native-community/slider": ">= 2.0.0",
"@react-native-community/viewpager": ">= 3.3.0"
},
"scripts": {
"lint": "npm run tslint && npm run srclint && npm run applint",
"srclint": "eslint site scripts --ext '.js,.jsx'",
"tslint": "antd-tools run ts-lint && npm run compile && rm -rf lib",
"tslint-fix": "antd-tools run ts-lint-fix && npm run compile && rm -rf lib",
"applint": "eslint rn-kitchen-sink --ext '.js' --fix",
"pre-publish": "npm run test:all",
"prepublish": "antd-tools run guard",
"prepare": "antd-tools run guard",
"prepublishOnly": "antd-tools run guard",
"test": "jest --config .jest.config.js",
"test:all": "./scripts/test-all.sh",
"compile": "cross-env BABEL_ENV=dist antd-tools run compile",
"watch-tsc": "antd-tools run watch-tsc",
"clean": "antd-tools run clean",
"start": "cross-env NODE_ENV=development cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js",
"site": "cross-env NODE_ENV=production cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js && cp CNAME _site",
"deploy": "npm run clean && npm run site && bisheng gh-pages --push-only",
"pub": "cross-env BABEL_ENV=dist antd-tools run pub",
"rn-start": "node scripts/start.js",
"ios": "concurrently \"npm run watch-tsc\" \"npm run _ios\"",
"android": "concurrently \"npm run watch-tsc\" \"npm run _android\"",
"_ios": "react-native run-ios --project-path rn-kitchen-sink/ios --scheme KitchenSink",
"_android": "react-native run-android --root rn-kitchen-sink",
"lint-staged": "lint-staged",
"lint-staged:ts": "npm run tsc && node node_modules/tslint/bin/tslint -c node_modules/antd-tools/lib/tslint.json components/**/*.tsx",
"lint-staged:es": "eslint ./.eslintrc.js",
"tsc": "antd-tools run tsc"
},
"lint-staged": {
"components/**/*.tsx": [
"npm run lint-staged:ts"
],
"{tests,site,scripts,components}/**/*.{js,jsx}": [
"npm run lint-staged:es"
]
},
"typings": "lib/index.d.ts",
"pre-commit": [
"lint-staged"
]
}