mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 08:13:25 +00:00
feat: actually link expo and nx
This commit is contained in:
37
package.json
37
package.json
@@ -5,12 +5,27 @@
|
||||
"scripts": {},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@config-plugins/detox": "~6.0.0",
|
||||
"@expo/cli": "~0.10.13",
|
||||
"@nx/detox": "17.2.8",
|
||||
"@nx/expo": "17.2.8",
|
||||
"@nx/jest": "17.2.8",
|
||||
"@nx/js": "17.2.8",
|
||||
"@nx/workspace": "17.2.8",
|
||||
"@swc-node/register": "~1.6.8",
|
||||
"@swc/core": "~1.3.102",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/jest-native": "~5.4.3",
|
||||
"@testing-library/react-native": "~12.3.0",
|
||||
"@types/jest": "^29.4.0",
|
||||
"@types/node": "18.16.9",
|
||||
"@types/react": "18.0.28",
|
||||
"@typescript-eslint/eslint-plugin": "^6.18.1",
|
||||
"@typescript-eslint/parser": "^6.18.1",
|
||||
"babel-jest": "^29.4.1",
|
||||
"babel-preset-expo": "~9.5.2",
|
||||
"detox": "^20.11.1",
|
||||
"eas-cli": "~5.2.0",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
@@ -20,8 +35,30 @@
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"jest": "^29.4.1",
|
||||
"jest-circus": "^29.4.1",
|
||||
"jest-environment-jsdom": "^29.4.1",
|
||||
"jest-expo": "~49.0.0",
|
||||
"metro": "0.76.8",
|
||||
"metro-resolver": "0.76.8",
|
||||
"nx": "17.2.8",
|
||||
"prettier": "^3.0.3",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"ts-jest": "^29.1.0",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "~5.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/metro-config": "~0.10.7",
|
||||
"expo": "49.0.16",
|
||||
"expo-splash-screen": "~0.20.5",
|
||||
"expo-status-bar": "~1.6.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-native": "0.72.6",
|
||||
"react-native-svg": "13.9.0",
|
||||
"react-native-svg-transformer": "1.0.0",
|
||||
"react-native-web": "~0.19.9",
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user