You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
435 B
22 lines
435 B
{
|
|
"name": "my-app",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.0.10",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.14",
|
|
"@types/react": "17.0.39",
|
|
"eslint": "8.8.0",
|
|
"eslint-config-next": "12.0.10",
|
|
"typescript": "4.5.5"
|
|
}
|
|
}
|
|
|