-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 2.27 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "kissmanager",
"version": "1.0.0",
"description": "Gerenciador de senhas",
"repository": {
"type": "git",
"url": "git+https://github.com/darthc0de/kissManagerMobile.git"
},
"bugs": {
"url": "https://github.com/darthc0de/kissManagerMobile/issues"
},
"homepage": "https://github.com/darthc0de/kissManagerMobile",
"authors": [
"Rodrigo Cordeiro <[email protected]> (https://rodcordeiro.com.br)",
"Junior Alves",
"Guilherme Pedroso",
"Carolina Santos"
],
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"fix": "npm run lint && npm run prettier",
"lint": "eslint --fix --ignore-path .eslintignore --fix --ext .ts,.tsx,.js,.jsx .",
"prettier": "prettier --ignore-path .eslintignore --write ."
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/picker": "^1.8.1",
"@react-navigation/native": "6.0.16",
"@react-navigation/stack": "5.14.9",
"@react-navigation/native-stack": "^6.9.1",
"expo": "~46.0.16",
"expo-clipboard": "~3.1.0",
"expo-linear-gradient": "~11.4.0",
"expo-sqlite": "~10.3.0",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.15.0",
"react": "18.0.0",
"react-dom": "18.2.0",
"react-native": "0.69.6",
"react-native-flash-message": "^0.3.1",
"react-native-gesture-handler": "~2.5.0",
"react-native-item-select": "^0.4.2",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "3.18.2",
"react-native-web": "~0.18.7",
"realm": "10.19.2",
"styled-components": "5.3.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@react-native-community/eslint-config": "^3.1.0",
"@types/react": "~18.0.14",
"@types/react-native": "~0.69.1",
"@types/styled-components": "^5.1.26",
"@types/styled-components-react-native": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"prettier": "^2.7.1",
"typescript": "^4.6.3"
},
"private": false
}