rwadurian/frontend/mobile-upgrade/package.json

37 lines
951 B
JSON

{
"name": "mobile-upgrade-admin",
"version": "1.0.0",
"description": "Mobile App Upgrade Management Admin Panel",
"private": true,
"scripts": {
"dev": "next dev -p 3020",
"build": "next build",
"start": "next start -p 3020",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.4.7",
"axios": "^1.6.2",
"@tanstack/react-query": "^5.14.0",
"date-fns": "^3.0.6",
"clsx": "^2.0.0",
"react-hot-toast": "^2.4.1",
"react-dropzone": "^14.2.3"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.3",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.32",
"autoprefixer": "^10.4.16"
}
}