Refactor of components (#5499)

This commit is contained in:
Kanagaraj M
2018-02-10 08:04:14 +05:30
committed by Harshavardhana
parent 9ab6a8035f
commit feb726dd98
40 changed files with 1733 additions and 127 deletions

View File

@@ -11,7 +11,10 @@
},
"jest": {
"setupTestFrameworkScriptFile": "./app/js/jest/setup.js",
"testURL": "https://localhost:8080"
"testURL": "https://localhost:8080",
"moduleNameMapper": {
"\\.(css|scss|svg)$": "identity-obj-proxy"
}
},
"repository": {
"type": "git",
@@ -60,6 +63,7 @@
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"humanize": "0.0.9",
"identity-obj-proxy": "^3.0.0",
"json-loader": "^0.5.4",
"local-storage-fallback": "^4.0.2",
"material-design-iconic-font": "^2.2.0",