{
  "name": "component-material",
  "version": "1.0.7",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emmelleppi/component-material.git"
  },
  "keywords": [],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint --fix"
    }
  },
  "prettier": {
    "semi": false,
    "trailingComma": "es5",
    "singleQuote": true,
    "jsxBracketSameLine": true,
    "tabWidth": 2,
    "printWidth": 120
  },
  "author": "Marco Ludovico Perego",
  "module": "dist/component-material.esm.js",
  "size-limit": [
    {
      "path": "dist/component-material.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/component-material.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@babel/core": "7.13.13",
    "@babel/preset-env": "^7.14.2",
    "@babel/preset-react": "7.13.13",
    "@babel/preset-typescript": "^7.13.0",
    "@size-limit/preset-small-lib": "^4.9.0",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/three": "^0.126.2",
    "babel-loader": "^8.2.2",
    "husky": "^4.3.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-is": "^17.0.2",
    "react-three-fiber": "^6.0.13",
    "size-limit": "^4.9.0",
    "three": "^0.128.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.0.3",
    "typescript": "^4.1.2"
  }
}
