{
  "name": "react-creme",
  "version": "0.25.0",
  "author": {
    "name": "Prabhu Murthy",
    "email": "prabhu.m.murthy@gmail.com"
  },
  "description": "Modern UI Toolkit for React",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "cache": "cache/.npm",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react",
    "react-creme",
    "ui toolkit",
    "design system"
  ],
  "scripts": {
    "build": "npx cross-env NODE_ENV=production webpack --config webpack.config.mjs --progress && pnpm emit",
    "build:dev": "npx cross-env NODE_ENV=development webpack --config webpack.config.mjs --progress",
    "ci": "pnpm lint && pnpm build",
    "eslint": "eslint ./components/**/*.{tsx,ts}",
    "fix-js": "eslint ./components/**/*.{tsx,ts} --fix",
    "fix-css": "stylelint ./components/**/*.scss ./design/**/*.scss --fix",
    "format": "prettier --write \"components/**/*.{js,jsx,ts,tsx}\"",
    "lint": "pnpm eslint && pnpm lint:css && pnpm prettier:check",
    "lint:css": "stylelint ./components/**/*.scss ./design/**/*.scss",
    "prettier:check": "prettier --check \"components/**/*.{ts,tsx}\"",
    "snyk": "snyk test",
    "test:ci": "vitest --config ./vitest.config.ts",
    "test": "vitest --config ./vitest.config.dev.ts --ui",
    "test:quiet": "vitest --config ./vitest.config.dev.ts --silent --run",
    "emit": "tsc -p ./tsconfig.json --emitDeclarationOnly",
    "build:lib": "pnpm build"
  },
  "dependencies": {
    "classnames": "^2.3.2",
    "fast-deep-equal": "^3.1.3",
    "hex-rgb": "^5.0.0",
    "nanoid": "^4.0.0",
    "use-debounce": "^9.0.3"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "devDependencies": {
    "@csstools/postcss-sass": "^5.0.1",
    "@testing-library/dom": "^8.20.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/bluebird": "^3.5.38",
    "@types/jest": "^29.4.0",
    "@types/jest-axe": "^3.5.5",
    "@types/node": "^18.11.18",
    "@types/react-syntax-highlighter": "^15.5.6",
    "@types/react-transition-group": "^4.4.5",
    "@types/testing-library__jest-dom": "^5.14.5",
    "@vitejs/plugin-react": "3.0.1",
    "@vitest/browser": "^0.28.3",
    "@vitest/ui": "^0.28.3",
    "autoprefixer": "^10.4.13",
    "babel-loader": "^9.1.2",
    "c8": "^7.12.0",
    "copy-webpack-plugin": "^11.0.0",
    "css-loader": "6.7.1",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "jest-axe": "^7.0.0",
    "jsdom": "^21.1.0",
    "mini-css-extract-plugin": "^2.7.2",
    "postcss": "^8.4.21",
    "postcss-loader": "7.0.2",
    "postcss-preset-env": "^8.0.1",
    "resize-observer-polyfill": "^1.5.1",
    "sass-loader": "13.2.0",
    "terser-webpack-plugin": "^5.3.6",
    "ts-loader": "^9.4.2",
    "ts-toolbelt": "^9.6.0",
    "typescript": "^4.9.4",
    "typescript-plugin-css-modules": "^4.1.1",
    "vite": "4.0.4",
    "vitest": "0.28.3",
    "webpack": "^5.75.0",
    "webpack-bundle-analyzer": "^4.7.0",
    "webpack-cli": "^5.0.1",
    "webpack-node-externals": "^3.0.0"
  },
  "browserslist": [
    "last 3 versions",
    "not ie <= 11",
    "not dead",
    "> 5%"
  ],
  "files": [
    "dist/*"
  ],
  "resolutions": {
    "nth-check": "^2.0.1",
    "postcss": "^8.2.13"
  },
  "main": "dist/react-creme.js",
  "module": "dist/react-creme.js",
  "css": "dist/react-creme.css",
  "sideEffects": false
}
