mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
74 lines
2.0 KiB
JSON
74 lines
2.0 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://react-component-form.vercel.app/",
|
|
"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-cli2",
|
|
"lint:typescript": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
|
"lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"",
|
|
"release": "semantic-release"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16"
|
|
},
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.24.42",
|
|
"ajv": "8.11.0",
|
|
"ajv-formats": "2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "17.1.2",
|
|
"@commitlint/config-conventional": "17.1.0",
|
|
"@testing-library/react": "13.4.0",
|
|
"@types/jest": "29.0.3",
|
|
"@types/react": "18.0.20",
|
|
"@types/react-dom": "18.0.6",
|
|
"@typescript-eslint/eslint-plugin": "5.38.0",
|
|
"@typescript-eslint/parser": "5.38.0",
|
|
"editorconfig-checker": "4.0.2",
|
|
"esbuild": "0.15.8",
|
|
"esbuild-jest": "0.5.0",
|
|
"eslint": "8.23.1",
|
|
"eslint-config-conventions": "4.0.1",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-promise": "6.0.1",
|
|
"eslint-plugin-unicorn": "43.0.2",
|
|
"jest": "29.0.3",
|
|
"jest-environment-jsdom": "29.0.3",
|
|
"markdownlint-cli2": "0.5.1",
|
|
"prettier": "2.7.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"semantic-release": "19.0.5",
|
|
"tsup": "6.2.3",
|
|
"typescript": "4.8.3"
|
|
}
|
|
}
|