{
  "name": "nedem-media",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "typecheck": "tsc --noEmit",
    "build:qa": "NEXT_PUBLIC_SITE_ENV=staging NEXT_PUBLIC_SITE_URL=https://qa.nedem.ro next build",
    "package:qa": "npm run build:qa && node scripts/package.mjs qa",
    "package:prod": "npm run build && node scripts/package.mjs prod"
  },
  "dependencies": {
    "@react-three/drei": "^10.0.6",
    "@react-three/fiber": "^9.1.2",
    "@react-three/postprocessing": "^3.1.1",
    "@sanity/image-url": "^1.1.0",
    "@sanity/vision": "^3.85.1",
    "lenis": "^1.2.3",
    "motion": "^12.6.3",
    "next": "15.2.4",
    "next-sanity": "^9.9.6",
    "postprocessing": "^6.39.5",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "sanity": "^3.85.1",
    "styled-components": "^6.1.17",
    "three": "^0.175.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.3",
    "@types/node": "^22.14.0",
    "@types/react": "^19.1.0",
    "@types/react-dom": "^19.1.1",
    "@types/three": "^0.175.0",
    "postcss": "^8.5.3",
    "tailwindcss": "^4.1.3",
    "typescript": "^5.8.3"
  }
}
