{
  "_from": "react-curved-text@^3.0.0",
  "_id": "react-curved-text@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-tHRDAfiVa8bVMTadRdHfGoO/PjPgLF42RODAWoQlc2PNnwTDBh0hbSAZtNiNSmd8C3gB2d0rlNd841UXb0/rTQ==",
  "_location": "/react-curved-text",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-curved-text@^3.0.0",
    "name": "react-curved-text",
    "escapedName": "react-curved-text",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-curved-text/-/react-curved-text-3.0.1.tgz",
  "_shasum": "3d1aa1867df5d2ad22987d16e0da4d9f195db69e",
  "_spec": "react-curved-text@^3.0.0",
  "_where": "/home2/qdid4546/nodevenv/new.omniagroup-ci.com/14/lib",
  "author": {
    "name": "ahmetemrekilinc"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "bugs": {
    "url": "https://github.com/obss/react-curved-text/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "svg-path-commander": "1.0.5"
  },
  "deprecated": false,
  "description": "A library for creating circular / curved texts in React projects",
  "devDependencies": {
    "@babel/core": "7.19.0",
    "@babel/eslint-parser": "7.18.9",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-function-bind": "7.18.9",
    "@babel/plugin-transform-react-jsx": "7.19.0",
    "@babel/preset-env": "7.19.0",
    "@babel/preset-react": "7.18.6",
    "@rollup/plugin-babel": "5.3.1",
    "@rollup/plugin-commonjs": "22.0.2",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "14.0.1",
    "@rollup/plugin-replace": "4.0.0",
    "@vitejs/plugin-react": "^4.0.4",
    "eslint": "8.23.1",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react": "7.32.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "jsx-to-string": "1.4.0",
    "prettier": "2.7.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "rollup": "2.79.0",
    "rollup-plugin-node-builtins": "2.1.2",
    "rollup-plugin-node-globals": "1.4.0",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "rollup-plugin-terser": "7.0.2",
    "rollup-plugin-visualizer": "5.8.1",
    "vite": "^4.4.5"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://obss.github.io/react-curved-text",
  "jsnext:main": "dist/index.es.js",
  "keywords": [
    "react",
    "curved text",
    "curved",
    "circular",
    "arc"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "name": "react-curved-text",
  "packageManager": "yarn@4.1.0",
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/obss/react-curved-text.git"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c --environment NODE_ENV:production",
    "build-storybook": "vite build",
    "prepublishOnly": "npm run build",
    "preview-storybook": "vite preview",
    "start": "rimraf dist && rollup -c -w --environment NODE_ENV:development",
    "start-storybook": "vite --port 3183"
  },
  "version": "3.0.1"
}
