{
  "name": "sasquatchtest",
  "version": "0.0.3",
  "description": "Note personalization components",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "format": "npx prettier --write '**/**/*.(js|ts|tsx|json|md|css)'",
    "lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
    "lint-styles": "npx stylelint '**/*.css'",
    "test": "jest",
    "storybook": "start-storybook -p 4000",
    "build": "build-storybook -c .storybook -s ./stories/assets -o public",
    "precommit": "lint-staged",
    "prepare": "is-ci || husky install",
    "build-lib": "rollup -c --exports default",
    "commit": "git-cz",
    "release": "standard-version"
  },
  "author": "",
  "license": "ISC",
  "resolutions": {
    "@types/react": "17.0.14",
    "@types/react-dom": "17.0.14"
  },
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@commitlint/prompt": "^13.1.0",
    "@lovepop/fett": "^0.1.2",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@storybook/addon-actions": "^6.3.7",
    "@storybook/addon-essentials": "^6.3.7",
    "@storybook/addon-links": "^6.3.7",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/addon-viewport": "^6.3.7",
    "@storybook/react": "^6.3.7",
    "@tailwindcss/aspect-ratio": "^0.2.1",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@testing-library/user-event": "^13.2.1",
    "@types/bad-words": "^3.0.1",
    "@types/canvas-size": "^1.2.0",
    "@types/debounce": "^1.2.1",
    "@types/jest": "^27.0.1",
    "@types/react": "^17.0.14",
    "@types/react-dom": "17.0.14",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "@typescript-eslint/parser": "^4.29.3",
    "autoprefixer": "^9.8.6",
    "babel-loader": "^8.2.2",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "^6.0.0",
    "is-ci": "^2.0.0",
    "jest": "^27.1.0",
    "jest-canvas-mock": "^2.3.1",
    "lint-staged": "^11.1.2",
    "postcss": "^7.0.39",
    "postcss-import": "^12.0.1",
    "postcss-preset-env": "^6.7.0",
    "prettier": "^2.2.1",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "rollup": "^2.56.3",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^3.1.8",
    "rollup-plugin-typescript2": "^0.30.0",
    "stylelint": "^13.13.1",
    "stylelint-config-standard": "^22.0.0",
    "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.9",
    "typescript": "^4.4.2"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "dependencies": {
    "@material-ui/core": "^4.12.3",
    "@material-ui/icons": "^4.11.2",
    "@tailwindcss/line-clamp": "^0.2.1",
    "bad-words": "^3.0.4",
    "canvas-size": "^1.2.5",
    "clsx": "^1.1.1",
    "compressorjs": "^1.1.1",
    "debounce": "^1.2.1",
    "font-color-contrast": "^10.0.0",
    "framer-motion": "^4.1.17",
    "react-easy-crop": "^4.0.1",
    "standard-version": "^9.5.0",
    "swiper": "^6.8.4",
    "swr": "^1.1.0"
  },
  "files": [
    "/lib"
  ],
  "lint-staged": {
    "**/**/*.{js,jsx,ts,tsx,json}": [
      "prettier --write",
      "eslint"
    ],
    "**/**/*.{css,md,json,yml}": [
      "prettier --write"
    ],
    "src/**/*.css": [
      "stylelint"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lovepopcards/sasquatch.git"
  },
  "bugs": {
    "url": "https://github.com/lovepopcards/sasquatch/issues"
  },
  "homepage": "https://github.com/lovepopcards/sasquatch#readme"
}
