-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "technical-interview",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@shopify/flash-list": "1.7.3",
"expo": "52.0.46",
"expo-dev-client": "~5.0.20",
"expo-status-bar": "~2.0.1",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-safe-area-context": "^5.4.1",
"react-native-svg": "15.8.0",
"react-native-svg-transformer": "^1.5.1",
"react-native-unistyles": "^2.31.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.7.2",
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.5.13",
"@types/react": "~18.3.1",
"@types/react-test-renderer": "^18.3.0",
"babel-preset-expo": "~12.0.0",
"jest": "^29.7.0",
"jest-expo": "~52.0.6",
"react-test-renderer": "18.3.1",
"ts-jest": "^29.4.0",
"typescript": "~5.8.3"
},
"private": true
}