{
  "name": "@stackx/react-components",
  "version": "0.43.0",
  "description": "Package description here",
  "main": "./lib/index.js",
  "module": "es/index.js",
  "sideEffects": false,
  "scripts": {
    "build": "yarn tsc && gulp build",
    "build-es": "tsc --module es2015 --outDir es && gulp buildEs",
    "watch": "run-p gulp:watch watch-ts",
    "watch-es": "run-p gulp:watchEs watch-ts:es",
    "watch-ts:": "tsc --watch",
    "watch-ts:es:": "tsc --module es2015 --outDir es --watch",
    "gulp:watch": "gulp watch",
    "gulp:watchEs": "gulp watchEs",
    "clean": "rimraf lib es",
    "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md,css,scss}\"",
    "test": "jest",
    "test:coverage": "jest --collect-coverage",
    "test:debug": "node --inspect-brk=2060 -r ts-node/register node_modules/.bin/jest --runInBand",
    "test:debug:win": "node --inspect-brk=2060 -r ts-node/register ./node_modules/jest/bin/jest.js --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gaoxiaoliangz/stackx.git"
  },
  "keywords": [],
  "author": "name",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/gaoxiaoliangz/stackx/issues"
  },
  "homepage": "https://github.com/gaoxiaoliangz/stackx#readme",
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.9.6",
    "@testing-library/react-hooks": "^3.2.1",
    "@types/codemirror": "^0.0.85",
    "@types/color": "^3.0.1",
    "@types/history": "^4.7.3",
    "@types/invariant": "^2.2.31",
    "@types/jest": "^24.0.23",
    "@types/js-cookie": "^2.2.4",
    "@types/katex": "^0.10.1",
    "@types/lodash-es": "^4.17.3",
    "@types/marked": "^0.7.2",
    "@types/md5": "^2.1.33",
    "@types/node": "^12.7.2",
    "@types/qs": "^6.9.0",
    "@types/react": "^16.9.35",
    "@types/react-dom": "^16.9.8",
    "@types/react-router-dom": "^5.1.3",
    "gulp": "^4.0.1",
    "gulp-sass": "^4.0.2",
    "jest": "^24.9.0",
    "node-sass": "^4.13.0",
    "npm-run-all": "^4.1.5",
    "react": "^16.13.1",
    "react-test-renderer": "^16.12.0",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "@ant-design/icons": "^4.0.5",
    "@stackx/browser-helpers": "^0.43.0",
    "@stackx/core": "^0.43.0",
    "@stackx/react-hooks": "^0.43.0",
    "@stackx/utils": "^0.43.0",
    "antd": "^4.3.3",
    "axios": "^0.19.0",
    "codemirror": "^5.52.0",
    "color": "^3.1.2",
    "emotion": "^10.0.27",
    "immer": "^5.2.1",
    "invariant": "^2.2.4",
    "js-cookie": "^2.2.1",
    "katex": "^0.11.1",
    "lodash": "^4.17.15",
    "lodash-es": "^4.17.15",
    "marked": "^0.8.0",
    "md5": "^2.2.1",
    "qs": "^6.9.1",
    "react-router-dom": "^5.1.2",
    "react-spring": "^8.0.27",
    "remark-parse": "^8.0.0",
    "unified": "^9.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "26754d9aaccac9c209528718ab3af5669e17842b"
}
