{
  "name": "@t3n/components",
  "version": "0.11.2",
  "description": "t3n react components",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/t3n/react-packages.git"
  },
  "main": "dist/bundle.js",
  "types": "src/index.d.ts",
  "dependencies": {
    "@chakra-ui/system": "^2.6.2",
    "btoa": "^1.2.1",
    "framer-motion": "^11.11.11",
    "polished": "^4.3.1",
    "react-autosuggest": "^10.1.0",
    "react-select": "^5.10.2",
    "react-slick": "^0.31.0",
    "styled-system": "^5.1.5",
    "use-debounce": "^10.0.6"
  },
  "sideEffects": false,
  "scripts": {
    "clean": "rm -rf dist && rm -rf .awcache",
    "check-types": "tsc --noEmit",
    "start": "webpack --watch",
    "build": "NODE_ENV=production webpack",
    "test": "jest",
    "test-watch": "jest --watch"
  },
  "devDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@t3n/configs": "^0.7.4",
    "@t3n/icons": "^0.8.5",
    "@t3n/theme": "^0.9.1",
    "@types/btoa": "^1.2.5",
    "@types/react": "^18.3.12",
    "@types/react-autosuggest": "^10.1.11",
    "@types/react-dom": "^18.3.1",
    "@types/react-slick": "^0.23.13",
    "@types/styled-components": "^5.1.34",
    "@types/styled-system": "^5.1.24",
    "moment": "^2.30.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "slick-carousel": "^1.8.1",
    "styled-components": "^5.2.1"
  },
  "peerDependencies": {
    "@emotion/react": ">=11",
    "@emotion/styled": ">=11",
    "@t3n/icons": ">=0.5",
    "@t3n/theme": ">=0.5",
    "moment": ">=2.0",
    "react": ">=16.8",
    "react-dom": ">=16.8",
    "slick-carousel": ">=1.8",
    "styled-components": ">=5"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "gitHead": "be1a95b46b939c0b191fd54c7ff0a622def5ca9d"
}
