-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
145 lines (145 loc) · 4.4 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "RepeatPlease",
"version": "0.0.1",
"description": "REPEAT PLEASE is a React Native App to identify weaknesses in English pronunciation and help to improve them.",
"author": "Marcio Marques de Souza",
"license": "MIT",
"homepage": "https://github.com/marciomarquessouza/repeat-please-mobile#readme",
"repository": {
"type": "git",
"url": "https://github.com/marciomarquessouza/repeat-please-mobile.git"
},
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"test:watch": "jest --watch",
"coverage": "jest --coverage",
"report": "open -a 'Google Chrome' ./coverage/lcov-report/index.html ",
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "npx yarn run lint:js && npx yarn run lint:ts",
"tslint": "tslint -c ./tslint.json './src/**/*.tsx' './src/**/*.ts'",
"lint:ts": "eslint -c ./.eslintrc.js './src/**/*.tsx' './src/**/*.ts'",
"lint:js": "eslint -c ./.eslintrc.js './**/*.js'",
"lint:all": "npx yarn run lint && npx yarn run tslint",
"podinstall": "cd ios && pod install && cd .."
},
"husky": {
"hooks": {
"pre-commit": "npx yarn lint && npx yarn coverage",
"pre-push": "npx yarn lint && npx yarn coverage",
"commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.6.2",
"@react-native-community/voice": "^1.1.4",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"@types/react-redux": "^7.1.9",
"firebase": "^7.16.1",
"i18next": "^19.6.3",
"native-base": "^2.13.8",
"react": "16.13.1",
"react-i18next": "^11.7.0",
"react-native": "0.63.4",
"react-native-config": "^1.3.2",
"react-native-gesture-handler": "^1.5.2",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^1.4.1",
"react-native-reanimated": "^2.10.0",
"react-native-responsive-screen": "^1.4.1",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.3.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^9.13.6",
"react-native-tts": "^3.2.0",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "^0.12.0-rc.1",
"react-redux": "^7.2.0",
"realm": "^6.1.2",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"repeat-please-styles": "git+https://:marciomarquessouza@github.com/marciomarquessouza/repeat-please-styles.git"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/jest-native": "^3.4.2",
"@testing-library/react-native": "^7.0.2",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.18",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.4",
"@types/react-native": "^0.60.14",
"@types/react-native-app-intro-slider": "^3.0.0",
"@types/react-native-vector-icons": "^6.4.5",
"@types/react-test-renderer": "^16.9.0",
"babel-jest": "^24.9.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"fs": "^0.0.1-security",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lint-staged": "^9.5.0",
"metro-react-native-babel-preset": "0.58.0",
"mockdate": "^3.0.2",
"prettier": "^1.19.1",
"react-dom": "^16.12.0",
"react-test-renderer": "16.11.0",
"ts-jest": "^24.2.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"tslint-react": "^4.1.0",
"typescript": "^3.6.3"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"./tests/setup.js"
],
"transformIgnorePatterns": [
"/node_modules/(?!native-base)/"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js",
"\\.(ts|tsx)$": "ts-jest"
},
"globals": {
"ts-jest": {
"isolatedModules": true,
"tsConfig": "tsconfig.jest.json"
}
},
"coverageThreshold": {
"global": {
"branches": 80,
"lines": 80,
"statements": 80
}
},
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$"
}
}