2020-08-04 16:22:31 +02:00
|
|
|
{
|
|
|
|
"name": "react-component-form",
|
2021-06-17 19:32:56 +02:00
|
|
|
"version": "0.0.0-development",
|
2020-08-04 16:22:31 +02:00
|
|
|
"description": "Manage React Forms with ease.",
|
2020-08-04 16:49:14 +02:00
|
|
|
"author": "Divlo <contact@divlo.fr>",
|
2020-08-04 16:22:31 +02:00
|
|
|
"license": "MIT",
|
2020-08-04 16:49:14 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+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",
|
2021-06-17 18:48:19 +02:00
|
|
|
"module": "dist/react-component-form.esm.js",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
2020-10-03 19:07:09 +02:00
|
|
|
},
|
2020-08-04 16:22:31 +02:00
|
|
|
"scripts": {
|
2021-06-17 18:48:19 +02:00
|
|
|
"start": "tsdx watch",
|
|
|
|
"build": "tsdx build",
|
|
|
|
"test": "tsdx test --passWithNoTests",
|
|
|
|
"lint:commit": "commitlint",
|
|
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
|
|
"lint:markdown": "markdownlint '**/*.md' --dot --ignore node_modules",
|
2021-06-17 19:32:56 +02:00
|
|
|
"lint:typescript": "tsdx lint",
|
|
|
|
"release": "semantic-release"
|
2020-08-04 16:22:31 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2021-06-17 18:48:19 +02:00
|
|
|
"react": ">=16"
|
2020-10-26 02:56:36 +01:00
|
|
|
},
|
2021-06-17 18:48:19 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "12.1.4",
|
|
|
|
"@commitlint/config-conventional": "12.1.4",
|
|
|
|
"@testing-library/react": "11.2.7",
|
|
|
|
"@types/react": "17.0.11",
|
|
|
|
"@types/react-dom": "17.0.7",
|
|
|
|
"editorconfig-checker": "4.0.2",
|
|
|
|
"markdownlint-cli": "0.27.1",
|
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2",
|
2021-06-17 19:32:56 +02:00
|
|
|
"semantic-release": "17.4.4",
|
2021-06-17 18:48:19 +02:00
|
|
|
"tsdx": "0.14.1",
|
|
|
|
"typescript": "4.3.3"
|
2020-08-04 16:49:14 +02:00
|
|
|
}
|
2020-08-04 16:22:31 +02:00
|
|
|
}
|