{
  "name": "@qodly/shared",
  "version": "0.2.20",
  "type": "module",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start-dev": "nodemon --watch src --ext ts,tsx,js,jsx,css --exec \"npm run build && npm run --prefix ../.. postbuild -- --packages=shared\"",
    "build": "tsc && vite build",
    "prepack": "npm run build",
    "test": "jest",
    "publish": "npm publish --ignore-scripts --access public"
  },
  "dependencies": {
    "@emotion/react": "^11.4.0",
    "@emotion/styled": "^11.3.0",
    "@headlessui/react": "^1.7.14",
    "@popperjs/core": "^2.9.2",
    "@radix-ui/react-popover": "^0.1.6",
    "@types/minimatch": "^5.1.2",
    "@ws-ui/craftjs-core": "^0.2.13",
    "classnames": "^2.3.1",
    "hotkeys-js": "^3.8.7",
    "jsonschema": "^1.5.0",
    "lodash": "^4.17.21",
    "markdown-to-jsx": "^7.1.3",
    "minimatch": "^10.0.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-popper": "^2.2.5",
    "react-responsive-carousel": "^3.2.21",
    "rxjs": "^7.0.1",
    "short-uuid": "^4.2.0",
    "vscode-debugprotocol": "^1.51.0"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@tailwindcss/typography": "^0.5.10",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^12.1.5",
    "@types/classnames": "^2.3.0",
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.14.199",
    "@types/node": "^20.6.5",
    "@types/react": "^17.0.24",
    "@types/react-dom": "^17.0.5",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "@vitejs/plugin-react": "^4.0.3",
    "autoprefixer": "^10.4.16",
    "eslint": "^8.45.0",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "jest": "^29.7.0",
    "postcss": "^8.4.31",
    "prettier": "^3.2.5",
    "tailwindcss": "^3.3.3",
    "ts-jest": "^29.1.2",
    "typescript": "^5.0.2",
    "vite": "^5.0.0",
    "vite-plugin-dts": "^3.5.4",
    "vite-plugin-static-copy": "^0.17.0"
  }
}
