mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
20 lines
445 B
JSON
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"
|
||
|
}
|
||
|
}
|