-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.66 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
{
"name": "shoppinglist",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.4.0",
"expo": "~51.0.17",
"expo-status-bar": "~1.12.1",
"immer": "^10.1.1",
"lottie-ios": "3.1.8",
"lottie-react-native": "6.7.0",
"moti": "^0.29.0",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-gesture-handler": "^2.17.1",
"react-native-modal": "^13.0.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "3.10.0",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "^3.32.0",
"react-native-svg": "^15.3.0",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.5.2",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"@types/react-native": "^0.73.0",
"@types/styled-components": "^5.1.34",
"@types/styled-components-react-native": "^5.2.5",
"jest": "^29.7.0",
"jest-expo": "^51.0.3",
"jest-styled-components": "^7.2.0",
"ts-jest": "^29.2.4",
"typescript": "^5.3.3"
},
"private": true
}