{
  "name": "kuri-xpress",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint",
    "test": "jest",
    "test:watch": "jest --watch",
    "cypress": "cypress open",
    "cypress:run": "cypress run",
    "e2e": "start-server-and-test dev http://localhost:3000 cypress:run"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^2.11.2",
    "next": "16.2.5",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "react-redux": "^9.2.0"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "cypress": "^15.14.2",
    "eslint": "^9",
    "eslint-config-next": "16.2.5",
    "jest": "^30.3.0",
    "jest-environment-jsdom": "^30.3.0",
    "start-server-and-test": "^3.0.2",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
