This repository was archived by the owner on Feb 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.84 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.84 KB
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
{
"name": "Kalend",
"version": "0.2.0",
"private": true,
"license": "ISC",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"android": "react-native run-android --variant=debug",
"android-release": "react-native run-android --variant=release",
"ios": "react-native run-ios --configuration Debug",
"ios-release": "react-native run-ios --configuration Release",
"lint": "node_modules/.bin/eslint src",
"version": "echo $npm_package_version",
"version-ios": "./version-ios.sh"
},
"dependencies": {
"@react-native-community/async-storage": "^1.3.3",
"@react-native-community/cameraroll": "^1.0.3",
"@react-native-community/slider": "^1.0.4",
"@react-native-community/viewpager": "^1.1.5",
"lottie-react-native": "2.6.0",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"moment-round": "^1.0.1",
"number-to-words": "^1.2.4",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-addons-update": "^15.6.2",
"react-art": "^16.8.4",
"react-dom": "^16.8.4",
"react-native": "^0.59.1",
"react-native-app-intro-slider": "^1.0.1",
"react-native-calendars": "https://github.com/CDH-Studio/react-native-calendar-kalend.git",
"react-native-camera": "^2.0.2",
"react-native-custom-tabs": "^0.1.7",
"react-native-datepicker": "^1.7.2",
"react-native-extra-dimensions-android": "^1.2.5",
"react-native-firebase": "^5.2.2",
"react-native-fs": "^2.13.3",
"react-native-gesture-handler": "^1.1.0",
"react-native-google-signin": "^1.2.1",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-linear-gradient": "^2.5.3",
"react-native-modal": "^9.0.0",
"react-native-numeric-input": "^1.6.5",
"react-native-paper": "^2.12.0",
"react-native-popover-view": "^1.0.18",
"react-native-progress": "^3.5.0",
"react-native-restart": "^0.0.9",
"react-native-safari-view": "^2.1.0",
"react-native-screens": "^1.0.0-alpha.22",
"react-native-vector-icons": "6.3.0",
"react-native-web": "^0.11.1",
"react-navigation": "^3.0.9",
"react-navigation-material-bottom-tabs": "^1.0.0",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"rn-fetch-blob": "^0.10.15",
"rn-viewpager": "^1.2.9",
"sqlite3": "^4.0.6"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "23.6.0",
"eslint": "^5.12.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3",
"redux-logger": "^3.0.6"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"src/assets/fonts/"
]
}
}