diff options
| author | crupest <crupest@outlook.com> | 2020-09-03 23:09:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 23:09:03 +0800 |
| commit | 292e5551c5a83a08e9e3c7125567a75f265d4374 (patch) | |
| tree | 923c0183f0df17217e2534b50c4f49303aec9dca /Timeline/ClientApp/package.json | |
| parent | edfefcf9bdbf5ba186a8f2c7d021acf04dbbb329 (diff) | |
| parent | c97e69f7c22cc93cca44d14ae3c499c30f7760b8 (diff) | |
| download | timeline-292e5551c5a83a08e9e3c7125567a75f265d4374.tar.gz timeline-292e5551c5a83a08e9e3c7125567a75f265d4374.tar.bz2 timeline-292e5551c5a83a08e9e3c7125567a75f265d4374.zip | |
Merge pull request #159 from crupest/dev
Development on front end.
Diffstat (limited to 'Timeline/ClientApp/package.json')
| -rw-r--r-- | Timeline/ClientApp/package.json | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index b633630b..5ae6a608 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -8,7 +8,7 @@ "dependencies": { "axios": "^0.20.0", "bootstrap": "^4.5.2", - "bootstrap-icons": "^1.0.0-alpha5", + "bootstrap-icons": "^1.0.0", "classnames": "^2.2.6", "clsx": "^1.1.1", "core-js": "^3.6.5", @@ -18,14 +18,15 @@ "lodash": "^4.17.20", "pepjs": "^0.5.2", "react": "^16.13.1", + "react-bootstrap": "^1.3.0", "react-dom": "^16.13.1", "react-hot-loader": "^4.12.21", - "react-i18next": "^11.7.1", + "react-i18next": "^11.7.2", "react-inlinesvg": "^2.0.0", "react-responsive": "^8.1.0", "react-router": "^5.2.0", + "react-router-bootstrap": "^0.25.0", "react-router-dom": "^5.2.0", - "reactstrap": "^8.5.1", "regenerator-runtime": "^0.13.7", "rxjs": "^6.6.2", "workbox-precaching": "^5.1.3", @@ -65,25 +66,25 @@ "@hot-loader/react-dom": "^16.13.0", "@types/classnames": "^2.2.10", "@types/crypto-js": "^3.1.47", - "@types/lodash": "^4.14.159", - "@types/node": "^14.6.0", - "@types/react": "^16.9.46", + "@types/lodash": "^4.14.161", + "@types/node": "^14.6.2", + "@types/react": "^16.9.49", "@types/react-dom": "^16.9.8", "@types/react-responsive": "^8.0.2", "@types/react-router": "^5.1.8", + "@types/react-router-bootstrap": "^0.24.5", "@types/react-router-dom": "^5.1.5", - "@types/reactstrap": "^8.5.1", "@types/webpack-env": "^1.15.2", "@types/xregexp": "^4.3.0", - "@typescript-eslint/eslint-plugin": "^3.9.1", - "@typescript-eslint/parser": "^3.9.1", - "@yarnpkg/pnpify": "^2.1.0", + "@typescript-eslint/eslint-plugin": "^3.10.1", + "@typescript-eslint/parser": "^3.10.1", + "@yarnpkg/pnpify": "^2.2.1", "babel-loader": "^8.1.0", "babel-plugin-transform-builtin-extend": "^1.1.2", "clean-webpack-plugin": "^3.0.0", - "copy-webpack-plugin": "^6.0.3", + "copy-webpack-plugin": "^6.1.0", "crypto-js": "^4.0.0", - "css-loader": "^4.2.1", + "css-loader": "^4.2.2", "eslint": "^7.7.0", "eslint-config-prettier": "^6.11.0", "eslint-import-resolver-webpack": "^0.12.2", @@ -91,16 +92,16 @@ "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.1.0", - "file-loader": "^6.0.0", - "html-webpack-plugin": "^4.3.0", + "file-loader": "^6.1.0", + "html-webpack-plugin": "^4.4.1", "http-server": "^0.12.3", - "mini-css-extract-plugin": "^0.10.0", + "mini-css-extract-plugin": "^0.11.0", "pnp-webpack-plugin": "^1.6.4", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", - "prettier": "^2.1.0", + "prettier": "^2.1.1", "sass": "^1.26.10", - "sass-loader": "^9.0.3", + "sass-loader": "^10.0.1", "style-loader": "^1.2.1", "ts-loader": "^8.0.3", "typescript": "^4.0.2", |
