Blame view

天文台pc/tianwentai-ui/node_modules/@radix-ui/primitive/package.json 818 Bytes
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
  {
    "name": "@radix-ui/primitive",
    "version": "1.1.1",
    "license": "MIT",
    "exports": {
      ".": {
        "import": {
          "types": "./dist/index.d.mts",
          "default": "./dist/index.mjs"
        },
        "require": {
          "types": "./dist/index.d.ts",
          "default": "./dist/index.js"
        }
      }
    },
    "source": "./src/index.ts",
    "main": "./dist/index.js",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "files": [
      "dist",
      "README.md"
    ],
    "sideEffects": false,
    "scripts": {
      "clean": "rm -rf dist",
      "version": "yarn version"
    },
    "homepage": "https://radix-ui.com/primitives",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/radix-ui/primitives.git"
    },
    "bugs": {
      "url": "https://github.com/radix-ui/primitives/issues"
    }
  }