-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "example-native",
"description": "Example app for Reassure",
"version": "0.1.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"perf-test": "reassure",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"build": "yarn --force",
"typescript": "tsc --noEmit",
"postinstall": "patch-package"
},
"dependencies": {
"danger": "^11.2.2",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"react": "^18.2.0",
"react-native": "0.70.6"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/runtime": "^7.20.7",
"@callstack/eslint-config": "^13.0.2",
"@testing-library/react-native": "^11.5.0",
"@types/react": "^18.0.26",
"babel-jest": "^29.3.1",
"eslint": "^8.31.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^29.3.1",
"metro-react-native-babel-preset": "0.72.3",
"react-test-renderer": "^18.2.0",
"reassure": "^0.6.0",
"typescript": "^4.9.4"
}
}