{
  "name": "@elacity-js/uikit",
  "version": "1.6.0-alpha.13",
  "description": "React / Material UI Design kit for Elacity project",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/types.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "rollup": "rm -Rf dist && rollup -c",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WAUIO/elacity-js-uikit.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/elacity-js",
    "access": "public"
  },
  "keywords": [
    "react",
    "mui",
    "web3",
    "tookit"
  ],
  "author": "WAU I/O",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WAUIO/elacity-js-uikit/issues"
  },
  "homepage": "https://github.com/WAUIO/elacity-js-uikit#readme",
  "peerDependencies": {
    "@elacity-js/lib": "^0.2.1",
    "@emotion/react": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "@iconify/icons-eva": "^1.1.0",
    "@iconify/react": "^3.0.1",
    "@mui/icons-material": ">=5.0.1",
    "@mui/lab": "~5.0.0-alpha.48",
    "@mui/material": ">=5.0.0 <= 5.11",
    "@mui/system": ">=5.0.0 <= 5.11",
    "@mui/utils": ">=5.0.1 <= 5.10",
    "@types/lodash": "^4.14.182",
    "@types/react": "^17.0.0 || ^18.0.0",
    "@types/react-router-dom": "^5.3.3",
    "classnames": "^2.3.1",
    "lodash": "^4.17.21",
    "formik": "^2.2.9",
    "react": ">=17.0 <= 18.2",
    "react-dom": ">=17.0.2 <= 18.2",
    "react-dropzone": "^14.2.2",
    "react-helmet-async": "^1.3.0",
    "react-router": "^6.3.0",
    "react-router-dom": "^6.3.0",
    "simplebar-react": "^2.3.6"
  },
  "devDependencies": {
    "@rollup/plugin-image": "^2.1.1",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^8.3.4",
    "@types/jest": "^28.1.6",
    "jest": "^28.1.3",
    "rollup": "^2.77.3",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-svg-import": "^1.6.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^28.0.7",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "react-intersection-observer": "^9.4.0"
  }
}
