-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.72 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
{
"name": "initalize",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "tslint 'src/**/*.{ts,tsx}'",
"and": "react-native run-android"
},
"dependencies": {
"axios": "^0.18.0",
"prop-types": "^15.6.2",
"react": "16.6.1",
"react-native": "0.57.5",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-scrollable-tab-view": "happypancake/react-native-scrollable-tab-view#master",
"react-native-simple-store": "^1.3.0",
"react-native-splash-screen": "^3.1.1",
"react-native-vector-icons": "^6.0.2",
"react-navigation": "^2.11.2",
"react-navigation-redux-helpers": "^2.0.5",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-observable": "0.19.0",
"rxjs": "5.5.11"
},
"devDependencies": {
"@types/prop-types": "^15.5.6",
"@types/react": "^16.7.7",
"@types/react-native": "^0.57.13",
"@types/react-native-vector-icons": "^4.6.4",
"@types/react-navigation": "^2.11.2",
"@types/react-redux": "^6.0.10",
"@types/redux-logger": "^3.0.6",
"babel-jest": "23.6.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-react-native": "^4.0.1",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.2",
"react-native-typescript-transformer": "^1.2.10",
"react-test-renderer": "16.6.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0",
"tslint-config-standard": "^8.0.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typescript": "^3.1.6"
},
"jest": {
"preset": "react-native"
}
}