UNPKG

babel-preset-react-boilerplate

Version:
33 lines (32 loc) 1.02 kB
{ "name": "babel-preset-react-boilerplate", "version": "1.1.1", "description": "Babel presets for the React Boilerplate", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Preset", "Babel", "ReactJS" ], "repository": { "type": "git", "url": "git+https://github.com/KleoPetroff/babel-preset-react-boilerplate.git" }, "bugs": { "url": "https://github.com/KleoPetroff/babel-preset-react-boilerplate/issues" }, "author": "Kliment Petrov <kleopetroff@gmail.com> (http://kleopetrov.me)", "license": "MIT", "dependencies": { "babel-plugin-syntax-class-properties": "^6.5.0", "babel-plugin-syntax-decorators": "^6.5.0", "babel-plugin-syntax-object-rest-spread": "^6.5.0", "babel-plugin-transform-class-properties": "^6.6.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-assign": "^6.5.0", "babel-plugin-transform-object-rest-spread": "^6.6.5" } }