copied the code from the working repo
This commit is contained in:
31
mtucijobsweb2/package.json
Normal file
31
mtucijobsweb2/package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user