ykit-config-es6
Version:
编译 ES6+, JSX 插件
29 lines (28 loc) • 827 B
JSON
{
"name": "ykit-config-es6",
"version": "3.2.1",
"description": "编译 ES6+, JSX 插件",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.corp.qunar.com:mfe/ykit-config-react.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "^1.6.0",
"extend": "^3.0.0",
"happypack": "^3.0.2"
}
}