babel-plugin-transform-react-fela-display-name
Version:
This plugin transforms the display names of all react-fela components created with createComponent or createComponentWithProxy to the name of the variable to which they are assigned.
57 lines (56 loc) • 1.81 kB
JSON
{
"name": "babel-plugin-transform-react-fela-display-name",
"version": "1.2.0",
"description":
"This plugin transforms the display names of all react-fela components created with createComponent or createComponentWithProxy to the name of the variable to which they are assigned.",
"main": "dist/index.js",
"directories": {
"test": "./test"
},
"repository": {
"type": "git",
"url": "https://github.com/louisscruz/babel-plugin-transform-react-fela-display-name.git"
},
"scripts": {
"start": "yarn test --watch",
"test": "jest",
"cache:clear": "jest --clearCache",
"build": "babel -d ./dist ./src -s"
},
"author": "louisstephancruz@me.com",
"license": "MIT",
"keywords": ["babel", "plugin", "transform", "react", "fela", "display", "name", "displayname"],
"jest": {
"testRegex": "test/.*(test|spec).js?$",
"collectCoverageFrom": ["src/**/*.js"],
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-tester": "^5.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"fela": "^6.1.3",
"jest": "^22.1.1",
"prettier": "^1.10.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-fela": "^6.2.4"
}
}