package.json — tailwindcss Source File
Architecture documentation for package.json, a json file in the tailwindcss codebase.
Entity Profile
Source Code
{
"name": "@tailwindcss/browser",
"version": "4.1.18",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"main": "./dist/index.global.js",
"browser": "./dist/index.global.js",
"repository": {
"type": "git",
"url": "https://github.com/tailwindlabs/tailwindcss.git",
"directory": "packages/@tailwindcss-browser"
},
"bugs": "https://github.com/tailwindlabs/tailwindcss/issues",
"homepage": "https://tailwindcss.com",
"scripts": {
"lint": "tsc --noEmit",
"build": "tsup-node",
"dev": "pnpm run build -- --watch",
"test:ui": "playwright test"
},
"exports": {
".": "./dist/index.global.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"publishConfig": {
"provenance": true,
"access": "public"
},
"devDependencies": {
"h3": "^1.15.5",
"listhen": "^1.9.0",
"tailwindcss": "workspace:*"
}
}
Source
Frequently Asked Questions
What does package.json do?
package.json is a source file in the tailwindcss codebase, written in json.
Where is package.json in the architecture?
package.json is located at packages/@tailwindcss-browser/package.json (directory: packages/@tailwindcss-browser).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free