lending-next/package.json

27 lines
550 B
JSON
Raw Permalink Normal View History

2022-03-19 01:21:04 +03:00
{
"name": "y-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
2022-05-07 00:23:01 +03:00
"build": "next build && next export",
2022-03-19 01:21:04 +03:00
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-05-02 23:22:54 +03:00
"axios": "^0.27.2",
"fs": "0.0.1-security",
2022-03-19 01:21:04 +03:00
"next": "12.1.0",
2022-05-02 23:22:54 +03:00
"nodemailer": "^6.7.3",
2022-03-19 01:21:04 +03:00
"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"
}
}