Znfeoqm commited on
Commit
b40e2ac
·
verified ·
1 Parent(s): cb04100

Update package.json

Browse files
Files changed (1) hide show
  1. 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.4.0",
14
- "qrcode": "^1.5.4",
15
- "react": "^19.1.0",
16
- "react-dom": "^19.1.0"
17
  },
18
  "devDependencies": {
19
- "@eslint/js": "^9.30.1",
20
- "@types/react": "^19.1.8",
21
- "@types/react-dom": "^19.1.6",
22
- "@vitejs/plugin-react": "^4.6.0",
23
- "eslint": "^9.30.1",
24
- "eslint-plugin-react-hooks": "^5.2.0",
25
- "eslint-plugin-react-refresh": "^0.4.20",
26
- "globals": "^16.3.0",
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
  }