53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
|
{
|
||
|
"name": "swiper",
|
||
|
"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": {
|
||
|
"@types/react-native-video-player": "^0.10.3",
|
||
|
"react": "18.1.0",
|
||
|
"react-native": "0.70.6",
|
||
|
"react-native-app-intro-slider": "^4.0.4",
|
||
|
"react-native-document-picker": "^8.1.3",
|
||
|
"react-native-fs": "^2.20.0",
|
||
|
"react-native-swiper": "^1.6.0",
|
||
|
"react-native-vector-icons": "^9.2.0",
|
||
|
"react-native-video": "^5.2.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",
|
||
|
"eslint": "^7.32.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"
|
||
|
]
|
||
|
}
|
||
|
}
|