{
  "name": "@zjlab-fe/data-hub-ui",
  "version": "0.17.4",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "dist/types/index.d.ts",
  "license": "ISC",
  "scripts": {
    "start": "cross-env NODE_ENV=development webpack-dev-server --open /data-hub-ui/demo --config webpack.dev.config.js",
    "build:dist": "npm run build:lib & npm run build:es",
    "build": "cross-env NODE_ENV=production webpack --config webpack.dev.config.js",
    "build:lib": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js",
    "build:es": "cross-env NODE_ENV=production OUTPUT_TYPE=module webpack --config webpack.prod.config.js",
    "generate:skill": "node scripts/generateComponentsSkill.js",
    "lint": "npm run lint-eslint",
    "lint-eslint": "eslint -c .eslintrc.js --ext .ts,.tsx,.js,.jsx src --fix",
    "prepare": "husky",
    "test": "jest --coverage"
  },
  "devDependencies": {
    "@babel/core": "^7.24.7",
    "@babel/preset-env": "^7.25.7",
    "@babel/preset-react": "^7.24.7",
    "@babel/preset-typescript": "^7.25.7",
    "@jest/globals": "^29.7.0",
    "@tailwindcss/typography": "^0.5.16",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.0.1",
    "@types/filesystem": "^0.0.36",
    "@types/jest": "^29.5.13",
    "@types/pdfjs-dist": "^2.10.378",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^7.16.0",
    "@typescript-eslint/parser": "^7.16.0",
    "babel-jest": "^29.7.0",
    "babel-loader": "^9.1.3",
    "babel-preset-react-app": "^10.0.1",
    "clsx": "^2.1.1",
    "cross-env": "^7.0.3",
    "css-loader": "^7.1.2",
    "eslint": "8.x",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.34.4",
    "eslint-plugin-react-hooks": "^4.6.2",
    "file-loader": "^6.2.0",
    "html-webpack-plugin": "^5.6.0",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "lint-staged": "^15.2.7",
    "mini-css-extract-plugin": "^2.9.0",
    "postcss": "^8.4.47",
    "postcss-loader": "^8.1.1",
    "postcss-nested": "^6.2.0",
    "prettier": "^3.3.3",
    "raw-loader": "^4.0.2",
    "react-syntax-highlighter": "^15.6.1",
    "react-test-renderer": "^18.3.1",
    "sass": "1.77.x",
    "sass-loader": "14.x",
    "style-loader": "^4.0.0",
    "tailwind-merge": "^2.6.0",
    "ts-jest": "^29.2.5",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3",
    "url-loader": "^4.1.1",
    "webpack": "^5.92.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.0.4"
  },
  "dependencies": {
    "@ant-design/icons": "^5.3.7",
    "@codesandbox/sandpack-react": "^2.19.9",
    "@floating-ui/dom": "^1.7.4",
    "@radix-ui/react-slot": "^1.2.4",
    "@tiptap/core": "^3.14.0",
    "@tiptap/extension-code-block-lowlight": "^3.14.0",
    "@tiptap/extension-color": "^3.14.0",
    "@tiptap/extension-floating-menu": "^3.14.0",
    "@tiptap/extension-highlight": "^3.14.0",
    "@tiptap/extension-image": "^3.14.0",
    "@tiptap/extension-link": "^3.14.0",
    "@tiptap/extension-list-item": "^3.14.0",
    "@tiptap/extension-placeholder": "^3.14.0",
    "@tiptap/extension-table": "^3.14.0",
    "@tiptap/extension-table-cell": "^3.14.0",
    "@tiptap/extension-table-header": "^3.14.0",
    "@tiptap/extension-table-row": "^3.14.0",
    "@tiptap/extension-text-align": "^3.14.0",
    "@tiptap/extension-text-style": "^3.14.0",
    "@tiptap/extension-underline": "^3.14.0",
    "@tiptap/markdown": "^3.14.0",
    "@tiptap/pm": "^3.14.0",
    "@tiptap/react": "^3.14.0",
    "@tiptap/starter-kit": "^3.14.0",
    "@zjlab-fe/util": "^0.5.5",
    "antd": "^5.19.2",
    "arrow-js-ffi": "^0.4.2",
    "autoprefixer": "^10.4.20",
    "axios": "^1.7.2",
    "chardet": "^2.1.0",
    "classnames": "^2.5.1",
    "copy-to-clipboard": "^3.3.3",
    "dayjs": "^1.11.11",
    "i18next": "^25.0.0",
    "jotai": "^2.11.0",
    "jotai-scope": "^0.9.7",
    "lowlight": "^3.3.0",
    "marked": "^16.1.2",
    "mathjax-full": "3.2.2",
    "parquet-wasm": "^0.6.1",
    "prosemirror-state": "^1.4.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-error-boundary": "^5.0.0",
    "react-json-tree": "^0.20.0",
    "react-json-view": "^1.21.3",
    "react-markdown": "^9.1.0",
    "react-router": "^6.24.1",
    "react-router-dom": "^6.24.1",
    "rehype-mathjax": "^7.1.0",
    "rehype-raw": "^7.0.0",
    "remark-gfm": "^4.0.0",
    "remark-math": "^6.0.0",
    "tailwindcss": "^3.4.13",
    "unist-util-visit": "^5.0.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "eslint --config .eslintrc.js"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "packageManager": "pnpm@9.12.1+sha256.91452fdfa46234ae447d46d5c4fc4e7e0a7058f90495c4b6f77f8beebbb154e3"
}
