33 lines
713 B
JSON
33 lines
713 B
JSON
{
|
|
"name": "dyagilev",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@number-flow/react": "^0.6.0",
|
|
"@yandex/ymaps3-types": "^1.0.19487230",
|
|
"clsx": "^2.1.1",
|
|
"motion": "^12.38.0",
|
|
"next": "16.2.4",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-pageflip": "^2.0.3",
|
|
"zustand": "^5.0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"autoprefixer": "^10.5.0",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.4",
|
|
"tailwindcss": "3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|