mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* Update lockfile * Tweak formatting * Refactor content path parsing * Allow resolving content paths relative to the config file * Include resolved symlinks as additional content paths * Update changelog * Work on suite of tests for content resolution * reformat integration test list * Move content resolution tests to integration * Update future and experimental types
121 lines
3.3 KiB
JSON
121 lines
3.3 KiB
JSON
{
|
|
"name": "tailwindcss-cli",
|
|
"version": "0.0.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "tailwindcss-cli",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"tailwindcss": "file:../../"
|
|
}
|
|
},
|
|
"../..": {
|
|
"version": "3.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arg": "^5.0.2",
|
|
"chokidar": "^3.5.3",
|
|
"color-name": "^1.1.4",
|
|
"detective": "^5.2.1",
|
|
"didyoumean": "^1.2.2",
|
|
"dlv": "^1.1.3",
|
|
"fast-glob": "^3.2.11",
|
|
"glob-parent": "^6.0.2",
|
|
"is-glob": "^4.0.3",
|
|
"lilconfig": "^2.0.5",
|
|
"normalize-path": "^3.0.0",
|
|
"object-hash": "^3.0.0",
|
|
"picocolors": "^1.0.0",
|
|
"postcss": "^8.0.9",
|
|
"postcss-import": "^14.1.0",
|
|
"postcss-js": "^4.0.0",
|
|
"postcss-load-config": "^3.1.4",
|
|
"postcss-nested": "5.0.6",
|
|
"postcss-selector-parser": "^6.0.10",
|
|
"postcss-value-parser": "^4.2.0",
|
|
"quick-lru": "^5.1.1",
|
|
"resolve": "^1.22.1"
|
|
},
|
|
"bin": {
|
|
"tailwind": "lib/cli.js",
|
|
"tailwindcss": "lib/cli.js"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/css": "^1.11.2",
|
|
"@swc/cli": "^0.1.57",
|
|
"@swc/core": "^1.2.196",
|
|
"@swc/jest": "^0.2.21",
|
|
"@swc/register": "^0.1.10",
|
|
"autoprefixer": "^10.4.7",
|
|
"esbuild": "^0.14.48",
|
|
"eslint": "^8.18.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"jest": "^28.1.2",
|
|
"jest-diff": "^28.1.1",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.11",
|
|
"rimraf": "^3.0.0",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.9"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss": {
|
|
"resolved": "../..",
|
|
"link": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tailwindcss": {
|
|
"version": "file:../..",
|
|
"requires": {
|
|
"@parcel/css": "^1.11.2",
|
|
"@swc/cli": "^0.1.57",
|
|
"@swc/core": "^1.2.196",
|
|
"@swc/jest": "^0.2.21",
|
|
"@swc/register": "^0.1.10",
|
|
"arg": "^5.0.2",
|
|
"autoprefixer": "^10.4.7",
|
|
"chokidar": "^3.5.3",
|
|
"color-name": "^1.1.4",
|
|
"detective": "^5.2.1",
|
|
"didyoumean": "^1.2.2",
|
|
"dlv": "^1.1.3",
|
|
"esbuild": "^0.14.48",
|
|
"eslint": "^8.18.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"fast-glob": "^3.2.11",
|
|
"glob-parent": "^6.0.2",
|
|
"is-glob": "^4.0.3",
|
|
"jest": "^28.1.2",
|
|
"jest-diff": "^28.1.1",
|
|
"lilconfig": "^2.0.5",
|
|
"normalize-path": "^3.0.0",
|
|
"object-hash": "^3.0.0",
|
|
"picocolors": "^1.0.0",
|
|
"postcss": "^8.0.9",
|
|
"postcss-import": "^14.1.0",
|
|
"postcss-js": "^4.0.0",
|
|
"postcss-load-config": "^3.1.4",
|
|
"postcss-nested": "5.0.6",
|
|
"postcss-selector-parser": "^6.0.10",
|
|
"postcss-value-parser": "^4.2.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-tailwindcss": "^0.1.11",
|
|
"quick-lru": "^5.1.1",
|
|
"resolve": "^1.22.1",
|
|
"rimraf": "^3.0.0",
|
|
"source-map-js": "^1.0.2"
|
|
}
|
|
}
|
|
}
|
|
}
|