{
  "name": "ccn",
  "version": "1.0.0",
  "description": "CCN Landing page",
  "private": true,
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "postinstall": "next build",
    "prettify": "prettier --write src/**/*.js src/**/*.jsx",
    "test": "cypress run",
    "format": "prettier --write **/*.js **/*.jsx **/*.ts **/*.tsx && eslint --fix src/**/*.ts src/**/*.tsx"
  },
  "engines": {
    "node": ">=24.6.0 <25",
    "npm": ">=10"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/positive-zero/ccn"
  },
  "dependencies": {
    "lodash": "^4.17.20",
    "next": "^15.5.2",
    "next-i18next": "^8.1.3",
    "nookies": "^2.5.0",
    "nprogress": "^0.2.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-icons": "^4.2.0",
    "slugify": "^1.4.6",
    "styled-jsx": "^5.1.7"
  },
  "devDependencies": {
    "@svgr/webpack": "^8.1.0",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.5.0",
    "@testing-library/user-event": "^7.1.2",
    "cypress": "^13.15.1",
    "eslint": "^9.14.0",
    "eslint-config-next": "^15.0.0",
    "husky": "^4.3.5",
    "jest": "^29.7.0",
    "lint-staged": "^10.5.3",
    "postcss": "^8.5.6",
    "postcss-custom-properties": "^14.0.6",
    "postcss-import": "^16.1.1",
    "postcss-nested": "^7.0.2",
    "postcss-preset-env": "^10.2.4",
    "prettier": "^2.2.1",
    "pretty-quick": "^2.0.2",
    "styled-jsx-plugin-postcss": "^4.0.1",
    "tailwindcss": "^3.4.17",
    "ts-node": "^8.10.2",
    "ts-node-dev": "^1.0.0",
    "typescript": "^5.9.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged -v"
    }
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": "eslint --cache --fix",
    "*.{js,jsx,ts,tsx,md,html,css}": "prettier --write"
  }
}
