-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.9 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
{
"name": "TestingBoilerplate",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"ios:install": "pod-install",
"start": "react-native start",
"test": "jest",
"test:e2e:ios": "detox test --configuration ios.sim.debug",
"test:e2e:ios:reuse": "detox test --configuration ios.sim.debug --reuse",
"test:performance":"yarn run reassure",
"test:performance:record":"yarn run reassure --baseline",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prepare": "husky install"
},
"dependencies": {
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@reduxjs/toolkit": "^2.0.1",
"add": "^2.0.6",
"react": "18.1.0",
"react-native": "0.70.10",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "^3.27.0",
"react-redux": "8.1.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.4.0",
"@tsconfig/react-native": "^2.0.2",
"@types/detox": "^18.1.0",
"@types/jasmine": "^5.1.4",
"@types/jest": "^29.5.11",
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"babel-jest": "^29.2.1",
"detox": "^20.14.8",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-testing-library": "^6.2.0",
"husky": "^8.0.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.72.3",
"msw": "^2.0.11",
"pod-install": "^0.1.39",
"react-test-renderer": "18.1.0",
"reassure": "^0.10.2",
"ts-jest": "^29.1.1",
"typescript": "^4.8.3"
}
}