{ "name": "factorio-recipes-next", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "classnames": "^2.3.1", "next": "12.2.4", "pako": "^2.0.4", "react": "18.2.0", "react-dom": "18.2.0", "react-select": "^5.4.0", "react-tooltip": "^4.2.21" }, "devDependencies": { "@types/node": "18.6.4", "@types/pako": "^2.0.0", "@types/react": "18.0.17", "@types/react-dom": "18.0.6", "eslint": "8.21.0", "eslint-config-next": "12.2.4", "typescript": "4.7.4" } }