bigbluebutton-tablet/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

2022-02-12 05:27:29 +08:00
{
2022-02-16 07:55:10 +08:00
"name": "bigbluebutton",
2022-02-12 05:27:29 +08:00
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
2022-02-16 07:55:10 +08:00
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
2022-02-12 05:27:29 +08:00
},
"dependencies": {
2022-02-17 01:09:37 +08:00
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^6.3.1",
2022-02-17 01:09:37 +08:00
"@react-navigation/native": "^6.0.8",
"bigbluebutton-mobile-sdk": "^0.1.6",
2022-02-12 05:27:29 +08:00
"react": "17.0.2",
"react-native": "0.67.2",
2022-02-17 01:09:37 +08:00
"react-native-gesture-handler": "2.1.1",
"react-native-reanimated": "^2.4.1",
2022-02-17 01:09:37 +08:00
"react-native-safe-area-context": "^3.4.0",
"react-native-screens": "^3.11.1",
"react-native-webview": "^11.17.2"
2022-02-12 05:27:29 +08:00
},
"devDependencies": {
2022-02-16 07:55:10 +08:00
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.66.15",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^17"
2022-02-12 05:27:29 +08:00
},
"jest": {
2022-02-16 07:55:10 +08:00
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
2022-02-12 05:27:29 +08:00
}
}