{
  "name": "plastic",
  "version": "1.5.3",
  "description": "Plastic Component Library",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/esm/index.d.ts",
  "files": [
    "lib"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "jest",
    "build": "rm -rf lib && npm run build:esm && npm run build:cjs",
    "build:esm": "tsc --module esnext --outDir lib/esm",
    "build:cjs": "tsc --module commonjs --outDir lib/cjs",
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/felixsebastian/plastic.git"
  },
  "author": "Felix Sebastian",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/felixsebastian/plastic/issues"
  },
  "devDependencies": {
    "@types/node": "^18.7.18",
    "@types/react": "^17.0.43",
    "@types/react-dom": "^17.0.14",
    "@typescript-eslint/eslint-plugin": "^5.18.0",
    "@typescript-eslint/parser": "^5.18.0",
    "eslint-config-prettier": "^8.5.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "typescript": "^4.6.3"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "@capsizecss/core": "^3.0.0",
    "@capsizecss/metrics": "^0.3.0",
    "@emotion/core": "^11.0.0",
    "@emotion/css": "^11.10.0",
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@kaizen/design-tokens": "^10.0.2",
    "@popperjs/core": "^2.11.6",
    "@specimen/foundation": "^2.3.3",
    "@types/lodash": "^4.14.184",
    "date-fns": "^2.29.2",
    "eslint": "^8.23.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jszip": "^3.10.1",
    "lodash": "^4.17.21",
    "lottie-web": "^5.9.6",
    "nanoid": "^3.3.4",
    "npm": "^9.2.0",
    "react-day-picker": "^8.2.0",
    "react-popper": "^2.3.0",
    "react-select": "^5.4.0"
  }
}
