{
  "name": "@selfcommunity/core",
  "version": "0.1.0-alpha.110",
  "description": "React Core Components useful for integrating UI Community components (sc-ui).",
  "author": "mirk8xr <mirk8xr@gmail.com>",
  "homepage": "https://www.selfcommunity.com",
  "license": "MIT",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "keywords": [
    "react",
    "widgets",
    "community",
    "react-ui",
    "react-component"
  ],
  "scripts": {
    "prepare": "install-peers -f",
    "install-peers": "install-peers -f",
    "test": "npm run lint && npm run test-only",
    "test-only": "jest --runInBand",
    "tdd": "jest --watch --runInBand",
    "lint": "eslint ./src test --ext .ts,.tsx,.js",
    "prettier": "prettier './**/*.js' './**/*.css' './**/*.md' --write",
    "prettier-list-different": "prettier './**/*.js' './**/*.css' './**/*.md' --list-different",
    "clean:lib": "rimraf lib",
    "clean:node_modules": "rimraf node_modules",
    "build:commonjs": "cross-env BABEL_ENV=commonjs babel --root-mode upward --extensions .js,.jsx,.ts,.tsx ./src --out-dir lib/cjs --ignore **/*.stories.js,**/*.spec.js --copy-files",
    "build:es": "cross-env BABEL_ENV=es babel --root-mode upward --extensions .js,.jsx,.ts,.tsx ./src --out-dir lib/esm --ignore **/*.stories.js,**/*.spec.js --copy-files",
    "build:umd": "webpack --mode production",
    "build:types": "tsc -d --declarationDir lib/esm --declarationMap --resolveJsonModule --emitDeclarationOnly",
    "build": "yarn clean:lib && yarn build:commonjs && yarn build:es && yarn build:umd && yarn build:types",
    "prerelease": "yarn run clean:lib && yarn run build"
  },
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/selfcommunity/community-ui/tree/main/packages/sc-core"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@mui/material": "^5.4.1",
    "notistack": "^2.0.4",
    "react": "^17.0.2 || 18",
    "react-dom": "17 || 18",
    "react-intl": "^5.25.0"
  },
  "dependencies": {
    "@selfcommunity/i18n": "^0.1.0-alpha.110",
    "axios": "^0.23.0",
    "pubsub-js": "^1.9.4",
    "react-singleton-hook": "^3.2.3",
    "use-deep-compare-effect": "^1.8.1",
    "validate-color": "^2.2.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.13",
    "@babel/core": "^7.12.13",
    "@babel/plugin-proposal-class-properties": "^7.12.13",
    "@babel/plugin-proposal-export-default-from": "^7.12.13",
    "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.13",
    "@babel/plugin-transform-modules-commonjs": "^7.12.13",
    "@babel/preset-flow": "^7.14.5",
    "@babel/preset-modules": "^0.1.4",
    "@babel/preset-react": "^7.12.13",
    "@babel/preset-typescript": "^7.12.13",
    "@types/chai": "^4.2.14",
    "@types/enzyme": "^3.10.8",
    "@types/jest": "^26.0.20",
    "@types/react": "17 || 18",
    "@types/react-dom": "17 || 18",
    "@types/sinon": "^9.0.10",
    "@typescript-eslint/eslint-plugin": "^4.14.2",
    "@typescript-eslint/parser": "^4.14.2",
    "babel-jest": "^26.6.3",
    "babel-preset-jason": "^6.3.0",
    "chai": "^4.2.0",
    "cherry-pick": "^0.5.0",
    "cross-env": "^5.0.5",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "eslint": "^7.19.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.22.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "faker": "^5.3.1",
    "install-peers-cli": "^2.2.0",
    "jest": "^26.6.3",
    "lodash": "^4.17.15",
    "postcss": "^8.2.4",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "sass": "^1.32.6",
    "sinon": "^9.2.4",
    "typescript": "^4.1.3",
    "webpack": "^5.20.1",
    "webpack-atoms": "^17.1.0",
    "webpack-cli": "^4.5.0"
  },
  "prettier": {
    "printWidth": 150,
    "bracketSpacing": false,
    "trailingComma": "es5",
    "singleQuote": true,
    "bracketSameLine": true
  },
  "bugs": {
    "url": "https://github.com/selfcommunity/selfcommunity-ui-widgets/issues"
  },
  "gitHead": "e5181bc3e11f414a5b8bf2566db9475183f31328"
}
