-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.32 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
{
"name": "kropelka",
"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"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.19.8",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"classnames": "^2.3.2",
"expo": "~49.0.15",
"expo-linear-gradient": "~12.3.0",
"expo-splash-screen": "^0.22.0",
"expo-status-bar": "~1.6.0",
"i18next": "^23.7.6",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-i18next": "^13.5.0",
"react-native": "0.72.6",
"react-native-picker-select": "^9.0.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "^14.0.0",
"react-navigation-stack": "react-navigation/stack"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.8",
"@types/react": "^18.2.37",
"@types/react-test-renderer": "^18.0.6",
"babel-plugin-module-resolver": "^5.0.0",
"react-native-svg-transformer": "^1.1.0",
"tailwindcss": "3.3.2",
"typescript": "^5.2.2"
},
"private": true
}