tailwindcss
Advanced tools
Comparing version
177
package.json
{ | ||
"name": "tailwindcss", | ||
"version": "0.0.0-insiders.8462d67", | ||
"version": "0.0.0-insiders.847ed1e", | ||
"description": "A utility-first CSS framework for rapidly building custom user interfaces.", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"types": "types/index.d.ts", | ||
"repository": "https://github.com/tailwindlabs/tailwindcss.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tailwindlabs/tailwindcss.git", | ||
"directory": "packages/tailwindcss" | ||
}, | ||
"bugs": "https://github.com/tailwindlabs/tailwindcss/issues", | ||
"homepage": "https://tailwindcss.com", | ||
"bin": { | ||
"tailwind": "lib/cli.js", | ||
"tailwindcss": "lib/cli.js" | ||
"exports": { | ||
".": { | ||
"types": "./dist/lib.d.mts", | ||
"style": "./index.css", | ||
"require": "./dist/lib.js", | ||
"import": "./dist/lib.mjs" | ||
}, | ||
"./plugin": { | ||
"require": "./dist/plugin.js", | ||
"import": "./dist/plugin.mjs" | ||
}, | ||
"./plugin.js": { | ||
"require": "./dist/plugin.js", | ||
"import": "./dist/plugin.mjs" | ||
}, | ||
"./defaultTheme": { | ||
"require": "./dist/default-theme.js", | ||
"import": "./dist/default-theme.mjs" | ||
}, | ||
"./defaultTheme.js": { | ||
"require": "./dist/default-theme.js", | ||
"import": "./dist/default-theme.mjs" | ||
}, | ||
"./colors": { | ||
"require": "./dist/colors.js", | ||
"import": "./dist/colors.mjs" | ||
}, | ||
"./colors.js": { | ||
"require": "./dist/colors.js", | ||
"import": "./dist/colors.mjs" | ||
}, | ||
"./lib/util/flattenColorPalette": { | ||
"require": "./dist/flatten-color-palette.js", | ||
"import": "./dist/flatten-color-palette.mjs" | ||
}, | ||
"./lib/util/flattenColorPalette.js": { | ||
"require": "./dist/flatten-color-palette.js", | ||
"import": "./dist/flatten-color-palette.mjs" | ||
}, | ||
"./package.json": "./package.json", | ||
"./index.css": "./index.css", | ||
"./index": "./index.css", | ||
"./preflight.css": "./preflight.css", | ||
"./preflight": "./preflight.css", | ||
"./theme.css": "./theme.css", | ||
"./theme": "./theme.css", | ||
"./utilities.css": "./utilities.css", | ||
"./utilities": "./utilities.css" | ||
}, | ||
"scripts": { | ||
"prebuild": "npm run generate && rimraf lib", | ||
"build": "swc src --out-dir lib --copy-files", | ||
"postbuild": "esbuild lib/cli-peer-dependencies.js --bundle --platform=node --outfile=peers/index.js", | ||
"rebuild-fixtures": "npm run build && node -r @swc/register scripts/rebuildFixtures.js", | ||
"prepublishOnly": "npm install --force && npm run build", | ||
"style": "eslint .", | ||
"pretest": "npm run generate", | ||
"test": "jest", | ||
"test:integrations": "npm run test --prefix ./integrations", | ||
"install:integrations": "node scripts/install-integrations.js", | ||
"generate:plugin-list": "node -r @swc/register scripts/create-plugin-list.js", | ||
"generate:types": "node -r @swc/register scripts/generate-types.js", | ||
"generate": "npm run generate:plugin-list && npm run generate:types", | ||
"release-channel": "node ./scripts/release-channel.js", | ||
"release-notes": "node ./scripts/release-notes.js" | ||
"publishConfig": { | ||
"provenance": true, | ||
"access": "public" | ||
}, | ||
"style": "index.css", | ||
"files": [ | ||
"src/*", | ||
"cli/*", | ||
"lib/*", | ||
"peers/*", | ||
"scripts/*.js", | ||
"stubs/*.stub.js", | ||
"nesting/*", | ||
"types/**/*", | ||
"*.d.ts", | ||
"*.css", | ||
"*.js" | ||
"dist", | ||
"index.css", | ||
"preflight.css", | ||
"theme.css", | ||
"utilities.css" | ||
], | ||
"devDependencies": { | ||
"@swc/cli": "^0.1.57", | ||
"@swc/core": "^1.3.21", | ||
"@swc/jest": "^0.2.24", | ||
"@swc/register": "^0.1.10", | ||
"autoprefixer": "^10.4.13", | ||
"cssnano": "^5.1.14", | ||
"esbuild": "^0.15.15", | ||
"eslint": "^8.29.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^28.1.3", | ||
"jest-diff": "^28.1.3", | ||
"prettier": "^2.8.1", | ||
"rimraf": "^3.0.0", | ||
"source-map-js": "^1.0.2" | ||
"@ampproject/remapping": "^2.3.0", | ||
"@types/node": "^20.19.0", | ||
"dedent": "1.6.0", | ||
"lightningcss": "1.30.1", | ||
"magic-string": "^0.30.17", | ||
"source-map-js": "^1.2.1", | ||
"@tailwindcss/oxide": "0.0.0-insiders.847ed1e" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.0.9" | ||
}, | ||
"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.12", | ||
"glob-parent": "^6.0.2", | ||
"is-glob": "^4.0.3", | ||
"lilconfig": "^2.0.6", | ||
"micromatch": "^4.0.5", | ||
"normalize-path": "^3.0.0", | ||
"object-hash": "^3.0.0", | ||
"picocolors": "^1.0.0", | ||
"postcss": "^8.4.20", | ||
"postcss-import": "^14.1.0", | ||
"postcss-js": "^4.0.0", | ||
"postcss-load-config": "^3.1.4", | ||
"postcss-nested": "6.0.0", | ||
"postcss-selector-parser": "^6.0.11", | ||
"postcss-value-parser": "^4.2.0", | ||
"quick-lru": "^5.1.1", | ||
"resolve": "^1.22.1" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"not edge <= 18", | ||
"not ie 11", | ||
"not op_mini all" | ||
], | ||
"jest": { | ||
"testTimeout": 30000, | ||
"setupFilesAfterEnv": [ | ||
"<rootDir>/jest/customMatchers.js" | ||
], | ||
"testPathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/integrations/", | ||
"/standalone-cli/", | ||
"\\.test\\.skip\\.js$" | ||
], | ||
"transform": { | ||
"\\.js$": "@swc/jest" | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=12.13.0" | ||
"scripts": { | ||
"lint": "tsc --noEmit", | ||
"build": "tsup-node --env.NODE_ENV production", | ||
"dev": "tsup-node --env.NODE_ENV development --watch", | ||
"test:ui": "playwright test" | ||
} | ||
} | ||
} |
@@ -15,5 +15,4 @@ <p align="center"> | ||
<p align="center"> | ||
<a href="https://github.com/tailwindlabs/tailwindcss/actions"><img src="https://img.shields.io/github/actions/workflow/status/tailwindlabs/tailwindcss/nodejs.yml?branch=master" alt="Build Status"></a> | ||
<a href="https://github.com/tailwindlabs/tailwindcss/actions"><img src="https://img.shields.io/github/actions/workflow/status/tailwindlabs/tailwindcss/ci.yml?branch=next" alt="Build Status"></a> | ||
<a href="https://www.npmjs.com/package/tailwindcss"><img src="https://img.shields.io/npm/dt/tailwindcss.svg" alt="Total Downloads"></a> | ||
@@ -24,20 +23,16 @@ <a href="https://github.com/tailwindcss/tailwindcss/releases"><img src="https://img.shields.io/npm/v/tailwindcss.svg" alt="Latest Release"></a> | ||
------ | ||
--- | ||
## Documentation | ||
For full documentation, visit [tailwindcss.com](https://tailwindcss.com/). | ||
For full documentation, visit [tailwindcss.com](https://tailwindcss.com). | ||
## Community | ||
For help, discussion about best practices, or any other conversation that would benefit from being searchable: | ||
For help, discussion about best practices, or feature ideas: | ||
[Discuss Tailwind CSS on GitHub](https://github.com/tailwindcss/tailwindcss/discussions) | ||
For casual chit-chat with others using the framework: | ||
[Join the Tailwind CSS Discord Server](https://discord.gg/7NF8GNe) | ||
## Contributing | ||
If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/master/.github/CONTRIBUTING.md) **before submitting a pull request**. | ||
If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/next/.github/CONTRIBUTING.md) **before submitting a pull request**. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
0
-100%7
-53.33%0
-100%681083
-85.29%34
-84.75%5184
-95.18%3
200%37
-11.9%- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed