{
  "name": "jss-nextjs",
  "description": "Application utilizing Sitecore JavaScript Services and Next.js",
  "version": "0.1.0",
  "private": true,
  "config": {
    "appName": "jss-nextjs",
    "graphQLEndpointPath": "/sitecore/api/graph/edge",
    "language": "en",
    "template": "nextjs"
  },
  "author": {
    "name": "Sitecore Corporation",
    "url": "https://doc.sitecore.com/xmc/en/developers/content-sdk/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sitecore/content-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/sitecore/content-sdk/issues"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@sitecore-cloudsdk/core": "^0.5.1",
    "@sitecore-cloudsdk/events": "^0.5.1",
    "@sitecore-content-sdk/nextjs": "<%- version %>",
    "@sitecore-feaas/clientside": "^0.5.19",
    "@sitecore/components": "~2.0.1",
    "bootstrap": "^5.3.6",
    "font-awesome": "^4.7.0",
    "next": "^15.3.2",
    "next-localization": "^0.12.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "sass": "^1.87.0",
    "sass-alias": "^1.0.5",
    "sharp": "0.34.1"
  },
  "devDependencies": {
    "@sitecore-content-sdk/cli": "<%- version %>",
    "@types/node": "^22.15.14",
    "@types/react": "^19.1.3",
    "@types/react-dom": "^19.1.3",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0",
    "chalk": "~4.1.2",
    "chokidar": "~4.0.3",
    "cross-env": "~7.0.3",
    "eslint": "^8.56.0",
    "eslint-config-next": "^13.1.5",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^5.4.0",
    "eslint-plugin-react": "^7.37.5",
    "graphql": "~16.11.0",
    "npm-run-all2": "~8.0.1",
    "prettier": "^3.5.3",
    "typescript": "~5.8.3"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production npm-run-all --serial sitecore-tools:build next:build",
    "lint": "eslint ./src/**/*.tsx ./src/**/*.ts ./scripts/**/*.ts",
    "next:build": "next build",
    "next:dev": "cross-env NODE_OPTIONS='--inspect' next dev",
    "next:start": "next start",
    "sitecore-tools:build": "sitecore-tools project build",
    "dev": "cross-env NODE_ENV=development npm-run-all --serial sitecore-tools:build next:dev",
    "start": "cross-env-shell NODE_ENV=production npm-run-all --serial build next:start"
  }
}
