-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.65 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "akkaskhooneh",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "eslint *.js **/*.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"axios": "^0.18.0",
"form-data": "latest",
"immer": "^1.6.0",
"lodash": "^4.17.10",
"lottie-react-native": "^2.5.8",
"moment": "^2.22.2",
"native-base": "^2.8.0",
"react": "16.5",
"react-native": "^0.57.1",
"react-native-camera-kit": "^6.2.6",
"react-native-contacts": "^2.2.3",
"react-native-elements": "^0.19.1",
"react-native-fast-image": "^5.0.3",
"react-native-i18n": "^2.0.15",
"react-native-image-crop-picker": "^0.21.1",
"react-native-image-resizer": "^1.0.0",
"react-native-keyboard-aware-scroll-view": "latest",
"react-native-modal": "^6.5.0",
"react-native-modalbox": "^1.6.0",
"react-native-paper": "^1.11.1",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.12.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-axios-middleware": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-thunk": "latest",
"rn-sliding-up-panel": "latest"
},
"devDependencies": {
"@types/lodash": "^4.14.116",
"@types/react": "^16.4.14",
"@types/react-native": "^0.57.0",
"@types/react-redux": "^6.0.9",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "23.4.2",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.2.1",
"jest": "23.5.0",
"metro-react-native-babel-preset": "^0.45.0",
"react-native-typescript-transformer": "^1.2.10",
"react-test-renderer": "16.4.1",
"reactotron-react-native": "^2.1.0",
"reactotron-redux": "^2.1.0",
"schedule": "0.4.0",
"ts-jest": "^23.10.2",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"tslint-react": "^3.6.0",
"typescript": "^3.1.1"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testPathIgnorePatterns": [
"\\.snap$",
"<rootDir>/node_modules/"
],
"cacheDirectory": ".jest/cache"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
}
}