mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-09-01 12:11:07 +00:00
39 lines
914 B
JSON
39 lines
914 B
JSON
{
|
|
"name": "example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.9.0",
|
|
"react-native": "0.61.5",
|
|
"react-native-webview": "file:../"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/runtime": "^7.6.2",
|
|
"@types/react-native": "^0.60.25",
|
|
"@types/react-test-renderer": "16.9.1",
|
|
"@typescript-eslint/eslint-plugin": "^2.12.0",
|
|
"@typescript-eslint/parser": "^2.12.0",
|
|
"babel-jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
"typescript": "^3.7.3"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
}
|
|
} |