@blueprintjs-formik/core
Version:
Bindings for using Formik and Blueprint.js
77 lines • 2.03 kB
JSON
{
"name": "@blueprintjs-formik/core",
"version": "0.3.7",
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.keyby": "^4.6.0",
"styled-components": "^5.3.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"typecheck": "tsc",
"build": "cross-env NODE_ENV=production tsc --noEmit --project ./tsconfig.json && rollup -c"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": []
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"files": ["dist"],
"main": "dist/index.js",
"module": "./dist/esm/index.js",
"typings": "./dist/index.d.ts",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/lodash.get": "^4.4.6",
"@types/lodash.keyby": "^4.6.6",
"@types/node": "^17.0.14",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.22",
"cross-env": "^7.0.3",
"webpack": "^5.68.0",
"rollup": "^2.67.2",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.5.5"
},
"peerDependencies": {
"react": "16 || ^17.0.2 || 18",
"react-dom": "16 || ^17.0.2 || 18",
"@blueprintjs/core": "^3.52.0 || 4 || 5",
"@blueprintjs/select": "^3.18.12 || 4 || 5",
"formik": "^2.2.9"
},
"description": "Bindings for using Formik and Blueprint.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bigcapitalhq/blueprint-formik.git"
},
"keywords": [
"blueprintjs",
"formik",
"react"
],
"author": "Ahmed Bouhuolia",
"license": "ISC",
"bugs": {
"url": "https://github.com/bigcapitalhq/blueprint-formik/issues"
},
"homepage": "https://github.com/bigcapitalhq/blueprint-formik#readme"
}