119 lines
3.5 KiB
JSON
119 lines
3.5 KiB
JSON
{
|
|
"_from": "tailwind-merge@^2.0.0",
|
|
"_id": "tailwind-merge@2.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==",
|
|
"_location": "/tailwind-merge",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "tailwind-merge@^2.0.0",
|
|
"name": "tailwind-merge",
|
|
"escapedName": "tailwind-merge",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-2.6.0.tgz",
|
|
"_shasum": "ac5fb7e227910c038d458f396b7400d93a3142d5",
|
|
"_spec": "tailwind-merge@^2.0.0",
|
|
"_where": "/Users/hongbin9/www/botgroup.chat",
|
|
"author": {
|
|
"name": "Dany Castillo"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dcastil/tailwind-merge/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Merge Tailwind CSS classes without style conflicts",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/preset-env": "^7.26.0",
|
|
"@codspeed/vitest-plugin": "^4.0.0",
|
|
"@rollup/plugin-babel": "^6.0.4",
|
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
"@rollup/plugin-typescript": "^12.1.1",
|
|
"@vitest/coverage-v8": "^2.1.8",
|
|
"@vitest/eslint-plugin": "^1.1.14",
|
|
"babel-plugin-annotate-pure-calls": "^0.4.0",
|
|
"babel-plugin-polyfill-regenerator": "^0.6.3",
|
|
"eslint": "^9.16.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"globby": "^11.1.0",
|
|
"prettier": "^3.4.2",
|
|
"rollup": "^4.28.1",
|
|
"rollup-plugin-delete": "^2.1.0",
|
|
"rollup-plugin-dts": "^6.1.1",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.17.0",
|
|
"vitest": "^2.1.8",
|
|
"zx": "^8.2.4"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/types.d.ts",
|
|
"require": "./dist/bundle-cjs.js",
|
|
"import": "./dist/bundle-mjs.mjs",
|
|
"default": "./dist/bundle-mjs.mjs"
|
|
},
|
|
"./es5": {
|
|
"types": "./dist/types.d.ts",
|
|
"require": "./dist/es5/bundle-cjs.js",
|
|
"import": "./dist/es5/bundle-mjs.mjs",
|
|
"default": "./dist/es5/bundle-mjs.mjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/dcastil"
|
|
},
|
|
"homepage": "https://github.com/dcastil/tailwind-merge",
|
|
"keywords": [
|
|
"tailwindcss",
|
|
"tailwind",
|
|
"css",
|
|
"classes",
|
|
"className",
|
|
"classList",
|
|
"merge",
|
|
"conflict",
|
|
"override"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/bundle-cjs.js",
|
|
"name": "tailwind-merge",
|
|
"publishConfig": {
|
|
"provenance": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dcastil/tailwind-merge.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "vitest bench --config scripts/vitest.config.mts",
|
|
"build": "rollup --config scripts/rollup.config.mjs",
|
|
"lint": "eslint --max-warnings 0 '**'",
|
|
"postversion": "if [ -n \"$DANYS_MACHINE\" ]; then git push --follow-tags && open https://github.com/dcastil/tailwind-merge/releases; fi",
|
|
"preversion": "if [ -n \"$DANYS_MACHINE\" ]; then git checkout main && git pull; fi",
|
|
"test": "vitest --config scripts/vitest.config.mts --coverage",
|
|
"test:exports": "node scripts/test-built-package-exports.cjs && node scripts/test-built-package-exports.mjs",
|
|
"test:watch": "vitest --config scripts/vitest.config.mts",
|
|
"version": "zx scripts/update-readme.mjs"
|
|
},
|
|
"sideEffects": false,
|
|
"source": "src/index.ts",
|
|
"types": "./dist/types.d.ts",
|
|
"version": "2.6.0"
|
|
}
|