Skip to content

Commit

Permalink
➖ Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Jun 18, 2022
1 parent c412d3d commit df2085b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 547 deletions.
60 changes: 26 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,37 @@
{
"name": "ticker-admin",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {},
"scripts": {
"start": "webpack serve --config webpack.dev.config.ts",
"build": "webpack --config webpack.prod.config.ts",
"postinstall": "semantic-ui-css-patch"
},
"dependencies": {
"@semantic-ui-react/css-patch": "^1.0.0",
"history": "^4.9.0",
"jwt-decode": "^2.2.0",
"leaflet": "^1.6.0",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.32.0",
"react-image-lightbox": "^5.1.4",
"react-leaflet": "^2.6.3",
"react-leaflet-draw": "^0.19.0",
"react-markdown": "^8.0.3",
"react-moment": "^0.9.7",
"react-query": "^3.39.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-twitter-auth": "0.0.13"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.17.12",
"@semantic-ui-react/css-patch": "^1.0.0",
"@types/node": "^18.0.0",
"@types/react-dom": "^17.0.17",
"@types/react-router-dom": "^5.0.0",
Expand All @@ -20,8 +40,6 @@
"@webpack-cli/serve": "^1.7.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
Expand All @@ -33,33 +51,13 @@
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"file-loader": "^6.2.0",
"history": "^4.9.0",
"html-webpack-plugin": "^5.5.0",
"jwt-decode": "^2.2.0",
"leaflet": "^1.6.0",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.1",
"moment": "^2.24.0",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"postcss-remove-google-fonts": "^1.2.0",
"prettier": "^2.6.2",
"promise": "^8.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-dev-utils": "^10.2.1",
"react-dom": "^17.0.0",
"react-hook-form": "^7.32.0",
"react-image-lightbox": "^5.1.4",
"react-leaflet": "^2.6.3",
"react-leaflet-draw": "^0.19.0",
"react-markdown": "^8.0.3",
"react-moment": "^0.9.7",
"react-query": "^3.39.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-twitter-auth": "0.0.13",
"resolve": "^1.22.1",
"resolve-url-loader": "^5.0.0",
"semantic-ui-css": "^2.4.1",
Expand All @@ -69,17 +67,11 @@
"ts-loader": "^9.3.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.8.0"
},
"scripts": {
"start": "webpack serve --config webpack.dev.config.ts",
"build": "webpack --config webpack.prod.config.ts",
"postinstall": "semantic-ui-css-patch"
}
}
Loading

0 comments on commit df2085b

Please sign in to comment.