-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 885 Bytes
/
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
{
"name": "Demo_RN_v63_2",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "yarn postinstall && react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "cp -R ../../index.js ../../package.json ../../Tags node_modules/react-native-tags"
},
"dependencies": {
"@react-native-picker/picker": "^1.14.0",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-tags": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.3.0",
"eslint": "^7.8.1",
"jest": "^26.4.2",
"metro-react-native-babel-preset": "^0.63.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}