mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
{
|
|
"name": "react-component-form",
|
|
"version": "0.0.0-development",
|
|
"public": true,
|
|
"type": "module",
|
|
"description": "Manage React Forms with ease.",
|
|
"author": "Théo LUDWIG <contact@theoludwig.fr>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/theoludwig/react-component-form.git"
|
|
},
|
|
"keywords": [
|
|
"react-form",
|
|
"react-component-form"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/theoludwig/react-component-form/issues"
|
|
},
|
|
"homepage": "https://react-component-form.vercel.app/",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"test": "jest",
|
|
"lint:commit": "commitlint",
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:markdown": "markdownlint-cli2",
|
|
"lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives --ignore-path .gitignore",
|
|
"lint:prettier": "prettier . --check",
|
|
"release": "semantic-release"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.32.13",
|
|
"ajv": "8.12.0",
|
|
"ajv-formats": "2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "18.6.0",
|
|
"@commitlint/config-conventional": "18.6.0",
|
|
"@testing-library/react": "14.1.2",
|
|
"@tsconfig/strictest": "2.0.2",
|
|
"@types/jest": "29.5.11",
|
|
"@types/react": "18.2.48",
|
|
"@types/react-dom": "18.2.18",
|
|
"@typescript-eslint/eslint-plugin": "6.20.0",
|
|
"@typescript-eslint/parser": "6.20.0",
|
|
"editorconfig-checker": "5.1.2",
|
|
"esbuild": "0.20.0",
|
|
"esbuild-jest": "0.5.0",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-conventions": "13.1.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-prettier": "5.1.3",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"eslint-plugin-unicorn": "50.0.1",
|
|
"jest": "29.7.0",
|
|
"jest-environment-jsdom": "29.7.0",
|
|
"markdownlint-cli2": "0.12.1",
|
|
"markdownlint-rule-relative-links": "2.2.0",
|
|
"prettier": "3.2.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"semantic-release": "23.0.0",
|
|
"tsup": "8.0.1",
|
|
"typescript": "5.3.3"
|
|
}
|
|
}
|