mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
18 lines
323 B
JSON
18 lines
323 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",
|
|
"semantic-ui-css": "^2.4.1",
|
|
"semantic-ui-react": "^1.1.1"
|
|
}
|
|
}
|