{ "name": "portfolio", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "fix": "next lint --fix", "test": "jest", "watch": "jest --watchAll", "export": "next export", "deploy": "gh-pages -d out -b out" }, "dependencies": { "@material-ui/core": "^4.12.1", "@material-ui/icons": "^4.11.2", "next": "11.0.1", "react": "17.0.2", "react-dom": "17.0.2", "react-icons": "^4.2.0" }, "devDependencies": { "@types/jest": "^26.0.24", "@types/node": "^16.3.3", "@types/react": "^17.0.14", "@typescript-eslint/eslint-plugin": "^4.28.3", "eslint": "^7.30.0", "eslint-config-next": "11.0.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.24.0", "gh-pages": "^3.2.3", "jest": "^27.0.6", "npm-run-all": "^4.1.5", "prettier": "^2.3.2", "ts-jest": "^27.0.3", "typescript": "^4.3.5" } }