Home / File/ package.json — tailwindcss Source File

package.json — tailwindcss Source File

Architecture documentation for package.json, a json file in the tailwindcss codebase.

Entity Profile

Source Code

{
  "name": "v3-playground",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "upgrade": "node scripts/upgrade.mjs"
  },
  "dependencies": {
    "next": "^16.1.6",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "tailwindcss": "^3"
  },
  "devDependencies": {
    "@types/node": "catalog:",
    "@types/react": "^19.2.10",
    "@types/react-dom": "^19.2.3",
    "autoprefixer": "^10.4.24",
    "eslint": "^9.39.2",
    "eslint-config-next": "^16.1.6",
    "typescript": "^5.9.3"
  }
}

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 playgrounds/v3/package.json (directory: playgrounds/v3).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free