2022-10-21 17:44:22 +03:00
|
|
|
{
|
|
|
|
"name": "tender-frontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-22 10:37:05 +03:00
|
|
|
"@reduxjs/toolkit": "^1.8.6",
|
2022-10-22 00:34:07 +03:00
|
|
|
"antd": "^4.23.6",
|
|
|
|
"axios": "^1.1.3",
|
2022-10-21 17:44:22 +03:00
|
|
|
"next": "12.3.1",
|
|
|
|
"react": "18.2.0",
|
2022-10-22 10:37:05 +03:00
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-redux": "^8.0.4",
|
|
|
|
"redux": "^4.2.0",
|
|
|
|
"redux-thunk": "^2.4.1"
|
2022-10-21 17:44:22 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "18.11.3",
|
|
|
|
"@types/react": "18.0.21",
|
|
|
|
"@types/react-dom": "18.0.6",
|
|
|
|
"eslint": "8.25.0",
|
|
|
|
"eslint-config-next": "12.3.1",
|
|
|
|
"typescript": "4.8.4"
|
|
|
|
}
|
|
|
|
}
|