-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "DebitCard",
"version": "0.0.1",
"private": true,
"scripts": {
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"start": "react-native start",
"test": "jest",
"lint": "tslint -p \".\" -t stylish"
},
"dependencies": {
"react": "17.0.2",
"react-native": "0.67.3"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/runtime": "7.17.2",
"@react-native-community/eslint-config": "2.0.0",
"@types/react": "^17.0.39",
"@types/react-native": "^0.67.1",
"babel-jest": "26.6.3",
"eslint": "7.14.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.66.2",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "17.0.2",
"tslint": "^5.20.1",
"tslint-eslint-rules": "^4.1.1",
"tslint-react": "^3.6.0",
"tslint-react-recommended": "^1.0.15",
"typescript": "^4.6.2"
},
"jest": {
"preset": "react-native"
}
}