aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1ca72f9..22cc738 100644
--- a/package.json
+++ b/package.json
@@ -51,6 +51,7 @@
51 "devDependencies": { 51 "devDependencies": {
52 "@electron/fuses": "^1.5.0", 52 "@electron/fuses": "^1.5.0",
53 "@types/jest": "^27.4.0", 53 "@types/jest": "^27.4.0",
54 "@types/prettier": "^2",
54 "@typescript-eslint/eslint-plugin": "^5.9.0", 55 "@typescript-eslint/eslint-plugin": "^5.9.0",
55 "@typescript-eslint/parser": "^5.9.0", 56 "@typescript-eslint/parser": "^5.9.0",
56 "@vitejs/plugin-react": "^1.1.4", 57 "@vitejs/plugin-react": "^1.1.4",
@@ -63,14 +64,17 @@
63 "eslint-config-airbnb": "^19.0.4", 64 "eslint-config-airbnb": "^19.0.4",
64 "eslint-config-airbnb-base": "^15.0.0", 65 "eslint-config-airbnb-base": "^15.0.0",
65 "eslint-config-airbnb-typescript": "^16.1.0", 66 "eslint-config-airbnb-typescript": "^16.1.0",
67 "eslint-config-prettier": "^8.3.0",
66 "eslint-formatter-gitlab": "^3.0.0", 68 "eslint-formatter-gitlab": "^3.0.0",
67 "eslint-import-resolver-typescript": "^2.5.0", 69 "eslint-import-resolver-typescript": "^2.5.0",
68 "eslint-plugin-import": "^2.25.4", 70 "eslint-plugin-import": "^2.25.4",
69 "eslint-plugin-jsx-a11y": "^6.5.1", 71 "eslint-plugin-jsx-a11y": "^6.5.1",
72 "eslint-plugin-prettier": "^4.0.0",
70 "eslint-plugin-react": "^7.28.0", 73 "eslint-plugin-react": "^7.28.0",
71 "eslint-plugin-react-hooks": "^4.3.0", 74 "eslint-plugin-react-hooks": "^4.3.0",
72 "git-repo-info": "^2.1.1", 75 "git-repo-info": "^2.1.1",
73 "jest": "^27.4.7", 76 "jest": "^27.4.7",
77 "prettier": "^2.5.1",
74 "rimraf": "^3.0.2", 78 "rimraf": "^3.0.2",
75 "typescript": "^4.5.4", 79 "typescript": "^4.5.4",
76 "vite": "^2.7.10" 80 "vite": "^2.7.10"