mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
cdd5129ef3
* Delete .babelrc * Update package.json * Create next.config.js * Update next.config.js
13 lines
193 B
JSON
13 lines
193 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "^16.1.1",
|
|
"react-dom": "^16.1.1"
|
|
}
|
|
}
|