mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
16 lines
255 B
JSON
16 lines
255 B
JSON
{
|
|
"name": "next",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "9.5.1",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1"
|
|
}
|
|
}
|