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": {
|
|
|
|
"react": "17.0.2",
|
|
|
|
"react-native": "0.67.2"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|