rsnext/examples/with-algolia-react-instantsearch/package.json
Kristoffer K 2acb53bd30
chore: update example names to match their folders (#16268)
**What's the problem this PR addresses?**

A decent amount of the examples don't have a `name` field in `package.json` that matches their folder name, meaning they either lack a name or the names are duplicated.

I was testing Yarn 2 workspaces using the entire examples directory and needed to get rid of the duplicates.

**How did you fix it?**

Updated the names to match the names of their folders
2020-09-05 21:23:51 +00:00

21 lines
495 B
JSON

{
"name": "with-algolia-react-instantsearch",
"scripts": {
"dev": "next",
"build": "cross-env NODE_ENV=development next build",
"start": "next start"
},
"dependencies": {
"algoliasearch": "4.3.0",
"cross-env": "^7.0.2",
"css-loader": "1.0.0",
"next": "latest",
"prop-types": "^15.5.10",
"qs": "^6.4.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-instantsearch-dom": "6.6.0",
"style-loader": "^0.17.0"
},
"license": "MIT"
}