mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
15 lines
248 B
JSON
15 lines
248 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"dev": "next",
|
||
|
"build": "next build",
|
||
|
"start": "next start"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@zeit/next-less": "^0.3.0",
|
||
|
"less": "^3.0.4",
|
||
|
"next": "^6.0.3",
|
||
|
"react": "^16.4.0",
|
||
|
"react-dom": "^16.4.0"
|
||
|
}
|
||
|
}
|