Skip to content

Commit

Permalink
fix: broken JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdashraf010897 committed Oct 5, 2023
1 parent 4be2918 commit 12928a5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@expo/vector-icons": "^10.2.1",
"expo": "~39.0.2",
"expo-status-bar": "~1.0.2",
" "16.13.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",
"react-native-web": "~0.13.12"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,37 @@
{
"name": "@appbaseio/react-searchbox-example-with-popular-suggestions",
"homepage": ".",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"prop-types": "^15.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.0",
"react-paginate": "^6.5.0",
"@appbaseio/react-searchbox": "1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"babel-loader": "^8.0.6"
}
"name": "@appbaseio/react-searchbox-example-with-popular-suggestions",
"homepage": ".",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"prop-types": "^15.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.0",
"react-paginate": "^6.5.0",
"@appbaseio/react-searchbox": "1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"babel-loader": "^8.0.6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

0 comments on commit 12928a5

Please sign in to comment.