{
  "name": "react-svg-fx",
  "version": "1.4.0",
  "description": "",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "scripts": {
    "start": "parcel src/index.html --no-cache",
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint"
  },
  "keywords": [],
  "author": "Viljami Anttonen (thatsprettyfaroutman)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thatsprettyfaroutman/react-svg-fx.git"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@juggle/resize-observer": "3.4.0",
    "@types/d3-ease": "2.0.0",
    "@types/ramda": "0.26.44",
    "@types/react": "^18.0.24",
    "@types/react-dom": "^18.0.8",
    "@types/styled-components": "5.1.3",
    "chroma-js": "2.0.3",
    "d3-ease": "2.0.0",
    "lerp": "1.0.3",
    "ramda": "0.26.1",
    "react-merge-refs": "1.1.0",
    "react-use-measure": "2.0.3",
    "styled-components": "5.3.1",
    "tslib": "2.3.1"
  },
  "devDependencies": {
    "@types/react": "^18.0.24",
    "@types/react-dom": "^18.0.8",
    "@typescript-eslint/eslint-plugin": "^5.42.0",
    "@typescript-eslint/parser": "^5.42.0",
    "eslint": "^8.26.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.10",
    "eslint-plugin-react-hooks": "^4.6.0",
    "parcel": "^2.8.0",
    "prettier": "^2.7.1",
    "process": "^0.11.10",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^4.8.4"
  }
}
