-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 1.91 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
{
"name": "react-native-usefulapp",
"version": "1.1.22",
"description": "在rn第三方组件库基础之上再次封装的一些组件集,供日常开发使用,大大提高开发效率",
"author": {
"name": "huyong",
"email": "[email protected]",
"url": "https://github.com/HY88883"
},
"private": false,
"license": "MIT",
"main": "dist/components/index.js",
"module": "dist/components/index.js",
"typings": "dist/components/index.d.ts",
"keywords": [
"react native",
"react",
"react-native-component",
"component",
"ui",
"framework",
"mobile",
"native",
"android",
"ios"
],
"files": [
"dist",
"index.d.ts"
],
"homepage": "https://github.com/HY88883/react-native-usefulapp",
"repository": {
"type": "git",
"url": "https://github.com/HY88883/react-native-usefulapp"
},
"scripts": {
"build-ts": "tsc -p tsconfig.json",
"clean": "rimraf ./dist",
"build": "npm run clean && npm run build-ts"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": "*"
},
"devDependencies": {
"react-native-typescript-transformer": "^1.2.13",
"typescript": "^4.2.4"
},
"dependencies": {
"react-native-snap-carousel": "^3.9.1",
"react-native-document-picker": "^5.0.0",
"react-native-circular-progress": "^1.3.7",
"react-native-fs": "^2.16.6",
"react-native-image-zoom-viewer": "^3.0.1",
"@react-native-community/cameraroll": "^4.0.0",
"react-native-image-picker": "^4.0.2",
"teaset": "^0.7.5",
"react-native-modal-dropdown": "^1.0.0",
"react-native-star-rating": "^1.1.0",
"react-native-step-indicator": "^1.0.3",
"react-native-table-component": "^1.2.1",
"react-native-tree-select": "^2.0.9",
"@react-native-community/async-storage": "^1.12.0",
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-community/slider": "^3.0.3"
}
}