-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "barcode-scanner",
"author": "Sumit Sahoo",
"private": true,
"version": "1.0.2",
"type": "module",
"homepage": "https://sumitsahoo.github.io/barcode-scanner",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"format": "npx biome format ./ --write",
"lint": "npx biome lint ./ --apply",
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/images/ic-logo.svg"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@material-tailwind/react": "^2.1.10",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.7.1",
"@undecaf/zbar-wasm": "^0.11.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tsparticles": "^3.7.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.2.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^6.0.5",
"vite-plugin-pwa": "^0.21.1"
}
}