diff options
author | crupest <crupest@outlook.com> | 2022-10-27 20:47:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-10-27 20:47:31 +0800 |
commit | db15382363419ae572f5ee2b7fef37013f665970 (patch) | |
tree | 1e6824ecfa8de9e1271408dafc13020882b6ee88 /FrontEnd/package.json | |
parent | 83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf (diff) | |
download | timeline-db15382363419ae572f5ee2b7fef37013f665970.tar.gz timeline-db15382363419ae572f5ee2b7fef37013f665970.tar.bz2 timeline-db15382363419ae572f5ee2b7fef37013f665970.zip |
Fix all errors so far.
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 148 |
1 files changed, 74 insertions, 74 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 6592fbeb..192d5484 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -1,75 +1,75 @@ -{
- "name": "timeline",
- "version": "0.4.0",
- "private": true,
- "homepage": "https://crupest.space",
- "keywords": [],
- "description": "Timeline app.",
- "type": "module",
- "dependencies": {
- "@microsoft/signalr": "^6.0.7",
- "@popperjs/core": "^2.11.5",
- "axios": "^1.1.3",
- "bootstrap": "^5.1.3",
- "bootstrap-icons": "^1.9.1",
- "classnames": "^2.3.1",
- "color": "^4.2.3",
- "core-js": "^3.23.4",
- "i18next": "^22.0.2",
- "i18next-browser-languagedetector": "^6.1.4",
- "js-base64": "^3.7.2",
- "lodash": "^4.17.21",
- "marked": "^4.0.18",
- "moment": "^2.29.4",
- "pepjs": "^0.5.3",
- "react": "^18.0.0",
- "react-color": "^2.19.3",
- "react-dom": "^18.2.0",
- "react-i18next": "^12.0.0",
- "react-popper": "^2.3.0",
- "react-responsive": "^9.0.0",
- "react-router-dom": "^6.3.0",
- "react-transition-group": "^4.4.2",
- "regenerator-runtime": "^0.13.9",
- "rxjs": "^7.5.6",
- "workbox-cacheable-response": "^6.5.2",
- "workbox-expiration": "^6.5.2",
- "workbox-precaching": "^6.5.2",
- "workbox-routing": "^6.5.2",
- "workbox-strategies": "^6.5.2",
- "workbox-window": "^6.5.2",
- "xregexp": "^5.1.1"
- },
- "scripts": {
- "start": "vite",
- "build": "tsc && vite build",
- "preview": "vite preview",
- "type-check": "tsc",
- "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx",
- "lint:fix": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx --fix"
- },
- "devDependencies": {
- "@tsconfig/vite-react": "^1.0.1",
- "@types/color": "^3.0.3",
- "@types/lodash": "^4.14.181",
- "@types/marked": "^4.0.3",
- "@types/node": "^18.6.3",
- "@types/react": "^18.0.15",
- "@types/react-color": "^3.0.6",
- "@types/react-dom": "^18.0.6",
- "@types/react-responsive": "^8.0.5",
- "@types/react-transition-group": "^4.4.5",
- "@typescript-eslint/eslint-plugin": "^5.30.6",
- "@typescript-eslint/parser": "^5.30.6",
- "@vitejs/plugin-react": "^2.1.0",
- "eslint": "^8.19.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-react": "^7.30.1",
- "eslint-plugin-react-hooks": "^4.6.0",
- "prettier": "^2.7.1",
- "typescript": "^4.8.0",
- "vite": "^3.1.8",
- "vite-plugin-pwa": "^0.13.1"
- }
+{ + "name": "timeline", + "version": "0.4.0", + "private": true, + "homepage": "https://crupest.space", + "keywords": [], + "description": "Timeline app.", + "type": "module", + "dependencies": { + "@microsoft/signalr": "^6.0.10", + "@popperjs/core": "^2.11.6", + "axios": "^1.1.3", + "bootstrap": "^5.2.2", + "bootstrap-icons": "^1.9.1", + "classnames": "^2.3.2", + "color": "^4.2.3", + "core-js": "^3.26.0", + "i18next": "^22.0.3", + "i18next-browser-languagedetector": "^7.0.0", + "js-base64": "^3.7.2", + "lodash": "^4.17.21", + "marked": "^4.1.1", + "moment": "^2.29.4", + "pepjs": "^0.5.3", + "react": "^18.2.0", + "react-color": "^2.19.3", + "react-dom": "^18.2.0", + "react-i18next": "^12.0.0", + "react-popper": "^2.3.0", + "react-responsive": "^9.0.0", + "react-router-dom": "^6.4.2", + "react-transition-group": "^4.4.5", + "regenerator-runtime": "^0.13.10", + "rxjs": "^7.5.7", + "workbox-cacheable-response": "^6.5.4", + "workbox-expiration": "^6.5.4", + "workbox-precaching": "^6.5.4", + "workbox-routing": "^6.5.4", + "workbox-strategies": "^6.5.4", + "workbox-window": "^6.5.4", + "xregexp": "^5.1.1" + }, + "scripts": { + "start": "vite", + "build": "tsc && vite build", + "preview": "vite preview", + "type-check": "tsc", + "lint": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx", + "lint:fix": "eslint src/ --ext .js --ext .jsx --ext .ts --ext .tsx --fix" + }, + "devDependencies": { + "@tsconfig/vite-react": "^1.0.1", + "@types/color": "^3.0.3", + "@types/lodash": "^4.14.186", + "@types/marked": "^4.0.7", + "@types/node": "^18.11.7", + "@types/react": "^18.0.24", + "@types/react-color": "^3.0.6", + "@types/react-dom": "^18.0.8", + "@types/react-responsive": "^8.0.5", + "@types/react-transition-group": "^4.4.5", + "@typescript-eslint/eslint-plugin": "^5.41.0", + "@typescript-eslint/parser": "^5.41.0", + "@vitejs/plugin-react": "^2.2.0", + "eslint": "^8.26.0", + "eslint-config-prettier": "^8.5.0", + "eslint-plugin-prettier": "^4.2.1", + "eslint-plugin-react": "^7.31.10", + "eslint-plugin-react-hooks": "^4.6.0", + "prettier": "^2.7.1", + "typescript": "^4.8.4", + "vite": "^3.2.0", + "vite-plugin-pwa": "^0.13.1" + } }
\ No newline at end of file |