mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
18 lines
333 B
JSON
18 lines
333 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"dev": "node server.js",
|
||
|
"build": "next build",
|
||
|
"start": "NODE_ENV=production node server.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"micro": "^8.0.1",
|
||
|
"micro-route": "^2.4.0",
|
||
|
"next": "^3.0.3",
|
||
|
"react": "^15.6.1",
|
||
|
"react-dom": "^15.6.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"micro-dev": "^1.1.2"
|
||
|
}
|
||
|
}
|