32 lines
646 B
JSON
32 lines
646 B
JSON
{
|
|
"name": "mtucijobsweb2",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"antd": "^5.19.3",
|
|
"axios": "^1.7.2",
|
|
"dotenv": "^16.4.5",
|
|
"next": "13.5.6",
|
|
"qs": "^6.12.3",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-query": "^3.39.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/qs": "^6.9.15",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "13.5.6",
|
|
"sass": "^1.77.8",
|
|
"typescript": "^5"
|
|
}
|
|
}
|