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

20 lines
445 B
JSON
Raw Normal View History

{
"name": "create-next-example-app",
"scripts": {
"dev": "next",
"build": "NODE_ENV=development next build",
"start": "next start"
},
"dependencies": {
"css-loader": "^0.28.1",
"prop-types": "^15.5.10",
"qs": "^6.4.0",
2018-01-30 20:44:18 +00:00
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-instantsearch": "beta",
"react-instantsearch-theme-algolia": "beta",
"style-loader": "^0.17.0"
}
}