Update package.json
Browse files- package.json +13 -14
package.json
CHANGED
|
@@ -6,24 +6,23 @@
|
|
| 6 |
"scripts": {
|
| 7 |
"dev": "vite",
|
| 8 |
"build": "vite build",
|
| 9 |
-
"lint": "eslint .",
|
| 10 |
"preview": "vite preview"
|
| 11 |
},
|
| 12 |
"dependencies": {
|
| 13 |
-
"jsqr": "^1.
|
| 14 |
-
"qrcode": "^1.5.
|
| 15 |
-
"react": "^
|
| 16 |
-
"react-dom": "^
|
| 17 |
},
|
| 18 |
"devDependencies": {
|
| 19 |
-
"@
|
| 20 |
-
"@types/react": "^
|
| 21 |
-
"@
|
| 22 |
-
"
|
| 23 |
-
"eslint": "^
|
| 24 |
-
"eslint-plugin-react-hooks": "^
|
| 25 |
-
"eslint-plugin-react-refresh": "^0.4.
|
| 26 |
-
"
|
| 27 |
-
"vite": "^7.0.4"
|
| 28 |
}
|
| 29 |
}
|
|
|
|
| 6 |
"scripts": {
|
| 7 |
"dev": "vite",
|
| 8 |
"build": "vite build",
|
| 9 |
+
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
| 10 |
"preview": "vite preview"
|
| 11 |
},
|
| 12 |
"dependencies": {
|
| 13 |
+
"jsqr": "^1.1.0",
|
| 14 |
+
"qrcode": "^1.5.3",
|
| 15 |
+
"react": "^18.2.0",
|
| 16 |
+
"react-dom": "^18.2.0"
|
| 17 |
},
|
| 18 |
"devDependencies": {
|
| 19 |
+
"@types/react": "^18.2.66",
|
| 20 |
+
"@types/react-dom": "^18.2.22",
|
| 21 |
+
"@vitejs/plugin-react": "^4.2.1",
|
| 22 |
+
"eslint": "^8.57.0",
|
| 23 |
+
"eslint-plugin-react": "^7.34.1",
|
| 24 |
+
"eslint-plugin-react-hooks": "^4.6.0",
|
| 25 |
+
"eslint-plugin-react-refresh": "^0.4.6",
|
| 26 |
+
"vite": "^5.2.0"
|
|
|
|
| 27 |
}
|
| 28 |
}
|