babel-plugin-filbert
Version:
babel plugin for filbert-js
38 lines (37 loc) • 817 B
JSON
{
"name": "babel-plugin-filbert",
"version": "0.0.8",
"repository": "https://github.com/kuldeepkeshwar/filbert-js",
"description": "babel plugin for filbert-js",
"sideEffects": false,
"source": "index.js",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"author": "Kuldeep Keshwar <kuldeepkeshwar@gmail.com>",
"keywords": [
"babel-plugin",
"javascript",
"react",
"preact",
"css",
"css-in-js",
"filbert-js",
"1kb",
"light-weight",
"styling",
"styled",
"emotion",
"styled-components"
],
"license": "MIT",
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/core": "^7.0.0-0"
},
"peerDependencies": {
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/core": "^7.0.0-0"
}
}