-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 972 Bytes
/
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": "ios-calculator",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest"
},
"dependencies": {
"expo": "~46.0.16",
"expo-status-bar": "~1.4.0",
"intl": "^1.2.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-web": "~0.18.7",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/react-native": "^11.5.0",
"@types/jest": "^29.2.5",
"@types/react": "~18.0.14",
"@types/react-native": "~0.69.1",
"@types/styled-components-react-native": "^5.1.3",
"jest": "^29.3.1",
"jest-expo": "^47.0.1",
"typescript": "~4.3.5"
},
"jest": {
"preset": "jest-expo"
},
"resolutions": {
"@types/react": "^18.0.18"
},
"private": true
}