{
  "name": "@symph/react",
  "version": "2.0.0-canary.6",
  "description": "Joy core - modern, effect, powerful react application framework",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "repository": "https://github.com/lnlfps/symph-tempo",
  "homepage": "https://github.com/lnlfps/symph-tempo",
  "files": [
    "dist",
    "router-dom.js",
    "router-dom.d.ts"
  ],
  "scripts": {
    "build": "tsc -d -p tsconfig.json",
    "watch": "tsc -w -d --sourceMap  -p tsconfig.json",
    "release": "npm run clean && npm run build",
    "prepublish": "npm run release",
    "clean": "rimraf dist"
  },
  "standard": {
    "parser": "babel-eslint",
    "ignore": [
      "**/node_modules/**",
      "**/examples/**",
      "**/.joy/**",
      "**/out/**"
    ]
  },
  "lint-staged": {
    "*.js": "standard",
    "bin/*": "standard"
  },
  "dependencies": {
    "@symph/config": "2.0.0-canary.6",
    "@symph/core": "2.0.0-canary.6",
    "flatten": "1.0.3",
    "global": "4.4.0",
    "invariant": "2.2.1",
    "is-plain-object": "3.0.0",
    "prop-types": "15.7.2",
    "react-redux": "7.2.2",
    "react-router-dom": "^6.2.1",
    "redux": "4.0.5",
    "redux-saga": "1.1.1"
  },
  "peerDependencies": {
    "react": "^17.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.13.10",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-decorators": "^7.13.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-react-jsx-source": "^7.12.13",
    "@babel/plugin-transform-runtime": "^7.13.10",
    "@babel/preset-env": "^7.13.10",
    "@babel/preset-react": "^7.12.13",
    "@babel/runtime": "^7.13.10",
    "@babel/runtime-corejs2": "^7.13.10",
    "@babel/template": "^7.12.13",
    "@testing-library/dom": "^8.1.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@types/cli-color": "0.3.29",
    "@types/object-hash": "1.3.0",
    "@types/react-redux": "7.1.16",
    "@types/uuid": "3.4.6",
    "babel-core": "7.0.0-bridge.0",
    "babel-plugin-react-require": "3.1.1",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "mkdirp": "0.5.1",
    "rimraf": "3.0.0",
    "standard": "^14.3.1",
    "zone.js": "0.10.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "0250a01357b07e19648a260a5563a247d54bf609"
}
