-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 928 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
{
"name": "Boost",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.8",
"axios": "^1.2.3",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.19.0",
"styled-components": "^5.3.6",
"swr": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/runtime": "^7.20.7",
"@react-native-community/eslint-config": "^3.2.0",
"babel-jest": "^29.3.1",
"eslint": "^8.32.0",
"jest": "^29.3.1",
"metro-react-native-babel-preset": "^0.74.1",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}