{ "name": "solution-pass-search", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3003", "build": "next build", "start": "next start", "lint": "next lint && tsc --noemit", "prepare": "husky install", "pre-commit": "yarn lint" }, "dependencies": { "@chakra-ui/react": "^2.5.1", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@fortawesome/fontawesome-svg-core": "^6.3.0", "@fortawesome/free-regular-svg-icons": "^6.3.0", "@fortawesome/free-solid-svg-icons": "^6.3.0", "@fortawesome/react-fontawesome": "^0.2.0", "@tanstack/react-query": "^4.28.0", "@tanstack/react-query-devtools": "^4.28.0", "@types/node": "18.14.2", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "axios": "^1.3.4", "cheerio": "^1.0.0-rc.12", "eslint": "8.35.0", "eslint-config-next": "13.2.1", "framer-motion": "^10.0.0", "nanoid": "^4.0.1", "next": "13.2.1", "react": "18.2.0", "react-dom": "18.2.0", "recoil": "^0.7.7", "typescript": "4.9.5" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.3", "prettier": "^2.8.4" } }