forked from Anidetrix/rollup-plugin-styles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca9879d
commit 9f4dd9c
Showing
21 changed files
with
5,979 additions
and
5,385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "rollup-plugin-styles", | ||
"version": "4.0.0", | ||
"name": "rollup-styles", | ||
"version": "1.0.0", | ||
"description": "Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more", | ||
"keywords": [ | ||
"rollup", | ||
|
@@ -13,13 +13,13 @@ | |
"less", | ||
"stylus" | ||
], | ||
"homepage": "https://github.com/Anidetrix/rollup-plugin-styles#readme", | ||
"homepage": "https://github.com/plumelo/rollup-styles#readme", | ||
"bugs": { | ||
"url": "https://github.com/Anidetrix/rollup-plugin-styles/issues" | ||
"url": "https://github.com/plumelo/rollup-styles/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Anidetrix/rollup-plugin-styles.git" | ||
"url": "git+https://github.com/plumelo/rollup-styles.git" | ||
}, | ||
"license": "MIT", | ||
"author": "Anton Kudryavtsev <[email protected]>", | ||
|
@@ -50,83 +50,82 @@ | |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@rollup/pluginutils": "^4.1.2", | ||
"cosmiconfig": "^7.0.1", | ||
"cssnano": "^5.0.16", | ||
"fs-extra": "^10.0.0", | ||
"@rollup/pluginutils": "^5.0.0", | ||
"cosmiconfig": "^7.1.0", | ||
"cssnano": "^6.0.1", | ||
"fs-extra": "^11.0.0", | ||
"icss-utils": "^5.1.0", | ||
"mime-types": "^2.1.34", | ||
"mime-types": "^2.1.35", | ||
"p-queue": "^6.6.2", | ||
"postcss": "^8.4.5", | ||
"postcss": "^8.4.31", | ||
"postcss-modules-extract-imports": "^3.0.0", | ||
"postcss-modules-local-by-default": "^4.0.0", | ||
"postcss-modules-local-by-default": "^4.0.3", | ||
"postcss-modules-scope": "^3.0.0", | ||
"postcss-modules-values": "^4.0.0", | ||
"postcss-value-parser": "^4.2.0", | ||
"query-string": "^7.1.0", | ||
"resolve": "^1.22.0", | ||
"resolve.exports": "^1.1.0", | ||
"query-string": "^7.1.3", | ||
"resolve": "^1.22.8", | ||
"resolve.exports": "^1.1.1", | ||
"source-map-js": "^1.0.2", | ||
"tslib": "^2.3.1" | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.16.12", | ||
"@babel/plugin-proposal-class-properties": "^7.16.7", | ||
"@babel/preset-env": "^7.16.11", | ||
"@commitlint/cli": "^16.1.0", | ||
"@commitlint/config-angular": "^16.0.0", | ||
"@commitlint/prompt-cli": "^16.1.0", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.1.3", | ||
"@rollup/plugin-replace": "^3.0.1", | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@babel/core": "^7.23.3", | ||
"@babel/preset-env": "^7.23.3", | ||
"@commitlint/cli": "^18.4.2", | ||
"@commitlint/config-angular": "^18.4.2", | ||
"@commitlint/prompt-cli": "^18.4.2", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-json": "^6.0.1", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-replace": "^5.0.5", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "^27.4.0", | ||
"@types/mime-types": "^2.1.1", | ||
"@types/node": "*", | ||
"@types/resolve": "^1.20.1", | ||
"@types/uglifycss": "^0.0.7", | ||
"@typescript-eslint/eslint-plugin": "^5.10.1", | ||
"@typescript-eslint/parser": "^5.10.1", | ||
"autoprefixer": "^10.4.2", | ||
"babel-jest": "^27.4.6", | ||
"eslint": "^8.7.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-import-resolver-node": "^0.3.6", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jest": "^26.0.0", | ||
"eslint-plugin-unicorn": "^40.1.0", | ||
"gh-pages": "^3.2.3", | ||
"husky": "^7.0.4", | ||
"@types/fs-extra": "^11.0.0", | ||
"@types/jest": "^29.0.0", | ||
"@types/mime-types": "^2.1.4", | ||
"@types/node": "^20.9.1", | ||
"@types/resolve": "^1.20.5", | ||
"@types/uglifycss": "^0.0.10", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"autoprefixer": "^10.4.16", | ||
"babel-jest": "^29.0.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-jest": "^27.6.0", | ||
"eslint-plugin-unicorn": "^49.0.0", | ||
"gh-pages": "^6.0.0", | ||
"husky": "^8.0.0", | ||
"is-ci": "^3.0.1", | ||
"jest": "^27.4.7", | ||
"less": "^4.1.2", | ||
"lint-staged": "^12.3.2", | ||
"jest": "^29.0.0", | ||
"less": "^4.2.0", | ||
"lint-staged": "^15.0.0", | ||
"minireset.css": "^0.0.7", | ||
"node-sass": "^7.0.1", | ||
"postcss-custom-properties": "^12.1.3", | ||
"prettier": "^2.5.1", | ||
"rollup": "^2.66.1", | ||
"rollup-plugin-dts": "^4.1.0", | ||
"rollup-plugin-lit-css": "^3.2.1", | ||
"rollup-plugin-node-externals": "^3.1.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sass": "^1.49.0", | ||
"semantic-release": "^19.0.2", | ||
"node-sass": "^9.0.0", | ||
"postcss-custom-properties": "^13.0.0", | ||
"prettier": "^3.0.0", | ||
"rollup": "^4.4.1", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"rollup-plugin-lit-css": "^4.0.1", | ||
"rollup-plugin-node-externals": "^6.1.2", | ||
"sass": "^1.69.5", | ||
"semantic-release": "^22.0.0", | ||
"shx": "^0.3.4", | ||
"stylus": "^0.56.0", | ||
"stylus": "^0.61.0", | ||
"sugarss": "^4.0.1", | ||
"ts-jest": "^27.1.3", | ||
"typedoc": "^0.22.11", | ||
"typedoc-plugin-missing-exports": "^0.22.6", | ||
"typescript": "^4.5.5" | ||
"ts-jest": "^29.0.0", | ||
"typedoc": "^0.25.3", | ||
"typedoc-plugin-missing-exports": "^2.1.0", | ||
"typescript": "^4.9.5" | ||
}, | ||
"peerDependencies": { | ||
"rollup": "^2.63.0" | ||
"rollup": "^2.63.0 || ^3.0.0 || ^4.0.0" | ||
}, | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
|
Oops, something went wrong.