mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
686b5643b3
BREAKING CHANGE: This package is now pure ESM
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "react-component-form",
|
|
"version": "0.0.0-development",
|
|
"public": true,
|
|
"type": "module",
|
|
"description": "Manage React Forms with ease.",
|
|
"author": "Divlo <contact@divlo.fr>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Divlo/react-component-form.git"
|
|
},
|
|
"keywords": [
|
|
"react-form",
|
|
"react-component-form"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/Divlo/react-component-form/issues"
|
|
},
|
|
"homepage": "https://github.com/Divlo/react-component-form#readme",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"test": "jest",
|
|
"lint:commit": "commitlint",
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:markdown": "markdownlint \"**/*.md\" --dot --ignore-path \".gitignore\"",
|
|
"lint:typescript": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
|
"lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"",
|
|
"release": "semantic-release"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "16.2.3",
|
|
"@commitlint/config-conventional": "16.2.1",
|
|
"@testing-library/react": "13.0.0",
|
|
"@types/jest": "27.4.1",
|
|
"@types/react": "17.0.43",
|
|
"@types/react-dom": "17.0.14",
|
|
"@typescript-eslint/eslint-plugin": "5.18.0",
|
|
"@typescript-eslint/parser": "5.18.0",
|
|
"editorconfig-checker": "4.0.2",
|
|
"eslint": "8.12.0",
|
|
"eslint-config-conventions": "2.0.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"eslint-plugin-promise": "6.0.0",
|
|
"eslint-plugin-unicorn": "42.0.0",
|
|
"esbuild": "0.14.32",
|
|
"esbuild-jest": "0.5.0",
|
|
"jest": "27.5.1",
|
|
"markdownlint-cli": "0.31.1",
|
|
"prettier": "2.6.2",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"semantic-release": "19.0.2",
|
|
"tsup": "5.12.4",
|
|
"typescript": "4.6.3"
|
|
}
|
|
}
|