Blame view

天文台pc/tianwentai-ui/node_modules/@floating-ui/core/package.json 1.59 KB
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  {
    "name": "@floating-ui/core",
    "version": "1.7.5",
    "description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
    "publishConfig": {
      "access": "public"
    },
    "main": "./dist/floating-ui.core.umd.js",
    "module": "./dist/floating-ui.core.esm.js",
    "unpkg": "./dist/floating-ui.core.umd.min.js",
    "types": "./dist/floating-ui.core.d.ts",
    "exports": {
      "./package.json": "./package.json",
      ".": {
        "import": {
          "types": "./dist/floating-ui.core.d.mts",
          "default": "./dist/floating-ui.core.mjs"
        },
        "types": "./dist/floating-ui.core.d.ts",
        "module": "./dist/floating-ui.core.esm.js",
        "default": "./dist/floating-ui.core.umd.js"
      }
    },
    "sideEffects": false,
    "files": [
      "dist"
    ],
    "author": "atomiks",
    "license": "MIT",
    "bugs": "https://github.com/floating-ui/floating-ui",
    "repository": {
      "type": "git",
      "url": "https://github.com/floating-ui/floating-ui.git",
      "directory": "packages/core"
    },
    "homepage": "https://floating-ui.com",
    "keywords": [
      "tooltip",
      "popover",
      "dropdown",
      "menu",
      "popup",
      "positioning"
    ],
    "dependencies": {
      "@floating-ui/utils": "^0.2.11"
    },
    "devDependencies": {
      "config": "0.0.0"
    },
    "scripts": {
      "test": "vitest run",
      "test:watch": "vitest watch",
      "lint": "eslint .",
      "format": "prettier --write .",
      "clean": "rimraf dist out-tsc",
      "dev": "rollup -c -w",
      "build": "rollup -c",
      "build:api": "build-api --tsc tsconfig.lib.json",
      "publint": "publint",
      "typecheck": "tsc -b"
    }
  }