diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index aeebba9..3acfdad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "grl-snippet", "private": true, + "type": "module", "version": "0.0.1", "scripts": { "dev": "vite", @@ -76,7 +77,8 @@ "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", "@vitejs/plugin-react": "^4.4.1", - "eslint": "^9.25.1", + "eslint": "^9.29.0", + "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^15.15.0", |
