mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
21 lines
507 B
JSON
21 lines
507 B
JSON
{
|
|
"name": "with-zones",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"home": "next home -p 4000",
|
|
"home-build": "next build home",
|
|
"home-start": "next start home -p 4000",
|
|
"blog": "next blog -p 5000",
|
|
"blog-build": "next build blog",
|
|
"blog-start": "next start blog -p 5000",
|
|
"proxy": "micro-proxy -r rules-dev.json"
|
|
},
|
|
"dependencies": {
|
|
"micro-proxy": "^1.0.0",
|
|
"next": "5.0.0-universal-alpha.15",
|
|
"react": "16.2.0",
|
|
"react-dom": "16.2.0"
|
|
},
|
|
"license": "ISC"
|
|
}
|