{
  "name": "@novin-dev/formalite",
  "version": "0.5.1",
  "description": "Generate MUI form with few line of code",
  "author": "Mostafa Roosta <mostafaroosta74@gmail.com>",
  "homepage": "https://formalite.novin.dev",
  "license": "MIT",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "directories": {
    "lib": "dist"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/novin-develop/formalite.git"
  },
  "keywords": [
    "fromalite",
    "formik",
    "material-form",
    "material",
    "form",
    "from-generator"
  ],
  "scripts": {
    "lint:fix": "lerna run lint:fix --stream --parallel",
    "test": "jest",
    "test:dev": "jest -o --watch",
    "test:coverage": "jest --watchAll=false --coverage --no-cache",
    "test:coverage-file": "jest --watchAll=false --coverage --collectCoverageFrom=src/components/Formalite/elements/SelectView/SelectViewAllViews.tsx",
    "build": "rollup -c",
    "storybook": "start-storybook -p 6006",
    "build:storybook": "./node_modules/.bin/build-storybook",
    "build:local": "rimraf dist && npm run build",
    "build:publish": "npm run build && npm publish",
    "release": "standard-version"
  },
  "bugs": {
    "url": "https://github.com/novin-develop/formalite/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "@mui/material": "^5.10.7",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.18.13",
    "@babel/preset-typescript": "^7.18.6",
    "@commitlint/cli": "16.2.4",
    "@commitlint/config-conventional": "16.2.4",
    "@emotion/cache": "^11.10.3",
    "@emotion/react": "^11.10.3",
    "@mui/material": "^5.10.7",
    "@rollup/plugin-commonjs": "21.0.1",
    "@rollup/plugin-image": "^3.0.1",
    "@rollup/plugin-node-resolve": "13.1.3",
    "@storybook/addon-actions": "^6.5.10",
    "@storybook/addon-console": "1.2.3",
    "@storybook/addon-essentials": "^6.5.10",
    "@storybook/addon-interactions": "^6.5.10",
    "@storybook/addon-links": "^6.5.10",
    "@storybook/builder-webpack4": "^6.5.10",
    "@storybook/manager-webpack4": "^6.5.10",
    "@storybook/react": "^6.5.10",
    "@storybook/testing-library": "^0.0.13",
    "@svgr/rollup": "6.2.1",
    "@svgr/webpack": "6.2.1",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/lodash": "^4.14.191",
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "@types/stylis": "4.0.2",
    "@types/yup": "0.29.13",
    "@typescript-eslint/eslint-plugin": "5.11.0",
    "@typescript-eslint/parser": "5.11.0",
    "babel-loader": "^8.2.5",
    "eslint": "8.2.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-airbnb-typescript": "16.1.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.25.3",
    "eslint-plugin-jsx-a11y": "6.5.1",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-react": "7.28.0",
    "eslint-plugin-react-hooks": "4.3.0",
    "eslint-plugin-sonarjs": "0.13.0",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "jest-fetch-mock": "^3.0.3",
    "lint-staged": "12.4.1",
    "moment": "^2.29.4",
    "path": "^0.12.7",
    "postcss": "^8.4.16",
    "prettier": "2.5.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "6.3.0",
    "react-test-renderer": "^18.2.0",
    "remark-emoji": "2.2.0",
    "rimraf": "3.0.2",
    "rollup": "2.67.2",
    "rollup-plugin-dts": "4.1.0",
    "rollup-plugin-typescript2": "0.31.2",
    "rollup-plugin-visualizer": "5.5.4",
    "standard-version": "9.3.2",
    "storybook-dark-mode": "1.0.9",
    "svg-jest": "^1.0.1",
    "ts-jest": "^29.0.3",
    "tsc-alias": "1.6.7",
    "tsconfig-paths-webpack-plugin": "3.5.2",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "@date-io/date-fns": "2.13.1",
    "@date-io/date-fns-jalali": "2.13.1",
    "@mui/icons-material": "5.6.1",
    "@mui/x-date-pickers": "5.0.0-alpha.2",
    "@optimize-lodash/rollup-plugin": "^4.0.3",
    "@types/numeral": "2.0.2",
    "@types/react-color": "3.0.6",
    "@types/react-lazy-load-image-component": "1.5.2",
    "date-fns": "2.28.0",
    "date-fns-jalali": "2.13.0-0",
    "formik": "2.2.9",
    "lodash": "^4.17.21",
    "numeral": "2.0.6",
    "react-color": "2.19.3",
    "react-dropzone": "^14.2.2",
    "react-error-boundary": "3.1.4",
    "react-fast-compare": "3.2.0",
    "react-imask": "6.4.2",
    "react-lazy-load-image-component": "1.5.4",
    "react-number-format": "4.9.4",
    "react-perfect-scrollbar": "^1.5.8",
    "react-quill": "2.0.0",
    "react-transition-group": "4.4.2",
    "stylis": "4.0.13",
    "stylis-plugin-rtl": "2.1.1",
    "tslib": "2.3.1",
    "yup": "0.32.11"
  },
  "gitHead": "9bc86f3d1552840208b5508ae5f8ad6d3ea8ada2"
}
