{
  "name": "textillate-react",
  "version": "5.0.5",
  "description": "React version",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "keywords": [
    "textillate",
    "react",
    "animation",
    "react animation",
    "react animation library",
    "react library",
    "text animation",
    "text animation library",
    "textillate"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "copy-files-from-to && start-storybook -p 6006 -s public",
    "build-storybook": "copy-files-from-to && build-storybook -s public",
    "build-lib": "copy-files-from-to && rollup -c",
    "publish-patch": "copy-files-from-to && rollup -c && npm version patch && npm publish",
    "publish-minor": "copy-files-from-to && rollup -c && npm version minor && npm publish",
    "publish-major": "copy-files-from-to && rollup -c && npm version major && npm publish"
  },
  "author": "Ngo Minh Toan <mtoan2610@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "copy-files-from-to": "^3.2.2",
    "jquery": "^3.6.0",
    "textillate": "^0.4.1"
  },
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/preset-react": "^7.16.7",
    "@rollup/plugin-commonjs": "^21.0.3",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@storybook/addon-actions": "^6.4.21",
    "@storybook/addon-essentials": "^6.4.21",
    "@storybook/addon-interactions": "^6.4.21",
    "@storybook/addon-links": "^6.4.21",
    "@storybook/react": "^6.4.21",
    "@storybook/testing-library": "^0.0.9",
    "babel-loader": "^8.2.4",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rollup": "^2.70.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "copyFiles": [
    {
      "from": "node_modules/textillate/jquery.textillate.js",
      "to": "public/scripts/textillate/jquery.textillate.js"
    },
    {
      "from": "node_modules/textillate/assets/jquery.lettering.js",
      "to": "public/scripts/textillate/assets/jquery.lettering.js"
    },
    {
      "from": "node_modules/textillate/assets/jquery.fittext.js",
      "to": "public/scripts/textillate/assets/jquery.fittext.js"
    },
    {
      "from": "node_modules/textillate/assets/animate.css",
      "to": "public/scripts/textillate/assets/animate.css"
    },
    {
      "from": "node_modules/textillate/assets/style.css",
      "to": "public/scripts/textillate/assets/style.css"
    },
    {
      "from": "https://code.jquery.com/jquery-3.6.0.min.js",
      "to": "public/scripts/jquery/jquery.min.js"
    }
  ]
}
