copied the code from the working repo
This commit is contained in:
35
mtucijobsweb/package.json
Normal file
35
mtucijobsweb/package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "mtucijobsweb",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tma.js/launch-params": "^1.0.1",
|
||||
"@tma.js/sdk": "^2.5.1",
|
||||
"@tma.js/sdk-react": "^2.2.5",
|
||||
"antd": "^5.18.2",
|
||||
"axios": "^1.7.2",
|
||||
"dotenv": "^16.4.5",
|
||||
"next": "13.5.6",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-query": "^3.39.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"autoprefixer": "^10",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "^13.5.6",
|
||||
"postcss": "^8",
|
||||
"sass": "^1.77.6",
|
||||
"tailwindcss": "^3",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user