{
  "name": "@coconut-software/ui",
  "version": "0.18.28",
  "description": "React components for faster and easier web development.",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "style": "dist/utilities.css",
  "files": [
    "dist",
    "!dist/index.css",
    "defaultConfig.js",
    "defaultTheme.js",
    "defaultVariants.js",
    "ringPlugin.js"
  ],
  "scripts": {
    "build:css": "postcss src/index.css -o dist/index.css && postcss src/utilities.css -o dist/utilities.css",
    "build:js": "rollup -c",
    "build": "npm run build:css && npm run build:js",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "postversion": "git push && git push --tags",
    "prepare": "NODE_ENV=production npm run build",
    "preversion": "npm run lint",
    "storybook:export": "storybook build",
    "storybook": "storybook dev -p 6006 -s ./dist",
    "test:ci": "jest --coverage --runInBand",
    "test:watch": "jest --watch --maxWatchers=25%",
    "test": "jest --maxWorkers=50%",
    "types": "tsc --noEmit",
    "version": "npm run format && git add -A src",
    "watch:css": "postcss --watch src/index.css -o dist/index.css && postcss src/utilities.css -o dist/utilities.css"
  },
  "keywords": [
    "react-components",
    "react",
    "javascript",
    "design-systems",
    "typescript",
    "coconut-software"
  ],
  "license": "UNLICENSED",
  "devDependencies": {
    "@babel/core": "^7.10.5",
    "@babel/preset-env": "^7.24.8",
    "@babel/preset-react": "^7.24.7",
    "@babel/preset-typescript": "^7.24.7",
    "@fullhuman/postcss-purgecss": "^2.3.0",
    "@popperjs/core": "^2.6.0",
    "@rollup/plugin-commonjs": "^14.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "@storybook/addon-essentials": "7.6.20",
    "@storybook/react": "7.6.20",
    "@storybook/react-webpack5": "7.6.20",
    "@swc/core": "^1.2.135",
    "@swc/jest": "^0.2.17",
    "@testing-library/dom": "^7.29.4",
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^11.2.3",
    "@testing-library/user-event": "^13.2.1",
    "@types/jest": "^26.0.20",
    "@types/react": "^17.0",
    "@types/react-dom": "^17.0",
    "@typescript-eslint/eslint-plugin": "^4.14.0",
    "@typescript-eslint/parser": "^4.14.0",
    "autoprefixer": "^9.8.5",
    "babel-loader": "^8.1.0",
    "babel-preset-react-app": "^9.1.2",
    "clsx": "^1.1.1",
    "cssnano": "^4.1.10",
    "date-fns": "^2.16.1",
    "eslint": "^7.5.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.20.4",
    "eslint-plugin-react-hooks": "^4.2.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^26.6.3",
    "popper-max-size-modifier": "^0.2.0",
    "postcss-cli": "^7.1.1",
    "postcss-import": "^12.0.1",
    "prettier": "^2.2.1",
    "react": "^17.0",
    "react-dom": "^17.0",
    "react-focus-lock": "^2.5.0",
    "react-hook-form": "^6.15",
    "react-intl": "^5.13.3",
    "react-remove-scroll": "^2.6.0",
    "rollup": "^2.37.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.36",
    "storybook": "7.6.20",
    "tailwindcss": "^1.9",
    "tailwindcss-interaction-variants": "^5.0.0",
    "ts-jest": "^26.4.4",
    "tslib": "^2.2.0",
    "typescript": "^4.1.3",
    "use-debounce": "^5.2.1",
    "webpack": "^5.16.0"
  },
  "peerDependencies": {
    "clsx": "^1.1",
    "date-fns": "^2.16",
    "react": "^17.0",
    "react-dom": "^17.0",
    "react-hook-form": "^6.15",
    "react-intl": "^5.13",
    "tailwindcss": "^1.9",
    "tailwindcss-interaction-variants": "^5.0.0"
  }
}
