mirror of
https://github.com/task-17-lct/new-front.git
synced 2024-11-10 22:16:34 +03:00
27 lines
543 B
JSON
27 lines
543 B
JSON
{
|
|
"name": "tours",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "^13.4.12",
|
|
"@types/node": "20.4.5",
|
|
"@types/react": "18.2.17",
|
|
"@types/react-dom": "18.2.7",
|
|
"eslint": "8.45.0",
|
|
"eslint-config-next": "13.4.12",
|
|
"next": "13.4.12",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.64.1"
|
|
}
|
|
}
|