mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 08:13:25 +00:00
refactor to turbo
This commit is contained in:
91
package.json
91
package.json
@@ -1,75 +1,36 @@
|
||||
{
|
||||
"name": "@movie-web/native-app",
|
||||
"version": "0.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {},
|
||||
"name": "create-t3-turbo",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.11.0"
|
||||
},
|
||||
"packageManager": "pnpm@8.15.0",
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
"clean": "git clean -xdf node_modules",
|
||||
"clean:workspaces": "turbo clean",
|
||||
"db:push": "pnpm -F db push",
|
||||
"db:studio": "pnpm -F db studio",
|
||||
"dev": "turbo dev --parallel",
|
||||
"format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
|
||||
"format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
|
||||
"lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
|
||||
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
|
||||
"lint:ws": "pnpm dlx sherif@latest",
|
||||
"postinstall": "pnpm lint:ws",
|
||||
"typecheck": "turbo typecheck"
|
||||
},
|
||||
"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.2.14",
|
||||
"@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",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jsx-a11y": "6.7.1",
|
||||
"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.3.0",
|
||||
"react-native-web": "~0.19.9",
|
||||
"tslib": "^2.3.0"
|
||||
"@movie-web/prettier-config": "workspace:^0.1.0",
|
||||
"@turbo/gen": "^1.11.3",
|
||||
"prettier": "^3.1.1",
|
||||
"turbo": "^1.11.3",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"prettier": "@movie-web/prettier-config",
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"nativewind@4.0.23": "patches/nativewind@4.0.23.patch"
|
||||
}
|
||||
},
|
||||
"overrides": {
|
||||
"react-refresh": "~0.14.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"react-refresh": "~0.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user