{
  "name": "@pitrix/portal-widget",
  "version": "2.1.14",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "description": "console portal widget",
  "keywords": [
    "portal",
    "widget"
  ],
  "license": "ISC",
  "author": "qingcloud-console-f2e",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "package.json"
  ],
  "dependencies": {
    "@emotion/react": "^11.8.1",
    "@emotion/styled": "^11.8.1",
    "@faker-js/faker": "^7.6.0",
    "@floating-ui/react": "0.19.1",
    "axios": "^0.27.2",
    "bignumber.js": "^9.1.0",
    "react-contexify": "~6.0.0",
    "immer": "~9.0.16",
    "lodash-es": "~4.17.21",
    "js-base64": "^3.7.3",
    "js-cookie": "^3.0.1",
    "qs": "^6.11.0",
    "react": "17.0.2",
    "react-beautiful-dnd": "^13.1.1",
    "react-dom": "17.0.2",
    "react-helmet": "^6.1.0",
    "react-query": "^3.39.2",
    "rxjs": "^7.5.6",
    "@pitrix/hinata": "^1.33.2",
    "@pitrix/portal-ui": "2.1.14"
  },
  "devDependencies": {
    "@storybook/addon-essentials": "~8.0.0",
    "@storybook/addon-designs": "~8.0.0",
    "@storybook/addon-interactions": "~8.0.0",
    "@storybook/test": "~8.0.0",
    "@storybook/addon-links": "~8.0.0",
    "@storybook/react": "~8.0.0",
    "@storybook/addon-docs": "~8.0.0",
    "@storybook/react-webpack5": "~8.0.0",
    "@storybook/addon-webpack5-compiler-swc": "~1.0.2",
    "storybook": "~8.0.0",
    "@rollup/plugin-commonjs": "^23.0.2",
    "@rollup/plugin-json": "^5.0.1",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@types/js-cookie": "^3.0.2",
    "@types/lodash-es": "^4.17.6",
    "@types/qs": "^6.9.7",
    "@types/react": "^18.2.33",
    "@types/react-beautiful-dnd": "^13.1.7",
    "@types/react-dom": "^18.2.14",
    "@types/react-helmet": "^6.1.6",
    "cspell": "^6.6.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-router-dom": "^6.3.0",
    "tslib": "^2.6.2",
    "typescript": "^5.2.2",
    "prettier": "^3.6.2"
  },
  "scripts": {
    "storybook": "storybook dev -h localhost -p 6009",
    "build-storybook": "storybook build -o storybook-widget",
    "build": "rm -rf ./lib/* & tsc --declaration",
    "cspell": "cspell '**/*.{ts,tsx,md}'",
    "format": "prettier --write .",
    "prettier:check": "prettier --check .",
    "pretty-quick": "pretty-quick --staged"
  }
}