{
  "name": "@financial-times/n-conversion-forms",
  "version": "47.0.0",
  "description": "Containing jsx components and styles for forms included on Accounts and Acquisition apps (next-signup, next-profile, next-retention, etc).",
  "main": "./dist/index.js",
  "scripts": {
    "test": "dotcom-tool-kit test:local",
    "test:update-snapshots": "NODE_ENV=test jest --updateSnapshot",
    "build": "npm run clean && dotcom-tool-kit build:local",
    "start": "dotcom-tool-kit run:local",
    "storybook": "storybook dev -p 5005",
    "build-storybook": "storybook build --docs --output-dir docs",
    "clean": "rm -rf ./dist",
    "format": "dotcom-tool-kit format:local"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Financial-Times/n-conversion-forms.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Financial-Times/n-conversion-forms/issues"
  },
  "homepage": "https://github.com/Financial-Times/n-conversion-forms#readme",
  "dependencies": {
    "@babel/runtime": "^7.23.9",
    "@financial-times/n-pricing": "8.0.0",
    "classnames": "2.5.1",
    "fetchres": "1.7.2",
    "lodash.get": "4.4.2",
    "n-common-static-data": "github:Financial-Times/n-common-static-data#v3.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.23.9",
    "@babel/plugin-transform-runtime": "^7.23.9",
    "@babel/preset-env": "^7.23.9",
    "@babel/preset-react": "^7.23.3",
    "@dotcom-tool-kit/babel": "^4.0.2",
    "@dotcom-tool-kit/component": "^5.0.3",
    "@dotcom-tool-kit/eslint": "^4.0.2",
    "@dotcom-tool-kit/jest": "^4.0.2",
    "@dotcom-tool-kit/lint-staged-npm": "^4.0.2",
    "@dotcom-tool-kit/logger": "^4.0.0",
    "@dotcom-tool-kit/prettier": "^4.0.2",
    "@financial-times/eslint-config-next": "7.1.0",
    "@financial-times/jest-browser-resolver": "^1.0.2",
    "@storybook/addon-a11y": "^7.6.13",
    "@storybook/addon-essentials": "7.6.13",
    "@storybook/react": "^7.6.13",
    "@storybook/react-webpack5": "^7.6.13",
    "@sucrase/jest-plugin": "^3.0.0",
    "check-engines": "^1.6.0",
    "dotcom-tool-kit": "^4.0.6",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.7",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jest": "^27.6.3",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-storybook": "^0.6.15",
    "fetch-mock": "^7.2.0",
    "html-webpack-plugin": "^5.6.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-serializer-html": "^7.1.0",
    "jsdom": "^24.0.0",
    "jsdom-global": "^3.0.2",
    "pa11y-ci": "3.1.0",
    "prop-types": "15.8.1",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "react-is": "^16.13.1",
    "sass": "^1.55.0",
    "sass-loader": "^10.2.1",
    "storybook": "^7.6.13",
    "webpack": "^5.90.1",
    "webpack-cli": "^5.1.4"
  },
  "engines": {
    "node": "22.x",
    "npm": "10.x"
  },
  "volta": {
    "node": "22.12.0"
  },
  "lint-staged": {
    "**/*.{js,jsx,json,scss}": "dotcom-tool-kit format:staged test:staged --"
  },
  "husky": {
    "hooks": {
      "commit-msg": "dotcom-tool-kit git:commitmsg",
      "pre-commit": "dotcom-tool-kit git:precommit",
      "pre-push": "dotcom-tool-kit test:local"
    }
  },
  "peerDependencies": {
    "@financial-times/o-expander": "^7.0.0",
    "@financial-times/o-forms": "^10.0.1",
    "@financial-times/o-grid": "^6.1.8",
    "@financial-times/o-header-services": "^6.0.1",
    "@financial-times/o-layout": "^6.0.0",
    "@financial-times/o-loading": "^6.0.0",
    "@financial-times/o-message": "^6.0.0",
    "@financial-times/o-social-follow": "^2.0.0",
    "@financial-times/o-stepped-progress": "^5.0.0",
    "@financial-times/o3-button": "^3.3.2",
    "@financial-times/o3-foundation": "^3.2.5"
  }
}
