@hixme-ui/theme
Advanced tools
Comparing version 1.0.12 to 1.1.1
{ | ||
"name": "@hixme-ui/theme", | ||
"version": "1.0.12", | ||
"version": "1.1.1", | ||
"description": "hixme-ui theme", | ||
@@ -39,19 +39,42 @@ "main": "lib/index.js", | ||
"babel-cli": "^6.24.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-core": "^6.3.17", | ||
"babel-eslint": "^6.0.0-beta.6", | ||
"babel-loader": "^6.2.0", | ||
"babel-plugin-transform-runtime": "^6.3.13", | ||
"babel-polyfill": "^6.9.0", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-preset-react": "^6.3.13", | ||
"babel-preset-react-optimize": "^1.0.1", | ||
"babel-preset-stage-0": "^6.3.13", | ||
"babel-register": "^6.3.13", | ||
"babel-runtime": "^6.3.19", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.1.0", | ||
"chai-enzyme": "^0.4.0", | ||
"codecov": "^1.0.1", | ||
"cross-env": "^4.0.0", | ||
"eslint": "^3.6.0", | ||
"eslint-config-airbnb": "^13.0.0", | ||
"eslint-plugin-flowtype": "^2.32.1", | ||
"eslint-plugin-import": "^2.0.0", | ||
"eslint-plugin-mocha": "^4.9.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"debug": "^2.2.0", | ||
"enzyme": "^2.0.0", | ||
"eslint": "^3.19.0", | ||
"eslint-config-airbnb": "^14.1.0", | ||
"eslint-config-standard": "^5.1.0", | ||
"eslint-config-standard-react": "^2.2.0", | ||
"eslint-plugin-babel": "^3.2.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^4.0.0", | ||
"eslint-plugin-promise": "^1.0.8", | ||
"eslint-plugin-react": "^6.10.3", | ||
"eslint-plugin-standard": "^1.3.1", | ||
"extract-text-webpack-plugin": "^1.0.0", | ||
"flow-bin": "^0.45.0", | ||
"husky": "^0.13.3", | ||
"mocha": "^3.3.0", | ||
"rimraf": "^2.6.1" | ||
"react-addons-test-utils": "^15.0.0", | ||
"react-test-renderer": "^15.5.4", | ||
"rimraf": "^2.6.1", | ||
"sinon": "^1.17.3", | ||
"sinon-chai": "^2.8.0", | ||
"webpack": "^3.5.5" | ||
}, | ||
"license": "MIT" | ||
} |
17833
39