UNPKG

859 BJSONView Raw
1{
2 "name": "ykit-config-es6",
3 "version": "1.1.0",
4 "description": "编译 ES6+, JSX 插件",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@gitlab.corp.qunar.com:mfe/ykit-config-react.git"
12 },
13 "author": "",
14 "license": "ISC",
15 "dependencies": {
16 "babel-core": "^6.23.1",
17 "babel-loader": "^6.3.2",
18 "babel-plugin-transform-class-properties": "^6.24.1",
19 "babel-plugin-transform-decorators-legacy": "^1.3.4",
20 "babel-plugin-transform-es2015-modules-simple-commonjs": "^0.3.0",
21 "babel-plugin-transform-runtime": "^6.23.0",
22 "babel-polyfill": "^6.23.0",
23 "babel-preset-es2015": "^6.22.0",
24 "babel-preset-es2017": "^6.22.0",
25 "babel-preset-stage-0": "^6.22.0",
26 "extend": "^3.0.0",
27 "happypack": "^3.0.2"
28 }
29}