-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
53 lines (53 loc) · 1.47 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
{
"name": "haprev",
"version": "1.1.2",
"private": true,
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-react-native": "^3.8.1",
"jest-expo": "^35.0.0",
"react-test-renderer": "16.0.0",
"standard": "^14.3.1"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "expo start",
"eject": "expo eject",
"android": "expo android",
"ios": "expo ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"hard-clean": "watchman watch-del-all & rm -rf node_modules & npm install",
"lint": "standard",
"lint:fix": "standard --fix"
},
"jest": {
"preset": "jest-expo"
},
"standard.options": {
"envs": [
"jest"
]
},
"dependencies": {
"babel-plugin-transform-remove-console": "^6.9.4",
"cors": "^2.8.5",
"expo": "^35.0.0",
"expo-permissions": "~7.0.0",
"firebase": "^7.5.0",
"firebase-tools": "^7.12.1",
"nodemailer": "^6.4.2",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-calendars": "^1.22.0",
"react-native-dotenv": "^0.2.0",
"react-native-easy-toast": "^1.2.0",
"react-native-modal-datetime-picker": "^5.1.0",
"react-native-swiper": "^1.5.14",
"react-navigation": "^1.5.8",
"react-redux": "^5.1.1",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0",
"remote-redux-devtools": "^0.5.16"
}
}