@focuson/form_components
Version:
Components that can be used by @focuson/forms
71 lines • 1.68 kB
JSON
{
"name": "@focuson/form_components",
"description": "Components that can be used by @focuson/forms ",
"version": "1.44.3",
"main": "dist/index",
"types": "dist/index",
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all",
">0.2%",
"not dead",
"not op_mini all"
]
},
"dependencies": {
"@focuson/state": "1.44.3",
"@focuson/focuson": "1.44.3",
"@types/react-datepicker": "^4.4.1",
"react-datepicker": "^4.7.0"
},
"devDependencies": {
"eslint": "^8.52.0",
"typescript": "^5.2.2",
"@types/jest": "29.1.1",
"@types/node": "^18.0.0",
"jest": "29.1.1",
"ts-jest": "^29.1.1",
"@types/react": "17.0.69",
"@types/react-dom": "17.0.22",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/user-event": "^14.5.1",
"@testing-library/react": "^12.1.5",
"react-scripts": "^5.0.1",
"npm-check-updates": "^10.0.0"
},
"files": [
"dist/index.js",
"dist/index.d.ts",
"dist/src/",
"LICENSE.md",
"README.md",
"dist/index.js",
"dist/index.d.ts",
"dist/src/"
],
"keywords": [
"functionalprogramming",
"lens",
"optics"
],
"license": "MIT",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"repository": "github:focuson-ts/focuson",
"scripts": {
"test": "jest --config jest.config.json",
"test:watch": "npm run test -- --watch"
}
}