orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
20 lines (19 loc) • 642 B
JSON
{
"name": "babel-plugin-transform-class-properties",
"version": "6.18.0",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "^6.18.0",
"babel-plugin-syntax-class-properties": "^6.8.0",
"babel-runtime": "^6.9.1"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.18.0"
}
}