mirror of
https://github.com/evgen-app/lending-next.git
synced 2025-02-06 22:10:33 +03:00
27 lines
535 B
JSON
27 lines
535 B
JSON
{
|
|
"name": "y-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"fs": "0.0.1-security",
|
|
"next": "12.1.0",
|
|
"nodemailer": "^6.7.3",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.21",
|
|
"@types/react": "17.0.40",
|
|
"eslint": "8.11.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"typescript": "4.6.2"
|
|
}
|
|
}
|