babel-plugin-transform-jsx-stylesheet
Version:
Transform stylesheet selector to style in JSX Elements.
30 lines (29 loc) • 681 B
JSON
{
"name": "babel-plugin-transform-jsx-stylesheet",
"version": "1.0.6",
"description": "Transform stylesheet selector to style in JSX Elements.",
"license": "BSD-3-Clause",
"main": "lib/index.js",
"files": [
"lib",
"!lib/**/*.map"
],
"repository": {
"type": "git",
"url": "git+https://github.com/raxjs/rax-scripts.git"
},
"bugs": {
"url": "https://github.com/raxjs/rax-scripts/issues"
},
"homepage": "https://github.com/raxjs/rax-scripts#readme",
"engines": {
"npm": ">=3.0.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-plugin-syntax-jsx": "^6.18.0"
},
"dependencies": {
"camelcase": "^3.0.0"
}
}