-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "everyday",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@hookstate/core": "^3.0.13",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/cli-platform-ios": "^10.1.1",
"@react-native-picker/picker": "^2.4.6",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"metro-react-native-babel-preset": "^0.74.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-dropdown-picker": "^5.3.0",
"react-native-gesture-handler": "^2.8.0",
"react-native-paper": "^5.10.1",
"react-native-progress": "^5.0.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-svg": "^13.11.0",
"react-native-vector-icons": "^9.2.0"
},
"devDependencies": {
"eslint": "^9.8.0",
"eslint-plugin-react": "^7.34.1",
"jest": "^29.7.0"
},
"jest": {
"preset": "react-native"
}
}