{
  "name": "zoricadjm-frontend",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "prod": "env-cmd -f .env.development next dev",
    "start": "next start",
    "start:production": "env-cmd -f .env.production next start",
    "lint": "next lint",
    "build": "next build",
    "build:development": "env-cmd -f .env.development next build",
    "build:production": "env-cmd -f .env.production next build",
    "build:sandbox": "env-cmd -f .env.sandbox next build"
  },
  "dependencies": {
    "@types/node": "18.15.11",
    "@types/react": "^19.1.4",
    "@types/react-dom": "18.0.11",
    "autoprefixer": "10.4.14",
    "classnames": "^2.3.2",
    "next": "^15.3.2",
    "postcss": "8.4.21",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-snap-carousel": "^0.5.1",
    "tailwindcss": "3.3.1",
    "typescript": "5.0.4"
  },
  "devDependencies": {
    "@svgr/webpack": "^8.1.0",
    "env-cmd": "^10.1.0",
    "eslint": "^9.26.0",
    "eslint-config-next": "^15.3.2",
    "prettier": "^2.8.7",
    "prettier-plugin-tailwindcss": "^0.2.7"
  }
}
