code refactoring
Showing
... | @@ -4,7 +4,6 @@ | ... | @@ -4,7 +4,6 @@ |
"description": "test task for Etersoft", | "description": "test task for Etersoft", | ||
"main": "index.js", | "main": "index.js", | ||
"dependencies": { | "dependencies": { | ||
"chart.js": "^2.7.3" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.2.2", | "@babel/core": "^7.2.2", | ||
... | @@ -14,7 +13,8 @@ | ... | @@ -14,7 +13,8 @@ |
"gulp-babel": "^8.0.0", | "gulp-babel": "^8.0.0", | ||
"gulp-concat": "^2.6.1", | "gulp-concat": "^2.6.1", | ||
"gulp-minify-css": "^1.2.4", | "gulp-minify-css": "^1.2.4", | ||
"gulp-uglify-es": "^1.0.4" | "gulp-uglify-es": "^1.0.4", | ||
"gulp-rename": "^1.4.0" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
... | ... |
src/js/components/Table.js
0 → 100644
src/js/httpReq.js
0 → 100644
Please
register
or
sign in
to comment