|
|
@ -25,7 +25,7 @@ |
|
|
|
"scripts": { |
|
|
|
"test": "mocha", |
|
|
|
"build": "gulp", |
|
|
|
"lint": "eslint lib", |
|
|
|
"lint": "eslint --fix lib", |
|
|
|
"watch": "gulp watch", |
|
|
|
"watch-dev": "gulp watch --bundle" |
|
|
|
}, |
|
|
@ -41,15 +41,19 @@ |
|
|
|
"babel-core": "^6.6.5", |
|
|
|
"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-polyfill": "^6.22.0", |
|
|
|
"babel-preset-es2015": "^6.6.0", |
|
|
|
"babel-runtime": "^6.22.0", |
|
|
|
"babelify": "^7.3.0", |
|
|
|
"clean-css": "^4.0.2", |
|
|
|
"eslint": "^3.15.0", |
|
|
|
"eslint": "^3.18.0", |
|
|
|
"eslint-config-airbnb": "^14.1.0", |
|
|
|
"eslint-plugin-import": "^2.2.0", |
|
|
|
"eslint-plugin-jsx-a11y": "^4.0.0", |
|
|
|
"eslint-plugin-react": "^6.10.3", |
|
|
|
"gulp": "^3.9.1", |
|
|
|
"gulp-clean-css": "^2.3.2", |
|
|
|
"gulp-concat": "^2.6.1", |
|
|
|