package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "@floating-ui/dom@^1.0.1",
  3. "_id": "@floating-ui/dom@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lGTor4VlXcesUMh1cupTUTDoCxMb0V6bm3CnxHzQcw8Eaf1jQbgQX4i02fYgT0vJ82tb5MZ4CZk1LRGkktJCzg==",
  6. "_location": "/@floating-ui/dom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@floating-ui/dom@^1.0.1",
  12. "name": "@floating-ui/dom",
  13. "escapedName": "@floating-ui%2fdom",
  14. "scope": "@floating-ui",
  15. "rawSpec": "^1.0.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.1"
  18. },
  19. "_requiredBy": [
  20. "/element-plus"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.0.tgz",
  23. "_shasum": "f9f83ee4fee78ac23ad9e65b128fc11a27857532",
  24. "_spec": "@floating-ui/dom@^1.0.1",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\element-plus",
  26. "author": {
  27. "name": "atomiks"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/floating-ui/floating-ui"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@floating-ui/core": "^1.7.0",
  35. "@floating-ui/utils": "^0.2.9"
  36. },
  37. "deprecated": false,
  38. "description": "Floating UI for the web",
  39. "devDependencies": {
  40. "@types/react": "^18.3.19",
  41. "@types/react-dom": "^18.3.1",
  42. "@vitejs/plugin-react": "^4.3.4",
  43. "config": "0.0.0",
  44. "react": "^18.2.0",
  45. "react-dom": "^18.2.0",
  46. "react-router-dom": "^6.21.1"
  47. },
  48. "exports": {
  49. "./package.json": "./package.json",
  50. ".": {
  51. "import": {
  52. "types": "./dist/floating-ui.dom.d.mts",
  53. "default": "./dist/floating-ui.dom.mjs"
  54. },
  55. "types": "./dist/floating-ui.dom.d.ts",
  56. "module": "./dist/floating-ui.dom.esm.js",
  57. "default": "./dist/floating-ui.dom.umd.js"
  58. }
  59. },
  60. "files": [
  61. "dist"
  62. ],
  63. "homepage": "https://floating-ui.com",
  64. "keywords": [
  65. "tooltip",
  66. "popover",
  67. "dropdown",
  68. "menu",
  69. "popup",
  70. "positioning"
  71. ],
  72. "license": "MIT",
  73. "main": "./dist/floating-ui.dom.umd.js",
  74. "module": "./dist/floating-ui.dom.esm.js",
  75. "name": "@floating-ui/dom",
  76. "publishConfig": {
  77. "access": "public"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/floating-ui/floating-ui.git",
  82. "directory": "packages/dom"
  83. },
  84. "scripts": {
  85. "build": "rollup -c",
  86. "build:api": "build-api --tsc tsconfig.lib.json",
  87. "clean": "rimraf dist out-tsc test-results",
  88. "dev": "vite",
  89. "format": "prettier --write .",
  90. "lint": "eslint .",
  91. "playwright": "playwright test ./test/functional",
  92. "publint": "publint",
  93. "test": "vitest run",
  94. "test:watch": "vitest watch",
  95. "typecheck": "tsc -b"
  96. },
  97. "sideEffects": false,
  98. "types": "./dist/floating-ui.dom.d.ts",
  99. "unpkg": "./dist/floating-ui.dom.umd.min.js",
  100. "version": "1.7.0"
  101. }