{
  "name": "react-sortablejs",
  "author": {
    "name": "Wayne Van Son",
    "email": "waynevanson@gmail.com"
  },
  "license": "MIT",
  "version": "5.0.5",
  "private": false,
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "commit": "cz",
    "prepublishOnly": "yarn build",
    "start": "parcel examples/index.html --out-dir temp/server --cache-dir temp/cache ",
    "build": "yarn build:rollup && yarn build:tsc",
    "build:rollup": " rollup --config config/rollup.config.js",
    "build:tsc": "ts-node config/move-files.ts",
    "build:storybook": "build-storybook",
    "storybook": "start-storybook -p 6006",
    "style": "yarn style:format && yarn style:lint",
    "style:format": "prettier -w src",
    "style:lint": "eslint src/**"
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      [
        "@semantic-release/github",
        {
          "assets": [
            "dist/**"
          ]
        }
      ],
      "@semantic-release/npm",
      "@semantic-release/git",
      [
        "@semantic-release/git",
        {
          "assets": [
            "package.json"
          ],
          "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
        }
      ]
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn style && yarn build",
      "pre-push": "yarn style && yarn build"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "peerDependencies": {
    "@types/sortablejs": "^1.10.0",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "sortablejs": "^1.10.0"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "tiny-invariant": "^1.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@storybook/addon-actions": "^6.0.21",
    "@storybook/addon-essentials": "^6.0.21",
    "@storybook/addon-links": "^6.0.21",
    "@storybook/react": "^6.0.21",
    "@types/classnames": "^2.2.10",
    "@types/jest": "^26.0.14",
    "@types/node": "14.11.2",
    "@types/react": "16.9.49",
    "@types/react-dom": "16.9.8",
    "@types/sortablejs": "^1.10.0",
    "@typescript-eslint/eslint-plugin": "^4.2.0",
    "@typescript-eslint/parser": "^4.2.0",
    "babel-loader": "^8.1.0",
    "commitizen": "^4.2.1",
    "copy-dir": "^1.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^7.9.0",
    "eslint-plugin-react": "^7.21.2",
    "husky": "^4.3.0",
    "jest": "^26.4.2",
    "parcel-bundler": "^1.12.4",
    "prettier": "^2.1.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-is": "^16.13.1",
    "rollup": "^2.28.2",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-typescript2": "^0.27.2",
    "semantic-release": "^17.1.2",
    "sortablejs": "^1.10.0",
    "storybook": "^6.0.21",
    "ts-jest": "^26.4.0",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.3"
  }
}
