{
  "name": "@cavilha/collapse",
  "version": "1.1.1",
  "author": "MadeiraMadeira webstore squads",
  "description": "A component used to organize and display releated information gradually to optimize screen space.",
  "license": "ISC",
  "source": "dist/index.cjs.js",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/madeiramadeirabr/cavilha-ui.git"
  },
  "keywords": [
    "cavilha",
    "design",
    "system",
    "components",
    "react",
    "stitches",
    "typescript",
    "storybook"
  ],
  "bugs": {
    "url": "https://github.com/madeiramadeirabr/cavilha-ui/issues"
  },
  "homepage": "https://github.com/madeiramadeirabr/cavilha-ui#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run compile",
    "clean-dist": "rm -rf ./dist",
    "clean": "rm -rf ./dist && rm -rf ./node_modules && rm -rf tsconfig.build.tsbuildinfo",
    "compile": "rollup -c",
    "lib:start": "ts-node -r tsconfig-paths/register src/index.ts",
    "prepublishOnly": "npm run build",
    "test": "jest --verbose --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@testing-library/dom": "^8.1.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@testing-library/user-event": "^13.1.9",
    "@types/jest": "^26.0.24",
    "jest": "~26.1.0",
    "rollup": "^2.53.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-progress": "^1.1.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "rollup-plugin-visualizer": "^5.5.2",
    "ts-jest": "~26.5.5",
    "ts-node": "~8.10.2",
    "tsconfig-paths": "~3.9.0",
    "typescript": "4.7.4"
  },
  "peerDependencies": {
    "@stitches/react": "~1.2.8",
    "@fortawesome/fontawesome-svg-core": "~1.2.34",
    "@fortawesome/pro-regular-svg-icons": "^5.15.2",
    "@fortawesome/pro-solid-svg-icons": "^5.15.3",
    "@types/react": "^17.0.11",
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "dependencies": {
    "@cavilha/flex": "~1.0.1",
    "@cavilha/icon": "~1.0.1",
    "@cavilha/text": "~1.0.1",
    "@cavilha/theme": "~1.0.1",
    "@radix-ui/react-accordion": "^0.0.17"
  }
}
