aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-01-04 22:16:09 +0530
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:51:48 +0100
commit649c1ed37ac74765fb7572fa3f703c94827042f4 (patch)
treec00d13e58cbe1df0a4645b7905bccbab3eb9ff92 /package.json
parentIncorporate 'eslint' (fixes #3) (diff)
downloadsophie-649c1ed37ac74765fb7572fa3f703c94827042f4.tar.gz
sophie-649c1ed37ac74765fb7572fa3f703c94827042f4.tar.zst
sophie-649c1ed37ac74765fb7572fa3f703c94827042f4.zip
New configurations based on review comments (WIP)
Signed-off-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/package.json b/package.json
index 00ff108..99cc7a2 100644
--- a/package.json
+++ b/package.json
@@ -44,8 +44,8 @@
44 "devDependencies": { 44 "devDependencies": {
45 "@electron/fuses": "^1.5.0", 45 "@electron/fuses": "^1.5.0",
46 "@types/jest": "^27.4.0", 46 "@types/jest": "^27.4.0",
47 "@typescript-eslint/eslint-plugin": "^5.8.1", 47 "@typescript-eslint/eslint-plugin": "^5.9.0",
48 "@typescript-eslint/parser": "^5.8.1", 48 "@typescript-eslint/parser": "^5.9.0",
49 "@vitejs/plugin-react": "^1.1.4", 49 "@vitejs/plugin-react": "^1.1.4",
50 "chokidar": "^3.5.2", 50 "chokidar": "^3.5.2",
51 "cross-env": "^7.0.3", 51 "cross-env": "^7.0.3",
@@ -55,9 +55,7 @@
55 "eslint": "^8.6.0", 55 "eslint": "^8.6.0",
56 "eslint-config-airbnb-typescript": "^16.1.0", 56 "eslint-config-airbnb-typescript": "^16.1.0",
57 "eslint-plugin-import": "^2.25.4", 57 "eslint-plugin-import": "^2.25.4",
58 "eslint-plugin-jsx-a11y": "^6.5.1",
59 "eslint-plugin-react": "^7.28.0", 58 "eslint-plugin-react": "^7.28.0",
60 "eslint-plugin-react-hooks": "^4.3.0",
61 "git-repo-info": "^2.1.1", 59 "git-repo-info": "^2.1.1",
62 "jest": "^27.4.7", 60 "jest": "^27.4.7",
63 "rimraf": "^3.0.2", 61 "rimraf": "^3.0.2",
@@ -67,8 +65,6 @@
67 }, 65 },
68 "packageManager": "yarn@3.1.1", 66 "packageManager": "yarn@3.1.1",
69 "dependencies": { 67 "dependencies": {
70 "loglevel": "^1.8.0",
71 "os-name": "^5.0.1",
72 "preload": "^0.1.0" 68 "preload": "^0.1.0"
73 } 69 }
74} 70}