69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "ClickAndJoinApp",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"web": "react-scripts start",
|
|
"test": "jest",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"native-base": "^3.4.22",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-native": "^0.70.6",
|
|
"react-native-safe-area-context": "^4.2.4",
|
|
"react-native-svg": "^12.1.1",
|
|
"react-native-web": "^0.18.10",
|
|
"react-scripts": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
"@tsconfig/react-native": "^2.0.2",
|
|
"@types/jest": "^26.0.23",
|
|
"@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": "^26.6.3",
|
|
"babel-plugin-react-native-web": "^0.18.10",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-react": "^7.31.11",
|
|
"eslint-plugin-react-native": "^4.0.0",
|
|
"jest": "^26.6.3",
|
|
"metro-react-native-babel-preset": "0.72.3",
|
|
"react-test-renderer": "18.1.0",
|
|
"typescript": "^4.8.3"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|