Skip to content

Commit

Permalink
Cleaned react-native package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriztiaan committed Jul 3, 2024
1 parent 0638cc2 commit 7a7421a
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 556 deletions.
10 changes: 4 additions & 6 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
],
"scripts": {
"build": "tsc -b && rollup -c rollup.config.mjs",
"build:bundle": "rollup -c rollup.config.mjs",
"clean": "rm -rf lib tsconfig.tsbuildinfo",
"watch": "tsc -b -w"
},
Expand All @@ -40,12 +39,10 @@
"@powersync/react": "workspace:*",
"async-lock": "^1.4.0",
"bson": "^6.6.0",
"react-native-fetch-api": "^3.0.0",
"react-native-get-random-values": "^1.11.0",
"@craftzdog/react-native-buffer": "^6.0.5",
"web-streams-polyfill": "3.2.1"
"react-native-fetch-api": "^3.0.0"
},
"devDependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@journeyapps/react-native-quick-sqlite": "^1.1.6",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "15.2.3",
Expand All @@ -57,7 +54,8 @@
"react-native": "0.72.4",
"rollup": "4.14.3",
"text-encoding": "^0.7.0",
"typescript": "^5.1.3"
"typescript": "^5.1.3",
"web-streams-polyfill": "3.2.1"
},
"keywords": [
"data sync",
Expand Down
31 changes: 0 additions & 31 deletions packages/react-native/webpack.config.js

This file was deleted.

Loading

0 comments on commit 7a7421a

Please sign in to comment.