mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-30 22:48:09 +08:00
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"name": "create-next-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@geist-ui/react": "latest",
|
|
"next": "9.4.2",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1"
|
|
}
|
|
}
|