mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Co-authored-by: Jordan Pittman <thecrypticace@gmail.com> Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@tailwindcss/node",
|
|
"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-node"
|
|
},
|
|
"bugs": "https://github.com/tailwindlabs/tailwindcss/issues",
|
|
"homepage": "https://tailwindcss.com",
|
|
"scripts": {
|
|
"build": "tsup-node",
|
|
"dev": "pnpm run build -- --watch"
|
|
},
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"publishConfig": {
|
|
"provenance": true,
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./require-cache": {
|
|
"types": "./dist/require-cache.d.ts",
|
|
"default": "./dist/require-cache.js"
|
|
},
|
|
"./esm-cache-loader": {
|
|
"types": "./dist/esm-cache.loader.d.mts",
|
|
"default": "./dist/esm-cache.loader.mjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@jridgewell/remapping": "^2.3.4",
|
|
"enhanced-resolve": "^5.18.3",
|
|
"jiti": "^2.5.1",
|
|
"lightningcss": "catalog:",
|
|
"magic-string": "^0.30.17",
|
|
"source-map-js": "^1.2.1",
|
|
"tailwindcss": "workspace:*"
|
|
}
|
|
}
|