UNPKG

rollup-plugin-react-scoped-css

Version:

A rollup plugin designed to allow scoped css to be run in react (Compatible with vite and rollup)

72 lines (71 loc) 2.13 kB
{ "name": "rollup-plugin-react-scoped-css", "version": "1.2.1", "description": "A rollup plugin designed to allow scoped css to be run in react (Compatible with vite and rollup)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "lint": "eslint '*/**/*.{js,jsx,ts,tsx}'", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/cmseguin/rollup-plugin-react-scoped-css.git" }, "author": "cmseguin", "contributors": [ "cmseguin (https://github.com/cmseguin)", "helianthuswhite (https://github.com/helianthuswhite)", "wirdehall (https://github.com/wirdehall)" ], "keywords": [ "rollup", "react", "css", "scoped", "vite", "vitejs" ], "license": "ISC", "bugs": { "url": "https://github.com/cmseguin/rollup-plugin-react-scoped-css/issues" }, "homepage": "https://github.com/cmseguin/rollup-plugin-react-scoped-css#readme", "dependencies": { "@rollup/pluginutils": "^5.1.4", "css-tree": "3.0.0", "escodegen": "2.1.0", "js-xxhash": "4.0.0", "rollup": "^4.30.1" }, "devDependencies": { "@babel/core": "7.25.8", "@babel/preset-env": "7.25.8", "@babel/preset-react": "7.25.7", "@babel/preset-typescript": "7.25.7", "@semantic-release/commit-analyzer": "13.0.0", "@semantic-release/git": "10.0.1", "@semantic-release/github": "11.0.0", "@semantic-release/npm": "12.0.1", "@semantic-release/release-notes-generator": "14.0.1", "@types/css-tree": "2.3.8", "@types/escodegen": "0.0.10", "@types/estree": "1.0.6", "@types/jest": "29.5.13", "@types/node": "22.7.5", "@typescript-eslint/eslint-plugin": "8.9.0", "@typescript-eslint/parser": "8.9.0", "acorn": "8.12.1", "eslint": "9.12.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.37.1", "jest": "29.7.0", "semantic-release": "24.1.2", "typescript": "5.5.4" } }