{
  "name": "@financial-times/n-myft-ui",
  "version": "40.1.9",
  "description": "Client side component for interaction with myft",
  "main": "server.js",
  "scripts": {
    "sass": "sass demos/src/demo.scss public/main.css --load-path node_modules",
    "test": "dotcom-tool-kit test:local",
    "commit": "commit-wizard",
    "build": "dotcom-tool-kit build:local",
    "start": "dotcom-tool-kit run:local",
    "demo-build": "dotcom-tool-kit build:demo -- demo-build",
    "demo": "dotcom-tool-kit build:demo -- demo",
    "static-demo": "dotcom-tool-kit build:demo -- static-demo",
    "deploy-gh": "dotcom-tool-kit deploy:gh-pages"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Financial-Times/n-myft-ui.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Financial-Times/n-myft-ui/issues"
  },
  "homepage": "https://github.com/Financial-Times/n-myft-ui#readme",
  "devDependencies": {
    "@dotcom-tool-kit/component": "^4.1.2",
    "@dotcom-tool-kit/doppler": "^1.1.0",
    "@dotcom-tool-kit/eslint": "^3.2.0",
    "@dotcom-tool-kit/lint-staged-npm": "^3.2.0",
    "@dotcom-tool-kit/mocha": "^3.2.0",
    "@dotcom-tool-kit/pa11y": "^0.5.2",
    "@financial-times/dotcom-build-base": "^8.2.1",
    "@financial-times/dotcom-build-code-splitting": "^8.2.1",
    "@financial-times/dotcom-build-js": "^8.2.1",
    "@financial-times/dotcom-build-sass": "^8.2.1",
    "@financial-times/dotcom-server-handlebars": "^8.2.1",
    "@financial-times/dotcom-ui-base-styles": "^13.0.0-beta.0",
    "@financial-times/eslint-config-next": "^7.1.0",
    "@financial-times/n-express": "^28.0.3",
    "ascii-table": "0.0.9",
    "autoprefixer": "9.7.0",
    "aws-sdk-mock": "4.5.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "7.1.4",
    "babel-plugin-add-module-exports": "^0.3.0",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "brotli": "^1.3.3",
    "chai": "4.3.8",
    "chalk": "2.4.2",
    "check-engine": "^1.12.0",
    "css-loader": "^0.23.1",
    "denodeify": "^1.2.1",
    "dotcom-tool-kit": "^3.4.4",
    "eslint-plugin-react": "^7.33.2",
    "extract-css-block-webpack-plugin": "^1.3.0",
    "fetch-mock": "^5.0.3",
    "handlebars": "^4.7.8",
    "handlebars-loader": "^1.7.3",
    "http-server": "^0.11.1",
    "hyperons": "^0.4.1",
    "imports-loader": "0.8.0",
    "inject-loader": "^4.0.1",
    "karma": "4.4.1",
    "karma-browserstack-launcher": "^1.6.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "3.2.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-html-reporter": "^0.2.6",
    "karma-mocha": "^2.0.1",
    "karma-sinon": "^1.0.5",
    "karma-sinon-chai": "2.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-viewport": "^1.0.9",
    "karma-webpack": "^4.0.2",
    "lintspaces-cli": "^0.7.0",
    "lolex": "5.1.2",
    "mocha": "^10.2.0",
    "mockery": "2.1.0",
    "node-fetch": "2.6.0",
    "nodemon": "^1.9.2",
    "npm-prepublish": "^1.2.3",
    "pa11y-ci": "^3.0.1",
    "postcss": "^8.5.3",
    "postcss-cli": "^11.0.0",
    "postcss-import": "^16.1.0",
    "postcss-loader": "^0.9.1",
    "puppeteer": "^18.2.1",
    "regenerator-runtime": "^0.13.3",
    "sass": "^1.85.1",
    "semver": "6.3.0",
    "sinon": "^7.1.0",
    "sinon-chai": "^3.7.0",
    "sucrase": "^3.34.0",
    "webpack": "^4.47.0",
    "webpack-cli": "^4.9.2"
  },
  "peerDependencies": {
    "@financial-times/n-notification": "^9.0.0",
    "@financial-times/o-forms": "^10.0.1",
    "@financial-times/o-grid": "^6.1.8",
    "@financial-times/o-overlay": "^5.0.2",
    "@financial-times/o-tooltip": "^6.0.0",
    "@financial-times/o3-button": "^3.0.0",
    "@financial-times/o3-editorial-typography": "^3.0.2",
    "@financial-times/o3-foundation": "^3.0.0",
    "next-myft-client": "^15.0.0",
    "react": "17.x || 18.x"
  },
  "dependencies": {
    "date-fns": "2.30.0",
    "fetchres": "^1.7.2",
    "form-serialize": "^0.7.2",
    "ftdomdelegate": "^4.0.6",
    "js-cookie": "^2.2.1",
    "next-session-client": "^4.0.0",
    "ready-state": "^2.0.5",
    "superstore-sync": "^2.1.1"
  },
  "overrides": {
    "puppeteer": "$puppeteer"
  },
  "volta": {
    "node": "22.11.0"
  },
  "engines": {
    "node": "22.x"
  },
  "x-dash": {
    "engine": {
      "server": "hyperons"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "dotcom-tool-kit git:commitmsg",
      "pre-commit": "dotcom-tool-kit git:precommit"
    }
  },
  "lint-staged": {
    "**/*.js": "dotcom-tool-kit format:staged test:staged --"
  }
}
