@financial-times/n-conversion-forms
Version:
Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).
117 lines (116 loc) • 4.08 kB
JSON
{
"name": "@financial-times/n-conversion-forms",
"version": "33.0.0",
"description": "Containing jsx components and styles for forms included on Accounts and Acqusition 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",
"prepare": "snyk-protect || snyk-protect -d || true",
"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": "7.1.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#v2.4.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": "3.1.6",
"@dotcom-tool-kit/component": "4.1.2",
"@dotcom-tool-kit/eslint": "3.2.0",
"@dotcom-tool-kit/frontend-app": "3.2.3",
"@dotcom-tool-kit/jest": "3.4.0",
"@dotcom-tool-kit/lint-staged-npm": "3.2.0",
"@dotcom-tool-kit/logger": "3.4.0",
"@dotcom-tool-kit/prettier": "3.2.0",
"@financial-times/eslint-config-next": "7.1.0",
"@financial-times/jest-browser-resolver": "^1.0.2",
"@snyk/protect": "1.1278.0",
"@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": "3.4.4",
"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": "16.x || 18.x",
"npm": "7.x || 8.x || 9.x"
},
"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-buttons": "^7.5.0",
"@financial-times/o-colors": "^6.4.2",
"@financial-times/o-expander": "^6.2.2",
"@financial-times/o-forms": "^9.6.0",
"@financial-times/o-grid": "^6.1.5",
"@financial-times/o-header-services": "^5.2.2",
"@financial-times/o-icons": "^7.2.1",
"@financial-times/o-layout": "^5.2.2",
"@financial-times/o-loading": "^5.2.1",
"@financial-times/o-message": "^5.2.1",
"@financial-times/o-normalise": "^3.2.2",
"@financial-times/o-social-follow": "^1.0.0",
"@financial-times/o-stepped-progress": "^4.0.2",
"@financial-times/o-typography": "^7.3.1"
},
"volta": {
"node": "18.17.0"
}
}