-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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": "plog",
"description": "Plush-Log. A CRUD application keeping Plush toys",
"main": "index.js",
"private": false,
"license": "MIT",
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.1.2",
"@react-native-picker/picker": "2.4.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@reduxjs/toolkit": "^1.8.1",
"date-fns": "^2.28.0",
"expo": "~45.0.0",
"expo-status-bar": "~1.3.0",
"expo-system-ui": "~1.2.0",
"formik": "^2.2.9",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-actions-sheet": "^0.6.1",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "12.3.0",
"react-native-uuid": "^2.0.1",
"react-native-woodpicker": "^0.3.17",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@callstack/eslint-config": "^12.0.2",
"@types/react": "~17.0.21",
"@types/react-native": "~0.66.13",
"eslint": "^8.15.0",
"eslint-import-resolver-typescript": "^2.7.1",
"prettier": "^2.6.2",
"typescript": "~4.3.5"
},
"scripts": {
"android": "expo start --android",
"eject": "expo eject",
"ios": "expo start --ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"start": "expo start"
}
}