|
@ -30,14 +30,6 @@ |
|
|
"watch-dev": "gulp watch --bundle" |
|
|
"watch-dev": "gulp watch --bundle" |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"babel-core": "^6.6.5", |
|
|
|
|
|
"babel-loader": "^6.2.4", |
|
|
|
|
|
"babel-polyfill": "^6.22.0", |
|
|
|
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0", |
|
|
|
|
|
"babel-plugin-transform-es3-property-literals": "^6.8.0", |
|
|
|
|
|
"babel-plugin-transform-runtime": "^6.22.0", |
|
|
|
|
|
"babel-preset-es2015": "^6.6.0", |
|
|
|
|
|
"babel-runtime": "^6.22.0", |
|
|
|
|
|
"emitter-component": "^1.1.1", |
|
|
"emitter-component": "^1.1.1", |
|
|
"moment": "^2.17.1", |
|
|
"moment": "^2.17.1", |
|
|
"propagating-hammerjs": "^1.4.6", |
|
|
"propagating-hammerjs": "^1.4.6", |
|
@ -46,7 +38,15 @@ |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"async": "^2.1.4", |
|
|
"async": "^2.1.4", |
|
|
|
|
|
"babel-core": "^6.6.5", |
|
|
"babel-eslint": "^7.1.1", |
|
|
"babel-eslint": "^7.1.1", |
|
|
|
|
|
"babel-loader": "^6.2.4", |
|
|
|
|
|
"babel-polyfill": "^6.22.0", |
|
|
|
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0", |
|
|
|
|
|
"babel-plugin-transform-es3-property-literals": "^6.8.0", |
|
|
|
|
|
"babel-plugin-transform-runtime": "^6.22.0", |
|
|
|
|
|
"babel-preset-es2015": "^6.6.0", |
|
|
|
|
|
"babel-runtime": "^6.22.0", |
|
|
"babelify": "^7.3.0", |
|
|
"babelify": "^7.3.0", |
|
|
"clean-css": "^4.0.2", |
|
|
"clean-css": "^4.0.2", |
|
|
"eslint": "^3.15.0", |
|
|
"eslint": "^3.15.0", |
|
|