Browse Source

remove unneeded dependencies

pull/2/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
70361e8927
  1. 18
      package.json

18
package.json

@ -13,7 +13,6 @@
},
"dependencies": {
"@coreui/coreui": "^2.1.12",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/icons": "0.3.0",
"@coreui/react": "^2.5.1",
"@dabeng/react-orgchart": "^1.0.0",
@ -23,12 +22,10 @@
"@iconify/icons-geo": "^1.0.3",
"@iconify/icons-ion": "^1.0.7",
"@iconify/icons-mdi": "^1.0.57",
"@iconify/icons-simple-line-icons": "^1.0.1",
"@iconify/icons-uil": "^1.0.6",
"@iconify/react": "^1.1.1",
"@nicholasadamou/react-iframe": "^1.0.3",
"@terrestris/react-geo": "^12.0.0",
"@tinymce/tinymce-react": "^3.13.0",
"alasql": "^1.7.3",
"antd": "^4.16.13",
"axios": "^0.21.1",
@ -37,27 +34,21 @@
"chartjs-plugin-datalabels": "^1.0.0",
"chartjs-plugin-zoom": "^0.7.7",
"classnames": "^2.2.6",
"compressorjs": "^1.0.7",
"core-js": "^3.1.4",
"dhtmlx-gantt": "^7.1.7",
"dom-to-image": "^2.6.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"faker": "^6.6.6",
"flag-icon-css": "^3.3.0",
"font-awesome": "^4.7.0",
"history": "^5.2.0",
"interactjs": "^1.10.11",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet-draw": "^1.0.4",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"numeral": "^2.0.6",
"ol": "^5.3.3",
"plotly.js": "^1.45.3",
"prop-types": "^15.7.2",
"re-resizable": "^6.9.0",
"react": "^16.14.0",
"react-app-polyfill": "^1.0.1",
"react-awesome-query-builder": "^4.3.0",
@ -76,19 +67,11 @@
"react-leaflet-draw": "^0.19.8",
"react-loader-spinner": "^3.1.5",
"react-notifications": "^1.7.2",
"react-openlayers": "^0.2.1",
"react-plotly.js": "^2.4.0",
"react-rnd": "^10.1.3",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-select": "^4.3.1",
"react-slick": "^0.28.1",
"react-test-renderer": "^16.8.6",
"react-toastify": "^5.5.0",
"react-top-loading-bar": "^1.2.0",
"reactstrap": "^8.0.0",
"redux": "^4.0.5",
"script-case": "^1.0.0",
"simple-line-icons": "^2.4.1",
"slick-carousel": "^1.8.1",
"underscore": "^1.13.1",
@ -96,7 +79,6 @@
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@faker-js/faker": "^6.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"react-scripts": "^3.0.1",

Loading…
Cancel
Save