{ "private": true, "scripts": { "dev": "next dev --turbo", "build": "next build", "start": "next start" }, "dependencies": { "axios": "^1.6.5", "lodash": "^4.17.21", "mui": "^0.0.1", "next": "latest", "normalize.css": "^8.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-transition-group": "^4.4.5", "styled-components": "^6.1.1" }, "devDependencies": { "@types/node": "20.8.10", "@types/react": "18.2.33", "@types/react-dom": "18.2.14", "@typescript-eslint/eslint-plugin": "^6.19.0", "autoprefixer": "^10.4.16", "eslint": "^8.56.0", "eslint-config-standard-with-typescript": "^43.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.33.2", "postcss": "^8.4.32", "typescript": "^5.3.3" } }