66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"name": "BigBlueButtonTablet",
|
|
"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-native-async-storage/async-storage": "^1.17.9",
|
|
"@react-navigation/drawer": "^6.4.3",
|
|
"@react-navigation/native": "^6.0.11",
|
|
"@react-navigation/native-stack": "^6.7.0",
|
|
"@types/i18next": "^13.0.0",
|
|
"@types/react-native-vector-icons": "^6.4.11",
|
|
"@types/styled-components": "^5.1.26",
|
|
"@types/styled-components-react-native": "^5.1.3",
|
|
"bigbluebutton-tablet-sdk": "0.1.35",
|
|
"i18next": "^21.9.1",
|
|
"react": "18.0.0",
|
|
"react-native": "0.69.4",
|
|
"react-native-device-info": "^10.3.0",
|
|
"react-native-gesture-handler": "^2.5.0",
|
|
"react-native-languages": "^3.0.2",
|
|
"react-native-modalize": "^2.1.1",
|
|
"react-native-reanimated": "^2.10.0",
|
|
"react-native-safe-area-context": "^4.3.3",
|
|
"react-native-screens": "^3.16.0",
|
|
"react-native-swipe-list-view": "^3.2.9",
|
|
"react-native-vector-icons": "^9.2.0",
|
|
"react-native-webview": "^11.23.0",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"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-native": "^0.69.3",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
|
"@typescript-eslint/parser": "^5.29.0",
|
|
"babel-jest": "^26.6.3",
|
|
"eslint": "^7.32.0",
|
|
"jest": "^26.6.3",
|
|
"metro-react-native-babel-preset": "^0.70.3",
|
|
"react-test-renderer": "18.0.0",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
}
|
|
}
|