1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-algolia-react-instantsearch/package.json
Marie-Laure Thuret 94c484e80d docs: add algolia-react-instantsearch example (#2544)
* docs: add algolia-react-instantsearch example

* fix: style
2017-07-12 20:00:47 +02:00

20 lines
445 B
JSON

{
"name": "create-next-example-app",
"scripts": {
"dev": "next",
"build": "NODE_ENV=development next build",
"start": "next start"
},
"dependencies": {
"css-loader": "^0.28.1",
"next": "^2.4.7",
"prop-types": "^15.5.10",
"qs": "^6.4.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-instantsearch": "beta",
"react-instantsearch-theme-algolia": "beta",
"style-loader": "^0.17.0"
}
}