-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
{
"name": "nubank",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"lint": "tslint --project tsconfig.json --format verbose"
},
"dependencies": {
"i18n-js": "^3.5.1",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-gesture-handler": "^1.6.1",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-qrcode-svg": "^6.0.3",
"react-native-svg": "^12.1.0",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^4.3.7",
"styled-components": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@types/i18n-js": "^3.0.2",
"@types/react": "^16.9.34",
"@types/react-native": "^0.62.2",
"@types/react-native-vector-icons": "^6.4.5",
"@types/styled-components": "^5.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-root-import": "^6.5.0",
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "^2.0.4",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-react": "^4.2.0",
"typescript": "^3.8.3"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
}
}