diff --git a/example/package.json b/example/package.json deleted file mode 100644 index f400ea5..0000000 --- a/example/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "example", - "version": "0.0.1", - "private": true, - "scripts": { - "android": "react-native run-android", - "build:android": "npm run mkdist && react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist/res", - "build:ios": "npm run mkdist && react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist", - "build:macos": "npm run mkdist && react-native bundle --entry-file index.js --platform macos --dev true --bundle-output dist/main.macos.jsbundle --assets-dest dist", - "build:visionos": "npm run mkdist && react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.visionos.jsbundle --assets-dest dist", - "build:windows": "npm run mkdist && react-native bundle --entry-file index.js --platform windows --dev true --bundle-output dist/main.windows.bundle --assets-dest dist", - "pod": "pod install --project-directory=ios", - "ios": "react-native run-ios", - "lint": "eslint .", - "macos": "react-native run-macos --scheme Example", - "mkdist": "node -e \"require('node:fs').mkdirSync('dist', { recursive: true, mode: 0o755 })\"", - "start": "react-native start", - "test": "jest", - "visionos": "react-native run-visionos", - "windows": "react-native run-windows --sln windows/Example.sln" - }, - "dependencies": { - "@callstack/react-native-visionos": "^0.73.0", - "@react-native-clipboard/clipboard": "workspace:*", - "react": "18.2.0", - "react-native": "0.73.6", - "react-native-macos": "^0.73.0", - "react-native-windows": "^0.73.0" - }, - "devDependencies": { - "@babel/core": "^7.20.0", - "@babel/preset-env": "^7.20.0", - "@babel/runtime": "^7.20.0", - "@react-native/babel-preset": "0.73.21", - "@react-native/eslint-config": "0.73.2", - "@react-native/metro-config": "0.73.5", - "@react-native/typescript-config": "0.73.1", - "@rnx-kit/metro-config": "^1.3.15", - "@types/react": "^18.2.6", - "@types/react-test-renderer": "^18.0.0", - "babel-jest": "^29.6.3", - "eslint": "^8.19.0", - "jest": "^29.6.3", - "prettier": "2.8.8", - "react-native-test-app": "^3.5.3", - "react-test-renderer": "18.2.0", - "typescript": "5.0.4" - }, - "engines": { - "node": ">=18" - }, - "packageManager": "yarn@4.1.1" -}