{
  "name": "mv-tmp-core",
  "version": "0.0.10",
  "description": "Core components of mv-tmp, a frontend Framework for building admin applications on top of REST services, using ES6, React",
  "files": [
    "*.md",
    "dist",
    "src"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/cjs/index.d.ts",
  "sideEffects": false,
  "authors": [
    "François Zaninotto",
    "Gildas Garcia"
  ],
  "repository": "marmelab/mv-tmp",
  "homepage": "https://github.com/marmelab/mv-tmp#readme",
  "bugs": "https://github.com/marmelab/mv-tmp/issues",
  "license": "MIT",
  "scripts": {
    "build": "yarn run build-cjs && yarn run build-esm",
    "build-cjs": "rimraf ./dist/cjs && tsc --outDir dist/cjs",
    "build-esm": "rimraf ./dist/esm && tsc --outDir dist/esm --module es2015",
    "watch": "tsc --outDir dist/esm --module es2015 --watch"
  },
  "devDependencies": {
    "@hookform/resolvers": "^2.8.8",
    "@testing-library/react": "^11.2.3",
    "@testing-library/react-hooks": "^7.0.2",
    "@types/jest": "^26.0.19",
    "@types/node": "^17.0.8",
    "@types/node-polyglot": "^0.4.31",
    "@types/react": "^17.0.20",
    "cross-env": "^5.2.0",
    "expect": "^27.4.6",
    "history": "^5.1.0",
    "ignore-styles": "~5.0.1",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "react-hook-form": "^7.40.0",
    "react-router": "^6.1.0",
    "react-router-dom": "^6.1.0",
    "react-test-renderer": "^16.9.0 || ^17.0.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.4.0",
    "yup": "^0.32.11"
  },
  "peerDependencies": {
    "history": "^5.1.0",
    "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0",
    "react-hook-form": "^7.40.0",
    "react-router": "^6.1.0",
    "react-router-dom": "^6.1.0"
  },
  "dependencies": {
    "clsx": "^1.1.1",
    "date-fns": "^2.19.0",
    "eventemitter3": "^4.0.7",
    "inflection": "~1.12.0",
    "jsonexport": "^3.2.0",
    "lodash": "~4.17.5",
    "prop-types": "^15.6.1",
    "query-string": "^7.1.1",
    "react-is": "^17.0.2",
    "react-query": "^3.32.1"
  },
  "gitHead": "144dc05f1f43b638518e63c9a7e48fd5dc064eed"
}
