mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* Update rollup to version 3.10.0 * Update Rollup integrations for Rollup 3 Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"name": "@tailwindcss/integrations-rollup",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"test": "jest --runInBand --forceExit"
|
|
},
|
|
"jest": {
|
|
"testTimeout": 10000,
|
|
"displayName": "rollup.js",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/../../jest/customMatchers.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"rollup": "^3.10.0",
|
|
"rollup-plugin-postcss": "^4.0.2"
|
|
}
|
|
}
|