craco-plugin-scoped-css
Version:
This is a craco plugin that adds scoped css support to create-react-app version >= 2 (this package is part of [react scoped css solution](https://github.com/gaoxiaoliangz/react-scoped-css))
26 lines (25 loc) • 552 B
JSON
{
"name": "craco-plugin-scoped-css",
"version": "1.1.1",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/gaoxiaoliangz/react-scoped-css",
"dependencies": {
"babel-plugin-react-scoped-css": "^1.1.1",
"scoped-css-loader": "^1.0.0"
},
"devDependencies": {
"@babel/types": "^7.1.3",
"@craco/craco": "^5.3.0"
},
"peerDependencies": {
"@craco/craco": "^5.3.0"
},
"keywords": [
"styles",
"react",
"css",
"craco"
],
"gitHead": "a6f95690d4e00eeba69a9db6ad40aa93212c2f60"
}