{
  "name": "@scena/react-folder",
  "version": "0.9.3",
  "types": "./declaration/index.d.ts",
  "main": "./dist/folder.cjs.js",
  "module": "./dist/folder.esm.js",
  "keywords": [
    "fold",
    "folder",
    "scena",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/daybrush/react-folder"
  },
  "author": "Daybrush",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/daybrush/react-folder/issues"
  },
  "devDependencies": {
    "@daybrush/builder": "^0.1.2",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/user-event": "^12.1.10",
    "@types/jest": "^26.0.15",
    "@types/node": "^12.0.0",
    "@types/react": "^16.9.53",
    "@types/react-dom": "^16.9.8",
    "print-sizes": "^0.1.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-scripts": "4.0.1",
    "typescript": "^4.0.3",
    "web-vitals": "^0.2.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "rollup -c && npm run declaration && print-sizes ./dist ",
    "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "@daybrush/utils": "^1.11.0",
    "framework-utils": "^1.1.0",
    "gesto": "^1.15.1",
    "keycon": "^1.4.0",
    "react-css-styled": "^1.1.2"
  }
}
