Untitled
unknown
json
4 years ago
1.4 kB
4
Indexable
{ "name": "SuperFM", "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 ." }, "dependencies": { "@react-native-community/cli": "^5.0.1", "@react-native-community/masked-view": "^0.1.11", "@react-native-community/progress-bar-android": "^1.0.4", "@react-native-community/slider": "^3.0.3", "@react-navigation/native": "^5.9.4", "@react-navigation/stack": "^5.14.5", "axios": "^0.21.1", "react": "17.0.1", "react-native": "0.64.2", "react-native-gesture-handler": "^1.10.3", "react-native-reanimated": "^2.2.0", "react-native-safe-area-context": "^3.2.0", "react-native-screens": "^3.3.0", "react-native-text-input-mask": "^3.1.4", "react-native-track-player": "^1.2.7", "react-native-vector-icons": "^8.1.0", "react-native-volume-control": "^1.0.1", "react-native-webview": "^11.6.2", "rn-fetch-blob": "^0.12.0" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^2.0.0", "babel-jest": "^26.6.3", "eslint": "7.14.0", "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.64.0", "react-test-renderer": "17.0.1" }, "jest": { "preset": "react-native" } }
Editor is loading...