-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 746 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "qr-code-app",
"version": "1.0.0",
"homepage": "https://rahulthomas97.github.io/qr-code-app",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",
"@vitejs/plugin-react": "^4.3.4",
"@zxing/browser": "^0.1.5",
"@zxing/library": "^0.21.3",
"jsqr": "^1.4.0",
"onnxruntime-web": "^1.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-barcode-scanner": "^2.0.0",
"react-webcam": "^7.2.0",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.21.1"
},
"devDependencies": {
"gh-pages": "^6.3.0",
"vite": "^4.0.0"
}
}