Blame view

天文台pc/tianwentai-ui/node_modules/@tailwindcss/vite/package.json 989 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
39
40
41
42
  {
    "name": "@tailwindcss/vite",
    "version": "4.1.12",
    "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
    "license": "MIT",
    "repository": {
      "type": "git",
      "url": "https://github.com/tailwindlabs/tailwindcss.git",
      "directory": "packages/@tailwindcss-vite"
    },
    "bugs": "https://github.com/tailwindlabs/tailwindcss/issues",
    "homepage": "https://tailwindcss.com",
    "files": [
      "dist/"
    ],
    "publishConfig": {
      "provenance": true,
      "access": "public"
    },
    "exports": {
      ".": {
        "types": "./dist/index.d.mts",
        "import": "./dist/index.mjs"
      }
    },
    "dependencies": {
      "tailwindcss": "4.1.12",
      "@tailwindcss/node": "4.1.12",
      "@tailwindcss/oxide": "4.1.12"
    },
    "devDependencies": {
      "@types/node": "^20.19.0",
      "vite": "^7.0.0"
    },
    "peerDependencies": {
      "vite": "^5.2.0 || ^6 || ^7"
    },
    "scripts": {
      "build": "tsup-node",
      "dev": "pnpm run build -- --watch"
    }
  }