{ "name": "fake", "private": true, "scripts": { "dev": "next dev -p 4000", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "axios": "^0.24.0", "next": "12.1.0", "node-fetch": "^3.2.0", "rambda": "^7.0.2", "react": "17.0.2", "react-dom": "17.0.2", "webpack-filter-warnings-plugin": "^1.2.1", "xml2js": "^0.4.23", "xmlbuilder": "^15.1.1" }, "devDependencies": { "@types/node": "17.0.8", "@types/react": "17.0.38", "autoprefixer": "^10.4.2", "eslint": "8.6.0", "eslint-config-next": "12.0.7", "postcss": "^8.4.5", "tailwindcss": "^3.0.13", "typescript": "4.5.4" } }