-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.58 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
{
"name": "iweather_ignite-rocketseat-23",
"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",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx && tsc --noEmit",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix && tsc --noEmit"
},
"dependencies": {
"@expo-google-fonts/nunito": "^0.2.3",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"expo": "50.0.0-alpha.1",
"expo-font": "~11.5.0",
"expo-status-bar": "~1.7.0",
"expo-updates": "~0.19.0",
"jest": "^29.2.1",
"jest-expo": "^49.0.0",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@rocketseat/eslint-config": "^2.1.0",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.1.3",
"@types/axios": "^0.14.0",
"@types/jest": "^29.5.3",
"@types/react": "~18.2.14",
"babel-plugin-module-resolver": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-transformer-svg": "^2.0.1",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^5.1.3"
},
"private": true
}