版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

72 lines
1.6 KiB

  1. {
  2. "name": "@floating-ui/dom",
  3. "version": "1.2.6",
  4. "@rollingversions": {
  5. "baseVersion": [
  6. 0,
  7. 1,
  8. 0
  9. ]
  10. },
  11. "description": "Floating UI for the web",
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "main": "./dist/floating-ui.dom.umd.js",
  16. "module": "./dist/floating-ui.dom.esm.js",
  17. "unpkg": "./dist/floating-ui.dom.umd.min.js",
  18. "types": "./index.d.ts",
  19. "exports": {
  20. ".": {
  21. "types": "./index.d.ts",
  22. "import": {
  23. "browser": {
  24. "development": "./dist/floating-ui.dom.browser.mjs",
  25. "default": "./dist/floating-ui.dom.browser.min.mjs"
  26. },
  27. "default": "./dist/floating-ui.dom.mjs"
  28. },
  29. "module": "./dist/floating-ui.dom.esm.js",
  30. "default": "./dist/floating-ui.dom.umd.js"
  31. },
  32. "./package.json": "./package.json"
  33. },
  34. "sideEffects": false,
  35. "files": [
  36. "dist/",
  37. "index.d.ts",
  38. "src/**/*.d.ts"
  39. ],
  40. "scripts": {
  41. "dev": "parcel test/visual/index.html",
  42. "build": "NODE_ENV=build rollup -c",
  43. "test": "jest test/unit"
  44. },
  45. "author": "atomiks",
  46. "license": "MIT",
  47. "bugs": "https://github.com/floating-ui/floating-ui",
  48. "repository": {
  49. "type": "git",
  50. "url": "https://github.com/floating-ui/floating-ui.git",
  51. "directory": "packages/dom"
  52. },
  53. "homepage": "https://floating-ui.com",
  54. "keywords": [
  55. "tooltip",
  56. "popover",
  57. "dropdown",
  58. "menu",
  59. "popup",
  60. "positioning"
  61. ],
  62. "dependencies": {
  63. "@floating-ui/core": "^1.2.6"
  64. },
  65. "devDependencies": {
  66. "@types/react": "^18.0.28",
  67. "react": "^18.0.0",
  68. "react-dom": "^18.0.0",
  69. "react-router-dom": "^6.1.1"
  70. }
  71. }